Announcement

Collapse
No announcement yet.

Error after upgrading to 4.2.2

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error after upgrading to 4.2.2

    Hello!

    Friends, i just upgraded to new version 4.2.2 and forum this error and unable to go to admin cp, please guide and help.

    Thanks a lot in advance

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





  • #2
    Kindly some one help as forum is Off since morning

    Comment


    • #3
      Edit your /includes/config.php file.

      Add this line right under <?php (the first line)

      PHP Code:
      define('SKIP_ALL_ERRORS'true); 
      Save, re-upload the file, see if that helps.

      Regardless of whether it helps this issue or not, keep that line in there from now on.

      If you still have problem, disable hooks as explained below-

      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


      • #4
        Sir your reply is very clear and helpful, i tried to add the line as per given position when i save the file and system ask me to replace ftp unable to replace and failed

        Comment


        • #5
          Bundle of thanks issue solved with the first entry
          thanks a lot

          Comment

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