1 (edited by gynter 2009-01-27 08:39)

Topic: [SOLVED] Quests can post to forum if write disabled.

Release: 1.3.2
Link: http://vildekodu(d0t)ee(slash)Foorum

Settings:
Guest posting: disabled
Allow new registrations: disabled
Default group: Members
Guest group permissions: Allow read
No ranks defined.

Problem:
Guests can still post into forum. Any ideas, what might to be wrong? I updated from 1.2 to 1.3 because of the same problem, but nothing has changed.

On users page I also get error

Notice: Undefined index: nav in /www/apache/domains/www.vildekodu.ee/htdocs/Foorum/userlist.php(107) : eval()'d code on line 22

2 (edited by 8k84 2009-01-26 18:00)

Re: [SOLVED] Quests can post to forum if write disabled.

The error on "users" page may be not related, see http://punbb.informer.com/forums/topic/ … 2-upgrade/

Try to disable the most recent hotfix (the one dealing with "parametr p") and see if it disappears.

3 (edited by gynter 2009-01-27 08:48)

Re: [SOLVED] Quests can post to forum if write disabled.

Disabling "parametr p" hotfix removed the eval() error.

To fix the guest posting problem, you have to change "Guest" user group directly from database (via command line or phpmyadmin). Guest user ID for me is 1 and "Guest" group ID is 3 (I recommend to check groups table for right group ID).

UPDATE `users` SET `group_id`=3 WHERE `id`=1;