1
ibleedv20
Problems viewing CBB intermittent
  • 2009/3/22 20:56

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


When a person registers on my site there is a problem sometimes with them being able to viewe the forums.his results in a white page.In debug mode I am recieving this report.I would love any assistance.

Fatal error: Call to undefined method: xoopsmodule->loadlanguage() in /xxxxxxx/xx/xxxxxxx/htdocs/xxxxx/public_html/xoops/modules/newbb/include/functions.welcome.php on line 68
All errors (2) queries (14) blocks (0) extra (0) timers (3)
Errors
Notice: Only variables should be assigned by reference in file /modules/newbb/class/permission.php line 117
Notice: Only variables should be assigned by reference in file /modules/newbb/class/permission.php line 117
Queries
SELECT * FROM x635_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data, sess_ip FROM x635_session WHERE sess_id = '404c6c683d5de10716eea1fa0d7a6442'
SELECT * FROM x635_users WHERE uid = '8'
SELECT COUNT(*) FROM x635_group_permission WHERE (gperm_modid = '1' AND gperm_name = 'module_admin' AND gperm_itemid = '1' AND (gperm_groupid = '2'))
SELECT * FROM x635_modules WHERE dirname = 'newbb'
SELECT COUNT(*) FROM x635_group_permission WHERE (gperm_modid = '1' AND gperm_name = 'module_read' AND gperm_itemid = '3' AND (gperm_groupid = '2'))
SELECT COUNT(*) FROM x635_group_permission WHERE (gperm_modid = '1' AND gperm_name = 'module_admin' AND gperm_itemid = '3' AND (gperm_groupid = '2'))
SELECT * FROM x635_config WHERE (conf_modid = '3') ORDER BY conf_order ASC
SELECT * FROM x635_bb_forums WHERE forum_id = '31'
SELECT COUNT(l.groupid) FROM x635_groups_users_link AS l LEFT JOIN x635_group_permission AS p ON p.gperm_groupid=l.groupid WHERE l.uid=8 AND p.gperm_modid = '1' AND p.gperm_name = 'module_admin' AND p.gperm_itemid = '3'
SELECT * FROM x635_group_permission WHERE (gperm_modid = '3' AND gperm_groupid IN (2) AND gperm_name IN ('category_access'))
SELECT COUNT(*) AS count FROM x635_bb_moderates WHERE (uid=8 OR ip IN('24','24.33','24.33.146','24.33.146.112')) AND (forum_id=0) AND (mod_end > 1237755058)
SELECT * FROM x635_group_permission WHERE (gperm_modid = '3' AND gperm_groupid IN (2) AND gperm_name IN ('forum_access','forum_view','forum_post','forum_reply','forum_edit','forum_delete','forum_addpoll','forum_vote','forum_attach','forum_noapprove'))
SELECT * FROM x635_modules WHERE dirname = 'profile'
Total: 14 queries
Blocks
Total: 0 blocks
Extra
Timers
XOOPS took 0.126 seconds to load.
XOOPS Boot took 0.080 seconds to load.
Module init took 0.046 seconds to load.


line 68 is $mod->loadLanguage();


115 ksort($categories);
116 endif;
117
118 $message = sprintf(_MD_WELCOME_MESSAGE, $user->getVar('uname'))."\n\n";
119 $message .= _PROFILE.": <a href='".XOOPS_URL . "/userinfo.php?uid=" . $user->getVar('uid')."'><strong>".$user->getVar('uname')."</strong></a> ";
$message .= " | <a href='".XOOPS_URL . "/pmlite.php?send2=1&to_userid=" . $user->getVar('uid')."'>"._MD_PM."</a>\n";
foreach($categories as $category){
if(isset($category["fields"])){
$message .= "\n\n".$category["cat_title"].":\n\n";
foreach($category["fields"] as $field){
if(empty($field["value"])) continue;
$message .=$field["title"].": ".$field["value"]."\n";

2
Marco
Re: Problems viewing CBB intermittent
  • 2009/3/22 20:59

  • Marco

  • Home away from home

  • Posts: 1256

  • Since: 2004/3/15


what version of CBB are you running?
Do synergy or die.

3
ibleedv20
Re: Problems viewing CBB intermittent
  • 2009/3/22 21:10

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


I am using v 3.08

Login

Who's Online

206 user(s) are online (131 user(s) are browsing Support Forums)


Members: 0


Guests: 206


more...

Donat-O-Meter

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

Latest GitHub Commits