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
whats your version of php?
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
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:
http://ww.wp.xz.cn/themes/download/gray-base-plate.2.3.6.zip