21
tedsmith
Re: blank page after posting in the forum?
  • 2004/8/30 10:13

  • tedsmith

  • Home away from home

  • Posts: 1151

  • Since: 2004/6/2 1


Anyone, PLEASE!!

22
tedsmith
Re: blank page after posting in the forum?
  • 2004/8/30 18:08

  • tedsmith

  • Home away from home

  • Posts: 1151

  • Since: 2004/6/2 1


REALLY desperate now!

23
tedsmith
Re: blank page after posting in the forum?
  • 2004/8/31 9:39

  • tedsmith

  • Home away from home

  • Posts: 1151

  • Since: 2004/6/2 1


Has this issue been officially addressed by anyone anywhere? I notice many people seem to have had this problem, and either everyone has never solved it, or they have solved it on their own and not told anyone how.

Do the core devleopers know about it? If so, do they know how to solve it?

24
tjnemez
Re: blank page after posting in the forum?
  • 2004/8/31 9:43

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


ted
predator is the core developer, i believe he responded to your other post.

25
tedsmith
Re: blank page after posting in the forum?
  • 2004/8/31 9:54

  • tedsmith

  • Home away from home

  • Posts: 1151

  • Since: 2004/6/2 1


He did, but that did not seem to work, unless I did something horribly wrong!

26
tjnemez
Re: blank page after posting in the forum?
  • 2004/8/31 10:05

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


ted i have set up a test forum here: www.studiodezines.ca can you have a look at it and try to post.

27
tedsmith
Re: blank page after posting in the forum?
  • 2004/8/31 10:18

  • tedsmith

  • Home away from home

  • Posts: 1151

  • Since: 2004/6/2 1


Yours works a treat - just like mine did up until last week.

I went back and read Predators message again (very carefully) and realised I had done something wrong, so I started again, but still the same problem. The error this time is this :

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 forum_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

I wonder why mine does not work then? Any ideas now?

28
tjnemez
Re: blank page after posting in the forum?
  • 2004/8/31 10:20

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


no

odd it worked before and not now. well mine is just up, will do some more testing.

29
tedsmith
Re: blank page after posting in the forum?
  • 2004/8/31 10:24

  • tedsmith

  • Home away from home

  • Posts: 1151

  • Since: 2004/6/2 1


Surely it must be a setting of some sort rather than code? If it used to work, but now it doesn't, and yours works using the same post.php file (the original one). I was going to say can I have a copy of yours, but it will just be the same as the Core NewBB post.php file that I have already used.

Note that all this started after I turned 'register_globals = on' in php.ini to get the ZenTrack module to work. Then this happened to I changed php.ini back to how it was and re-started the web service, but the problem persits.

A mystery.

30
tedsmith
Re: blank page after posting in the forum?
  • 2004/8/31 13:05

  • tedsmith

  • Home away from home

  • Posts: 1151

  • Since: 2004/6/2 1


To check that the changes that predator suggested (https://xoops.org/modules/newbb/viewtopic.php?topic_id=23918&forum=28&post_id=104459#forumpost104459) have been done correctly, please find the revised version of both files below :

'notification.inc.php' file now reads :

function forum_notify_iteminfo($category, $item_id)
{
$module_handler =& xoops_gethandler('module');
$module =& $module_handler->getByDirname('newbb');

and 'post.php' now reads :

include_once 'include/notification.inc.php';
$forum_info = forum_notify_iteminfo ('forum', $forum);

This is how I understood Predators e-mail. Is this correct? Have I renamed the right things?

Login

Who's Online

154 user(s) are online (87 user(s) are browsing Support Forums)


Members: 0


Guests: 154


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits