1
Hi everyone
History: I had all my forums set to registered only permissions and I just changed it to anonomous group is allowed to post.
Result: I get a blank page and the anonomous post is posted twice.
I turned on php debug and get the following errors:
Quote:
Notice [PHP]: Undefined index: nohtml in file modules/newbb/post.php line 165
Notice [PHP]: Undefined index: nosmiley in file modules/newbb/post.php line 166
Notice [PHP]: Undefined index: icon in file modules/newbb/post.php line 167
Notice [PHP]: Undefined index: attachsig in file modules/newbb/post.php line 168
I don't know PHP very well so I posted the code on the effected lines....
Quote:
line 165 = $forumpost->setNohtml($HTTP_POST_VARS['nohtml']);
line 166 = $forumpost->setNosmiley($HTTP_POST_VARS['nosmiley']);
line 167 = $forumpost->setIcon($HTTP_POST_VARS['icon']);
line 168 = $forumpost->setAttachsig($HTTP_POST_VARS['attachsig']);
I have changed the permissions in the forums (edit forum) and in the groups permissions.
Does anyone have any ideas??
Thanks in advance,
Marty.
[edit] I am using newbb1 [/edit]