Zikula: A Flexible Open Source Content Management System
home | forum | contact us

Dizkus

Bottom
Shoutbox, problems with username? Code inside...
  • Posted: 13.09.2004, 16:49
     
    aryx
    rank:
    Freshman 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)."'");
  • Posted: 13.09.2004, 17:13
     
    larsneo
    rank:
    Software Foundation 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]::..
  • Posted: 13.09.2004, 17:56
     
    aryx
    rank:
    Freshman Freshman
    registered:
     April 2004
    Status:
    offline
    last visit:
    21.03.06
    Posts:
    30
    Viele Danke icon_smile

Extensions Moderation

Main Menu

Extensions Database

Documentation

Development

Login

Donate to Zikula