errors after upgrade to 4.2.2 from 4.2.1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Emath
    Senior Member
    • Aug 2008
    • 146

    [Forum] errors after upgrade to 4.2.2 from 4.2.1

    i get this error on the showthread page :

    Warning: Only variables should be assigned by reference in ..../includes/class_bootstrap.php(909) : eval()'d code on line 4

    and the whole site goes gibberish...

    any help will be appreciated .
    בגרות במתמטיקה | פתרונות לספרי לימוד
  • Emath
    Senior Member
    • Aug 2008
    • 146

    #2
    ok, this was the Default User Text Formatting mode that caused that.
    בגרות במתמטיקה | פתרונות לספרי לימוד

    Comment

    • CBo
      Member
      • Dec 2009
      • 39
      • 3.8.x

      #3
      same thing happens to us except we have Fatal error: Class 'Panjo' not found in /includes/class_bootstrap.php(909) : eval()'d code on line 2
      We cannot even login to to admin cp

      Please advice

      Comment

      • panjo
        Member
        • Oct 2013
        • 31

        #4
        Originally posted by CBo
        same thing happens to us except we have Fatal error: Class 'Panjo' not found in /includes/class_bootstrap.php(909) : eval()'d code on line 2
        We cannot even login to to admin cp

        Please advice
        We are taking a look at this.

        UPDATE: We took a look and believe the issue is on the vBulletin side and not the Panjo side.
        Last edited by panjo; Wed 16 Oct '13, 10:29am.
        Panjo classifieds plugin for vBulletin

        Comment

        • salalyusuf
          New Member
          • Feb 2009
          • 19

          #5
          Only variables should be assigned by reference in ..../includes/class_bootstrap.php(909) : eval()'d code on line 71

          getting this error can some one guide me

          Comment

          • BirdOPrey5
            Senior Member
            • Jul 2008
            • 9613
            • 5.6.3

            #6
            Disable Hooks as explained below, you should be able to log in. Disable all products via product manager. Undo disable hooks as also explained below. Re-activate products 1 at a time until the error comes back.

            Disable hooks one more time, disable or uninstall the bad mod, re-enable hooks again.

            To disable the plugin/hook system open your config.php which can be found in your forumroot/includes directory

            Just below
            Code:
            <?php
            enter
            Code:
            define('DISABLE_HOOKS', true);
            and save the file.

            If you would like to enable the plugin/hook system again, either remove the line again or simply comment that line out. To do so, add two forward slashes " / " so it will look like

            Code:
            // define('DISABLE_HOOKS', true);
            Next time you would like to disable the plugin/hook system again
            you simply have to remove the " // ".

            Comment

            widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
            Working...