Upgrading to 5.2.0 - Call to a member function fetch_userinfo() on a non-object

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • John Hide
    New Member
    • Jan 2016
    • 11
    • 5.1.x

    Upgrading to 5.2.0 - Call to a member function fetch_userinfo() on a non-object

    I cant upgrade to 5.2.0... the upgrade process stop in the step "​Upgrading to 5.0.0 Alpha 28"...

    The error is:

    Unexpected Text:
    <?xml version="1.0" encoding="windows-1252"?>
    <br />
    <b>Fatal error</b>: Call to a member function fetch_userinfo() on a non-object in <b>/home/public_html/core/vb/string.php</b> on line <b>368</b><br />
    Script: 500a28
    Step: 6
    How i can fix it?

    Thanks
  • alessio
    Member
    • Mar 2007
    • 73
    • 5.1.x

    #2
    I had solve this by forcing the upgrade, reloading the page after the upgrade stop, 1,2,3 time until forcing to bypass; it happen to my while upgrading for three times on different upgrade steps.
    ps i had also removed from the database some record string i was thinking the cause of the problem, but maybe this not effect.
    Last edited by alessio; Sun 31 Jan '16, 12:07am.
    Integrations of any CMS with vBulletin

    Comment

    • John Hide
      New Member
      • Jan 2016
      • 11
      • 5.1.x

      #3
      I clean all the cookies and try again upgrade, but the problem persist.

      This is the line... maybe i would be make a dump for this.

      EDIT: Yes, i skip this problem with a dump...

      Code:
      //$userinfo = $userinfo = vB::getCurrentSession()->fetch_userinfo();
      $userinfo['lang_charset'] = "utf-8";

      Comment

      • alessio
        Member
        • Mar 2007
        • 73
        • 5.1.x

        #4
        so, solved!?
        Integrations of any CMS with vBulletin

        Comment

        • John Hide
          New Member
          • Jan 2016
          • 11
          • 5.1.x

          #5
          At least I was able to finish upgrading.
          I take some time.

          Thanks

          Comment

          • trakyamuzik
            New Member
            • Mar 2008
            • 7

            #6
            I have the same problem John Hide config php??

            Comment

            • trakyamuzik
              New Member
              • Mar 2008
              • 7

              #7
              Unexpected Text:
              <?xml version="1.0" encoding="ISO-8859-9"?> <br /> <b>Fatal error</b>: Call to a member function fetch_userinfo() on a non-object in <b>/home/trakya/public_html/core/vb/string.php</b> on line <b>368</b><br /> Script: 500a28
              Step: 6

              help pls..

              Comment

              • John Hide
                New Member
                • Jan 2016
                • 11
                • 5.1.x

                #8
                I edit the file with the problem...

                public_html/core/vb/string.php

                Comment

                Related Topics

                Collapse

                Working...