20
I too have just developed the same problem. With me it is when my users try to post an article. It still gets posted, but they don't get redirected automatically. I'm on an Intranet by the way, not standard website.
It was working fine before I turned the 'register_globals' value in php.ini to 'on' so that I could get the ZenTrack module to work. So I tried putting it back to off and re-started the service but it is still doing it.
I'm using 2.0.7 and the version of newbb that ships with it. Would updating the module in Sys\Admin help and if I did that would my postings be kept or would I loose them?
The details (using PHP Debug mode) are as follows:
Notice [PHP]: Undefined index: nohtml in file d:\cms.fct\modules\newbb\post.php line 165
Notice [PHP]: Undefined index: nosmiley in file d:\cms.fct\modules\newbb\post.php line 166
Notice [PHP]: Undefined index: icon in file d:\cms.fct\modules\newbb\post.php line 167
Notice [PHP]: Undefined index: attachsig in file d:\cms.fct\modules\newbb\post.php line 168
PHP Fatal error: Cannot redeclare newbb_notify_iteminfo() (previously declared in d:\cms.fct\modules\newbb\include\notification.inc.php:28) in D:\cms.fct\modules\newbb\include\notification.inc.php on line 28
Also posted at
https://xoops.org/modules/newbb/viewtopic.php?topic_id=23569&forum=7Thanks, and please HELP!!