Hey @lefleo,
That error is being thrown because your using an older version of PHP on your site. If your using a version prior to 5.6 you’ll see that error.
At this point even PHP 5.6 isn’t actively supported but will only receive security updates moving forward. I would recommend that you upgrade to a newer version of php to help resolve the issue.
You can read more about the supported PHP versions here: https://php.net/supported-versions.php
You should be able to log in to your hosting account and upgrade to a newer version of php without much issue at all. Most hosts make it very easy to do so.
Let us know if that helps resolve the issue on your end.
-
This reply was modified 7 years, 8 months ago by Code Parrots.