• Resolved corizzo

    (@corizzo)


    activated this theme and this is what i got: Parse error: syntax error, unexpected T_FUNCTION in /home/apcoorep/peroocpa.com/wp-content/themes/gray-base-plate/functions.php on line 106

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator t-p

    (@t-p)

    Parse errors:

    Syntax Error:

    A syntax error means that you have made a mistake while creating your PHP structure. You could, for example, be;
    ■ Missing a ; at the end of an individual line.
    ■ Using curly quotation marks.
    ■ Missing a curly bracket.

    When this error appears it will tell you which file the error appears in (functions.php for example) and approximately which line (it may not always be the exact line so be sure to check just before and just after) in the code.

    Unexpected:

    If you are receiving an error which says ‘parse error: unexpected’ this usually means that you have forgotten to include a character. The most common are:
    ■ Unexpected ‘=’ : you have forgotten to include the $ when referencing a variable
    ■ Unexpected ‘)’ : you have forgotten to include the opening bracket (
    ■ Unexpected ‘(‘ : you have forgotten to include the closing bracket )
    ■ Unepxpected T_STRING: you have forgotten a quotation mark or a semi-colon at the end of the previous line
    ■ Unexpected T_ELSE: you have an else statement with no opening if statement

    Theme Author Michael Pollind

    (@michael-pollind)

    whats your version of php?

    Theme Author Michael Pollind

    (@michael-pollind)

    the last build of this theme resolves the embed function that isn’t supported in older versions of php.

    can anyone please help me with this code my business depends on it
    It look like this:
    $control->add_tab( builtins’, Built-ins’,funtion){

    I’ve tried three different ways of fixing it and it does not want to work
    Please help
    I would really appreciate it.
    Thank you

    Theme Author Michael Pollind

    (@michael-pollind)

    It’s because your version of php doesn’t support embedded functions.
    I already resolved the issue in my last build.

    functions.php
    https://github.com/pollend/Gray–Wordpress-Theme/blob/master/functions.php

    latest-build:
    https://www.ads-software.com/themes/download/gray-base-plate.2.3.6.zip

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘syntax error’ is closed to new replies.