Site issues

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tariq M. Waheed
    Senior Member
    • Mar 2012
    • 247
    • 5.0.X

    Site issues

    Can someone please tell me what this message means and what I have to do to fix it.

    Fatal error: Cannot declare class vB5_ApplicationAbstract, because the name is already in use in /home/hapi/public_html/includes/vb5/applicationabstract.php on line 13
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73981

    #2
    It means that some code on your site is trying to create a PHP Class that already exists in memory. Without more information on what has changed when this started and the steps to recreate the issue are, we can't provide much more guidance.

    If you disable all addon products, does the issue go away?

    In /core/includes/config.php find this line:
    Code:
    // define("DISABLE_HOOKS", true);
    Change it to:
    Code:
    define("DISABLE_HOOKS", true);
    Translations provided by Google.

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

    Comment

    • Tariq M. Waheed
      Senior Member
      • Mar 2012
      • 247
      • 5.0.X

      #3
      OK Thanks this just started this morning working well last night haven't been on the site in a while haven't made no changes but I'll check this out when I get home.

      Comment

      • Tariq M. Waheed
        Senior Member
        • Mar 2012
        • 247
        • 5.0.X

        #4
        If you disable all addon products, does the issue go away?

        In /core/includes/config.php find this line:
        I disabled all the addons and still get the same message can you help me please solve this problem

        Comment

        • Wayne Luke
          vBulletin Technical Support Lead
          • Aug 2000
          • 73981

          #5
          What changed on the server?

          An error like this shouldn't just occur out of the blue. Either the vBulletin files were altered for some reason or the server configuration changed. Please upload the default vBulletin 5 Connect files. Overwrite your existing files and delete any files that were added to the site that aren't part of vBulletin 5.
          Translations provided by Google.

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

          Comment

          • Wayne Luke
            vBulletin Technical Support Lead
            • Aug 2000
            • 73981

            #6
            Your site is running for me at this time.
            Translations provided by Google.

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

            Comment

            Related Topics

            Collapse

            • anwar513
              Path disclosure issue
              by anwar513
              xxx.com/core/attachment.php open the display the following error;

              Code:
              Fatal error: Class 'vB5_Exception_404' not found in /home/xxx/domains/xxx/public_html/vb5/core/attachment.php on line 55
              ...
              Sun 24 May '15, 3:40am
            • dacstyle
              can't login admin cp
              by dacstyle
              After upgrade from vb4 to vb5 i can't login to admincp, i receive this error:

              Code:
              [B]Fatal error: Call to undefined method vB_Template_Runtime::includeJs() in [B]/home/amitosai/public_html/foro/includes/class_core.php(4627)[/][/]
              ...
              Thu 13 Sep '12, 8:26am
            • Oleg Leonchenko
              update to 5.4.1
              by Oleg Leonchenko
              Hi! After update to last version a have this error message. Admincp works fine but forum none.
              Code:
               
               Error :API Error Controller: site Method: loadHeaderNavbar Error(s):  array (   0 =>
              ...
              Tue 8 May '18, 10:41am
            Working...