1
I did a search for this, and there is another posting about the problem but it relates to different files and so does the solution.
When my users try to post an article I get a blank page and the user is not re-directed. 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 (and no of course ZenTrack does not work but I can live with that).
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 of the error (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=7I am REALLY REALLY desperate!!