Fatal error: Cannot use object of type vB_Session as array in

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • orangmedan
    New Member
    • Jul 2012
    • 1

    #1

    Fatal error: Cannot use object of type vB_Session as array in

    Please help me too.

    error message :
    Fatal error: Cannot use object of type vB_Session as array in /home/indoweb/public_html/forumMCCTV/includes/functions.php on line 8986


    the script on line 8986 :

    else if (isset($vbullet in->{$varname}[$index]))


    fyi, this is a vbulletin with microclassified s plugins

    please help me.
    Last edited by Niheel; Jul 29 '12, 07:08 PM. Reason: you posted question in someone else's thread, better to post new
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    what data type is $vbulletin->{$varname} ? as it seems from the message, it is not an array, but an object.

    Comment

    Working...