Upgrading To Version 5 - Unexpected Text Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • threepiers
    New Member
    • Mar 2014
    • 3
    • 5.0.X

    Upgrading To Version 5 - Unexpected Text Error

    Hi Guys,

    I have tried updating from v4.0.2 I think to v5.1 Everything has been going fine until it has hit 86% and is stuck on version 5.0.3. It has displayed the following error that has absolutely stumped me:
    Action Required
    Unexpected Text:
    <?xml version="1.0" encoding="windows-1252"?> <b>API Error</b><br><b>Error:</b> nopermission_loggedin<br><b>Args:</b><br><pre style="font-family:Lucida Console,Monaco5,monospace;font-size:small;overflow:auto;border:1px solid #CCC;">array ( 0 =&gt; 'tony c', 1 =&gt; 'right', 2 =&gt; NULL, 3 =&gt; '1395430215-1c369c3f677a55960c9d9feb8359160a3838b0c0', 4 =&gt; '', )</pre> I've had a search around but cannot find anything. Please could you advise? Allister
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74167

    #2
    Enable debug mode on your site. Follow these instructions.

    1. Open your /config.php file and find the following line:
    Code:
    $config['debug'] = false;
    2. Change this line to:
    Code:
    $config['debug'] = true;
    3. Save the file and upload it to your server.

    4. Open the /core/includes/config.php file and find the following line:
    Code:
    // $config['Misc']['debug'] = true;
    5. Change it to:
    Code:
    $config['Misc']['debug'] = true;
    6. Save and upload the file to your server.

    Reload the page you had the error on.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • threepiers
      New Member
      • Mar 2014
      • 3
      • 5.0.X

      #3
      Hi Wayne,

      Thanks for the reply. This is what it produces:
      Unexpected Text:
      <?xml version="1.0" encoding="windows-1252"?> <b>API Error</b><br><b>Error:</b> nopermission_loggedin<br><b>Args:</b><br><pre style="font-family:Lucida Console,Monaco5,monospace;font-size:small;overflow:auto;border:1px solid #CCC;">array ( 0 =&gt; 'tony c', 1 =&gt; 'right', 2 =&gt; NULL, 3 =&gt; '1395439051-80d1acf3fe83a572b9382b5fffd1decc1c6d1209', 4 =&gt; '', )</pre>#0 C:\xampp\htdocs\forum\core\vb\api\phrase.php(637): vB_Api->checkHasAdminPermission('canadminlanguag...')

      #1 C:\xampp\htdocs\forum\core\install\includes\class_upgrade_504a1.php(214): vB_Api_Phrase->save('pagemeta', 'page_4ecbdac82e...', Array)
      #2 C:\xampp\htdocs\forum\core\install\includes\class_upgrade.php(1704): vB_Upgrade_504a1->step_3(Array)
      #3 C:\xampp\htdocs\forum\core\install\includes\class_upgrade_ajax.php(629): vB_Upgrade_Version->execute_step(3, 1, Array)
      #4 C:\xampp\htdocs\forum\core\install\includes\class_upgrade_ajax.php(413): vB_Upgrade_Ajax->execute_step(3, 0, Object(vB_Upgrade_504a1), Object(vB_XML_Builder_Ajax), 1, NULL, 0, Array)
      #5 C:\xampp\htdocs\forum\core\install\includes\class_upgrade_ajax.php(148): vB_Upgrade_Ajax->process_step('504a1', 3, 0, 1, NULL, 1, 0, 0, Array)
      #6 C:\xampp\htdocs\forum\core\install\includes\class_upgrade.php(538): vB_Upgrade_Ajax->init(NULL)
      #7 C:\xampp\htdocs\forum\core\install\includes\class_upgrade_ajax.php(80): vB_Upgrade_Abstract->__construct(Object(vB_Registry), Array, 'upgrade')
      #8 C:\xampp\htdocs\forum\core\install\includes\class_upgrade.php(49): vB_Upgrade_Ajax->__construct(Object(vB_Registry), Array, 'upgrade', NULL, Array)
      #9 C:\xampp\htdocs\forum\core\install\upgrade.php(98): vB_Upgrade::fetch_library(Object(vB_Registry), Array, '', true)
      #10 {main}
      Last edited by threepiers; Fri 21 Mar '14, 2:15pm.

      Comment

      • threepiers
        New Member
        • Mar 2014
        • 3
        • 5.0.X

        #4
        Hi Guys,

        Is there any further advice on this at present?

        Comment

        Related Topics

        Collapse

        Working...