PHP Parse error: syntax error, unexpected '*' in functions.php on line 1576 when trying to run php searchindex.php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • iAreku
    New Member
    • Jul 2017
    • 20
    • 4.2.x

    PHP Parse error: syntax error, unexpected '*' in functions.php on line 1576 when trying to run php searchindex.php

    This is what I get when I try to run the script in a shell window.

    ANy clues what am I doing wrong?!



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

    #2
    What version of vBulletin?
    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

    • iAreku
      New Member
      • Jul 2017
      • 20
      • 4.2.x

      #3
      Sorry! 4.2.5

      Comment

      • Paul M
        Former Lead Developer
        vB.Com & vB.Org
        • Sep 2004
        • 9886

        #4
        Thats a php error, you need to be running at least php 5.6.

        Looks like when you use the cli (shell) you are running an older version

        (php -v should tell you).
        Baby, I was born this way

        Comment

        • iAreku
          New Member
          • Jul 2017
          • 20
          • 4.2.x

          #5
          Thanks! I'll check on that!

          Comment

          Related Topics

          Collapse

          Working...