Support » Plugin: RecipePress Reloaded » Triggered Fatal Error when activating latest version

  • Resolved chow0050

    (@chow0050)


    Hi Jan,

    I’m unable to activate the latest version as it triggered a fatal error.

    Warning: require_once(__DIR__/../php/helper/admin_menu_helper.php) [function.require-once]: failed to open stream: No such file or directory in /home/chow0050/public_html/easypeasyrecipe.com/wp-content/plugins/recipepress-reloaded/views/settings.php on line 7

    Can you help me? Thanks!

    https://wordpress.org/plugins/recipepress-reloaded/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter chow0050

    (@chow0050)

    i replaced “__DIR__/..” with “/home/chow0050/public_html/easypeasyrecipe.com/wp-content/plugins/recipepress-reloaded” and it worked. something to do with find the directory?

    Plugin Author Jan Koester

    (@dasmaeh)

    That’s strange. Actually I didn’t change that line for quite a long time. Could you please tell me the version of PHP you are using (and OS and webserver as well).

    Thread Starter chow0050

    (@chow0050)

    PHP version 5.3.29
    Operating system linux
    webserver apache

    Thanks Jan!

    Plugin Author Jan Koester

    (@dasmaeh)

    This remains strange as __DIR__ is a PHP constant for the directory of the current file supported since 5.3.0

    For recipepress reloaded 0.7.5 onwards I’ve replaced this by a wordpress/plugin constant.

    Thanks for reporting!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Triggered Fatal Error when activating latest version’ is closed to new replies.