• Resolved krystyn

    (@krystyn)


    Plugin could not be activated because it triggered a fatal error.
    Parse error: syntax error, unexpected T_STRING in /home1/mamakats/public_html/wp-content/plugins/zip-recipes/zip-recipes.php on line 36

    Saw your suggestions with php. Was running. PHP 5.4 (Single php.ini)

    upgraded to PHP 5.6 (Single php.ini) just to make sure. Still having issues.

    4.7.2.17 is the version of the plugin. I had to remove it via ftp as it broke the site. Went to reinstall and this is what I’m getting.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Krystyn,

    In a nutshell, for some reason, Zip Recipes is still being run in PHP 5.2 or lower.

    Please work with your host to ensure this is not the case.

    To get into more details (nerd alert), Line 36 has this:

    namespace ZRDN

    namespace is something that’s not understood in PHP 5.2 or lower which results in that error.

    Hope that helps
    -Gezim

    Thread Starter krystyn

    (@krystyn)

    Okay. Thank you! It seems that hosts might be forcing some other plugins to run with a lower php even though it’s set to a higher one (I’m getting a message that says as much for another one).

    I’ll check with them.

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