Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author stefanledin

    (@stefanledin)

    Hi Celso! Which version of PHP are you using? Spontaneously, it feels like it might be a problem with an old PHP version.

    Thread Starter Celso Azevedo

    (@celsoazevedo)

    Hi Stefan,

    Yep, it’s a PHP problem. It works fine with PHP 5.4, 5.5 or 5.6, but not with the version that my host uses (5.3.22).

    I will ask them to upgrade to a new version.

    Thanks for your help!

    Plugin Author stefanledin

    (@stefanledin)

    Okey, good to know.
    Thanks for telling me about this, I’ll fix it in the next update!

    Hi Stefan,

    Same question as above. Upgrading PHP doesn’t seem practical with my host (would involve a full OS upgrade), but am very keen to use your plugin. Do you have a plan for when you’re releasing the next version?

    Cheers
    Andy

    Plugin Author stefanledin

    (@stefanledin)

    Hi Andy!
    It should work if you replace responsify-wp/includes/content_filter.php with this modified version.
    I will ship this fix with the upcoming 1.7 release, which will have a couple of new, great features ??

    Hi Stefan,

    your plugin looks great but I’m experiencing the same issue, I also tried to replace the file with your new version but I still get a fatal error when trying to activate the plugin:

    Parse error: syntax error, unexpected T_FUNCTION in /www/domini/annaforesio/wp-content/plugins/responsify-wp/includes/create_responsive_image.php on line 78

    Plugin Author stefanledin

    (@stefanledin)

    Hi phishmanx!
    I suspect that your server is running PHP 5.2 or something. That function has been around since the start and has worked on PHP 5.3.

    Yes, I’m running PHP Version 5.2.15.

    Do you have a workaround for me or the only possible solution is to upgrade PHP (I’m not sure my host will be able to do that)?

    Thanks again!
    Augusto

    Plugin Author stefanledin

    (@stefanledin)

    Yes! Try this version.

    PHP 5.2 is old, even 5.3 is kinda old (5.6 is the current version), but I’ll support it since it seams to be running on many shared hosts.

    Thanks Stefan,
    tried the new code but now I get this error:

    Parse error: syntax error, unexpected T_FUNCTION in /www/domini/annaforesio/wp-content/plugins/responsify-wp/includes/content_filter.php on line 76

    Plugin Author stefanledin

    (@stefanledin)

    Okey, lets try this one then.
    (Rename it to content_filter.php)

    Hi Stefan,
    thanks, tried the new version, now the plugin activates without errors, but then the website is visualized with an empty page (apart from the top menu).

    Homepage is blank, single pages output this error:

    Fatal error: Call to undefined function array_replace_recursive() in /www/domini/annaforesio/wp-content/plugins/responsify-wp/includes/img.php on line 20

    Plugin Author stefanledin

    (@stefanledin)

    Humm, another bump in the road! This one is harder to solve though. array_replace_recursive() came with PHP 5.3, so it doesn’t exists in 5.2.
    Maybe you should ask your host if it’s possible to upgrade PHP? Even if we could solve this, I think that you’ll eventually will bump into similar issues with other plugins, scripts or libraries.

    Hi Stefan,

    I am also having problems activating this plugin.

    Parse error: syntax error, unexpected ‘[‘ in /mnt/webr/d2/59/54448259/htdocs/WordPress_01/wp-content/plugins/responsify-wp/includes/content_filter.php on line 113

    My host is using PHP Version: 5.3.29

    Plugin Author stefanledin

    (@stefanledin)

    Hi MelanieHaver!
    Have you tried replacing content_filter.php with the modified version?

    Since this issue seams to be bigger than i though, I’ll ship an update with this bugfix later.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘[v1.6.4] Fatal Error’ is closed to new replies.