Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest version results in syntax error on older PHP versions #2032

Closed
sergeysedykh opened this issue Nov 27, 2018 · 4 comments
Closed

Latest version results in syntax error on older PHP versions #2032

sergeysedykh opened this issue Nov 27, 2018 · 4 comments

Comments

@sergeysedykh
Copy link

Issue description:

Parse error: syntax error, unexpected ‘::’ (T_PAAMAYIM_NEKUDOTAYIM) in /kirki/modules/gutenberg/class-kirki-modules-gutenberg.php on line 249

I know, it's not recommended to use PHP 5 in any way, but there're still so many hosts with the older PHP version.

Would be grateful, if you could check it for compatibility. Many thanks!

Version used:

(Did you try using the develop branch from github? There's a chance your issue has already been adressed there)

Develop branch

@sergeysedykh sergeysedykh changed the title Latest version doesn't results in syntax error on older PHP versions Latest version results in syntax error on older PHP versions Nov 27, 2018
@sergeysedykh
Copy link
Author

Thanks a lot for fixing it so quickly.

@suhashininithy
Copy link

suhashininithy commented Feb 20, 2019

Hi.,

i met the same issue , but i met this error on line number 175 KIRKI ver 3.0.36 Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /wp-content/plugins/kirki/modules/gutenberg/class-kirki-modules-gutenberg.php on line 175 http://prntscr.com/mni4rm . Plz rly ASAP !! quite urgent

@aristath
Copy link
Contributor

aristath commented Feb 20, 2019

I assume you're using PHP 5.2?
If you check the plugin you'll see that it requires PHP 5.3 and above.
Please update your sever's PHP version, after April not even WordPress will be able to run on anything below PHP 5.6!

@suhashininithy
Copy link

Hi.,

OK ,Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants