can't login admin cp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dacstyle
    Member
    • Sep 2011
    • 48
    • 4.0.x

    can't login admin cp

    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) : eval()'d code on line [B]1[/B][/B][/B]
  • Merjawy
    Senior Member
    • Sep 2002
    • 2613

    #2
    Double check your presentation config.php. It's the first config.php in forum root directory, make sure the core path is correct

    /home/amitosai/public_html/foro/core
    To be or not to be... Where the hell is the question????
    My psychiatrist told me I was crazy and I said I want a second opinion. He said okay, you're ugly too

    Live vBulletin 4.2.0 Multilingual * Alpha/Beta vB 4 - vB 5 Tier 1A
    CentOS 6.2 - Apache:2.2.15(Apache2Handler) - PHP:5.3.3 - MySQL:5.1.61
    Xampp/Win-XP - Apache v2.2.21(Apache2Handler) - PHP:5.3.8 - MySQL:5.5.16

    Comment

    • dacstyle
      Member
      • Sep 2011
      • 48
      • 4.0.x

      #3
      Originally posted by Merjawy
      Double check your presentation config.php. It's the first config.php in forum root directory, make sure the core path is correct

      /home/amitosai/public_html/foro/core

      I change this:

      Code:
      $config['core_path'] = 'core';
      to this

      Code:
      $config['core_path'] = '/home/amitosai/public_html/foro/core';
      And i have the same 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) : eval()'d code on line [B]1[/B][/B][/B]
      The same changing from:

      Code:
      $config['admincpdir'] = 'admincp';
      to

      Code:
      $config['admincpdir'] = '/home/amitosai/public_html/foro/admincp';

      Comment

      • Merjawy
        Senior Member
        • Sep 2002
        • 2613

        #4
        no need to add full path to admincp (as that path is wrong anyway)

        $config['admincpdir'] = 'admincp';
        To be or not to be... Where the hell is the question????
        My psychiatrist told me I was crazy and I said I want a second opinion. He said okay, you're ugly too

        Live vBulletin 4.2.0 Multilingual * Alpha/Beta vB 4 - vB 5 Tier 1A
        CentOS 6.2 - Apache:2.2.15(Apache2Handler) - PHP:5.3.3 - MySQL:5.1.61
        Xampp/Win-XP - Apache v2.2.21(Apache2Handler) - PHP:5.3.8 - MySQL:5.5.16

        Comment

        • dacstyle
          Member
          • Sep 2011
          • 48
          • 4.0.x

          #5
          ok, that is not improtant, i only make a test with that, and later revert it.

          I still having the error with:

          $config['admincpdir'] = 'admincp';





          - - - Updated - - -

          i receive the error after login


          Fatal error: Call to undefined method vB_Template_Runtime::includeJs() in /home/amitosai/public_html/foro/includes/class_core.php(4627) : eval()'d code on line 1

          Comment

          • Hartmut
            Senior Member
            • Nov 2007
            • 2870
            • 4.2.x

            #6
            Did you check the minimum and recommended system requirements of your server?
            No private support, only PM me when I ask for it. Support in the forums only.

            Comment

            • Zachery
              Former vBulletin Support
              • Jul 2002
              • 59097

              #7
              You core system path is still wrong.

              Comment

              • dacstyle
                Member
                • Sep 2011
                • 48
                • 4.0.x

                #8
                this is my core path, where is the error?

                Code:
                    //    ****** System Paths ******    // These are the system paths and folders for your vBulletin files
                    // This setting is for where your vbulletin core folder is
                $config['core_path'] = '/home/amitosai/public_html/foro/core';
                I need to solve this issue soon, but i can't fin where is the problem

                - - - Updated - - -

                Originally posted by Hartmut
                Did you check the minimum and recommended system requirements of your server?
                yes and it's ok

                - - - Updated - - -

                i also try using makeconfig.php and still have the same problem

                - - - Updated - - -

                solved, seems the error was provocated by vb4 files

                Comment

                • E0N
                  Member
                  • Aug 2012
                  • 34
                  • 4.2.X

                  #9
                  I have also problem to access ACP. I get a blank page when I enter http://localhost/vb5/admincp/
                  I followed this guide to install vB5. https://www.vbulletin.com/forum/show...ll-vBulletin-5
                  Vote - Invite System vB4
                  Vote - Invite System vB5

                  Comment

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

                    #10
                    Originally posted by E0N
                    I have also problem to access ACP. I get a blank page when I enter http://localhost/vb5/admincp/
                    I followed this guide to install vB5. https://www.vbulletin.com/forum/show...ll-vBulletin-5
                    Did you follow the steps in this thread?
                    Translations provided by Google.

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

                    Comment

                    Related Topics

                    Collapse

                    Working...