1
benjy000
Help with Registering as a New User
  • 2007/10/19 22:35

  • benjy000

  • Just popping in

  • Posts: 16

  • Since: 2007/8/25


Hello Everybody!

I'm hoping someone can really help me with this issue:

- When I try to register as a new user on my website, by going here: http://www.gtiagents.com/register.php, entering 'YES', and entering the account information, I get the following error message:

Could not register new user.
Fatal error: Call to a member function stopTime() on a non-object in /home/globalt2/public_html/gtiagents/footer.php on line 33.

Line 33 in footer.php is:

$xoopsLogger->stopTime( 'Module display' );

I haven't changed anything (as far as I know), and that's why I'm so surprised that it suddenly stopped working.

The strange thing is that if you click Register (at the very top of the page), and then do all the steps and everything it works.

Does anybody know how to fix this?

Your help is appreciated!

2
Catzwolf
Re: Help with Registering as a New User
  • 2007/10/20 2:58

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Either change the line to:

$GLOBALS['xoopsLogger']->stopTime'Module display' );


or Add:

global $xoopsLogger;


Above $xoopsLogger->stopTime( 'Module display' );

ATB

Catz

Login

Who's Online

465 user(s) are online (61 user(s) are browsing Support Forums)


Members: 0


Guests: 465


more...

Donat-O-Meter

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

Latest GitHub Commits