Parse error: syntax error, unexpected '*' UPGRADER

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NSanityHD
    New Member
    • Jan 2016
    • 15
    • 3.8.x

    Parse error: syntax error, unexpected '*' UPGRADER

    PHP Code:
     Parse errorsyntax errorunexpected '*' in /home/livindea/mackforums.com/includes/functions.php on line 1433 
    I am getting the above parse error when attempting to access the upgrader from vBulletin 3.8.7 to upgrade to 3.8.11. The following is on that line in /includes/functions.php:
    PHP Code:
                if (intval($profilefield_value) & (2**$key)) 
    Could I get some support with this please?

    Thanks!
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74166

    #2
    Please make sure that you have upgraded PHP to a version between 5.6.30 and 7.1.X.
    Translations provided by Google.

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

    Comment

    • NSanityHD
      New Member
      • Jan 2016
      • 15
      • 3.8.x

      #3
      Originally posted by Wayne Luke
      Please make sure that you have upgraded PHP to a version between 5.6.30 and 7.1.X.
      Thanks Wayne, I figured it out 2 minutes after posting! :P Thanks anyway!

      Comment

      Related Topics

      Collapse

      Working...