- Moderated by:
- Support
-
- rank:
-
Freshman
- registered:
- April 2004
- Status:
- offline
- last visit:
- 21.03.06
- Posts:
- 30
I have recently upgraded to 0.750 Gold, now my shoutbox won't work... It says:
Fatal error: Call to a member function on a non-object in /hsphere/local/home/drekkame/drekkamer.com/modules/Shoutbox/index.php on line 72
The code is:
Code
// get the username
$uid = $shoutline[0];
if ($uid == "1") {
// user is anonymous
$username = pnConfigGetVar('anonymous');
} else {
// get current username
$column = &$pntable['users_column'];
$result=$dbconn->Execute("select $column[uname] FROM $pntable[users] WHERE $column[uid]='".pnVarPrepForStore($uid)."'"); list($username) = $result->fields;
}
Line 72: $result=$dbconn->Execute("select $column[uname] FROM $pntable[users] WHERE $column[uid]='".pnVarPrepForStore($uid)."'"); -
- rank:
-
Software Foundation
- registered:
- December 1969
- Status:
- offline
- last visit:
- 15.11.08
- Posts:
- 4481
please update modules/Shoutbox/index.php with *this version*
--
regards from germany
..::[Zikula Application Framework]::.. ..::[SEO-Blog]::.. ..::[CMS Sicherheit]::..
