[phpBB3] Memberlist: Fatal error: Call to undefined method

Magic SEO URLs for phpBB.
babblesauce
Posts: 2
Joined: Thu Nov 20, 2008 12:08 pm

[phpBB3] Memberlist: Fatal error: Call to undefined method

Postby babblesauce » Thu Nov 20, 2008 12:18 pm

Clicking on the users off of the memberlist.php screen, the URLs for the user don't seem to be working, generating the following PHP error

Fatal error: Call to undefined method user::lang() in {path}/forum/memberlist.php on line 547

Checked the .htaccess and the member rewrite line was there. Every thing else about the PHPBB3 install seems to be working. Any suggestions?

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [phpBB3] Memberlist: Fatal error: Call to undefined method

Postby inveo » Thu Nov 20, 2008 12:50 pm

This error message does not seem to be related to MSU - you can check it by commenting out installation line in common.php and visiting same page.

babblesauce
Posts: 2
Joined: Thu Nov 20, 2008 12:08 pm

Re: [phpBB3] Memberlist: Fatal error: Call to undefined method

Postby babblesauce » Thu Nov 20, 2008 1:01 pm

Thanks. I dunno how the uid table got corrupted but I guess it is fairly static so I can just fix the SQL by hand.