Parse error in AdminCP home when switched to PHP 7.1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ALcorn
    Member
    • Nov 2004
    • 58
    • 3.7.x

    Parse error in AdminCP home when switched to PHP 7.1

    Hi,

    I switched to PHP7.0 & 7.1 from PHP 5.6 and now I have some pages not opening in admincp returning the following error;

    Code:
    [B]ParseError[/B]: syntax error, unexpected 'monitor' (T_STRING) in [B]..../includes/adminfunctions_template.php(4068) : eval()'d code[/B] on line [B]3[/B]
    Trace Data:
     #1 : vbstop() called in ..../includes/class_core.php on line 3834 #2 : vbulletin_exception_handler() called in  on line    Var Type:  
     [ NULL ]
    Var Data:
     null
    The main forum is working without problems, and the modcp also working. Any ideas howto fix it?
  • ALcorn
    Member
    • Nov 2004
    • 58
    • 3.7.x

    #2
    Disabled hooks and no problems now.... how to debug this problem?

    Comment

    • Mark.B
      vBulletin Support
      • Feb 2004
      • 24288
      • 6.0.X

      #3
      You'll need to re-enable hooks globally, then disable each plugin individually until you find the culprit.
      Then, speak to the author of that plugin for support in making it compatible.
      MARK.B
      vBulletin Support
      ------------
      My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
      My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

      Comment

      • ALcorn
        Member
        • Nov 2004
        • 58
        • 3.7.x

        #4
        Thank you, Mark.

        Comment

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