Site is down "Fatal error: Class 'Panjo' not found in"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ps06kj
    New Member
    • Mar 2012
    • 17
    • 3.7.x

    Site is down "Fatal error: Class 'Panjo' not found in"

    Hi Guys my site been working fine for a while and all of the sudden i got this Error please help
    Fatal error: Class 'Panjo' not found in ***/forums/includes/class_bootstrap.php(909) : eval()'d code on line 2
  • ps06kj
    New Member
    • Mar 2012
    • 17
    • 3.7.x

    #2
    Help please !!!

    Comment

    • donald1234
      Senior Member
      • Oct 2011
      • 1953
      • 4.1.x

      #3
      More info would be handy, vbuletin version PHP version. Have you run the suspect file tool under Maintenance?

      Comment

      • ps06kj
        New Member
        • Mar 2012
        • 17
        • 3.7.x

        #4
        I cannot get in the site at all vb4.2.1

        Comment

        • donald1234
          Senior Member
          • Oct 2011
          • 1953
          • 4.1.x

          #5
          Try disabling addons by adding this line to your config.php file right under <?php
          Code:
          define('DISABLE-HOOKS', true);

          Comment

          • ps06kj
            New Member
            • Mar 2012
            • 17
            • 3.7.x

            #6
            i just checked i am running vBulletin 4.2.1 Patch Level 1, tried the modifying config file but its not working i am getting same error

            Comment

            • ps06kj
              New Member
              • Mar 2012
              • 17
              • 3.7.x

              #7
              site is hosted by hostgator VPS server

              Comment

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

                #8
                Go into your AdminCP and disable the Panjo Product under Plugins & Products -> Product Manager.
                Translations provided by Google.

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

                Comment

                • ps06kj
                  New Member
                  • Mar 2012
                  • 17
                  • 3.7.x

                  #9
                  I can't get into admincp

                  Comment

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

                    #10
                    Then you haven't properly turned off hooks per Donald1234's post above.
                    Translations provided by Google.

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

                    Comment

                    • kh99
                      Senior Member
                      • Aug 2009
                      • 533

                      #11
                      I think Donald has a typo in his post. The line in the config.php should be:
                      Code:
                       define('DISABLE_HOOKS', true);
                      (an underscore instead of a hyphen).

                      Comment

                      • donald1234
                        Senior Member
                        • Oct 2011
                        • 1953
                        • 4.1.x

                        #12
                        Originally posted by kh99
                        I think Donald has a typo in his post. The line in the config.php should be:
                        Code:
                        define('DISABLE_HOOKS', true);
                        (an underscore instead of a hyphen).
                        Wow, I copied that from this forum after doing a search for "disable hooks" as I can never remember the code.

                        Comment

                        • ps06kj
                          New Member
                          • Mar 2012
                          • 17
                          • 3.7.x

                          #13
                          Awesome guys got into my site, disabled Pajo now i've got another error
                          Fatal error: Call to undefined function print_portal_output() in ****/public_html/index.php on line 46

                          Comment

                          • ps06kj
                            New Member
                            • Mar 2012
                            • 17
                            • 3.7.x

                            #14
                            OK so ive deleted Donald1234 line from config and the site is working, now my question is should i upgrade the site to the latest version ?
                            define('DISABLE_HOOKS', true);

                            Comment

                            • donald1234
                              Senior Member
                              • Oct 2011
                              • 1953
                              • 4.1.x

                              #15
                              If you have disabled the dodgy plugin you should remove that line from config.php or comment it out, then yes upgrade as there are security patches with 4.2.2 (PL4)

                              Comment

                              Related Topics

                              Collapse

                              Working...