ParseError: syntax error, unexpected '' . $optionvalue . '' (T_CONSTANT_ENCAPSED_STRING) in ..../includes/functions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • John Diver
    Senior Member
    • May 2003
    • 752

    ParseError: syntax error, unexpected '' . $optionvalue . '' (T_CONSTANT_ENCAPSED_STRING) in ..../includes/functions

    Hey,

    Getting this error on my site, not sure what to do, changed PHP versions.

    Thanks

    ParseError: syntax error, unexpected '' . $optionvalue . '' (T_CONSTANT_ENCAPSED_STRING) in ..../includes/functions.php(5346) : eval()'d code on line 3
    John Diver
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24287
    • 6.0.X

    #2
    What version of vBulletin, and what version of php?

    If you are running php 7 you will need vBulletin 3.8.11
    If you are running php 5.6 you will need at least vBulletin 3.8.10

    To download these versions you will need to purchase a license upgrade which is $149 (it's actually a vB4 license).
    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

    • John Diver
      Senior Member
      • May 2003
      • 752

      #3
      Hey,

      This is the line that is giving the error:

      eval ('$languagelist .= "' . fetch_template('option') . '";');

      It was working fine before so I don't know what's changed..
      John Diver

      Comment

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

        #4
        Originally posted by John Diver
        Hey,

        This is the line that is giving the error:

        eval ('$languagelist .= "' . fetch_template('option') . '";');

        It was working fine before so I don't know what's changed..
        Please see my post above, we will need the questions answering in order to assist.

        Most likely, your host has upgraded php to a version that is not compatible with your old version of vBulletin. If so, you will need to upgrade your vBulletin license and upgrade to vBulletin 3.8.11.
        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

        Related Topics

        Collapse

        Working...