Support » Fixing WordPress » Plugins not updating properly. PHP error inside.

  • Hey, and thanks in advance for taking a look at my issue.

    When I try to update a plugin automatically, it goes through fine- updates, downloads and even says it re-activates. The problem is it doesn’t seem to activate right- like its activating the directory, not the php file it should be.

    If I rename the file, and go to plugins, I get:
    The plugin thesis-openhook/ has been deactivated due to an error: Plugin file does not exist.

    If it’s working properly, it will say:
    The plugin thesis-openhook/thesis-openhook.php has been deactivated due to an error: Plugin file does not exist.

    If I deactivate the plugin, then update, then reactivate myself it works fine.

    This is the error PHP hands out:


    Warning: include_once(/f1/content/matthodder/public/wp-content/plugins/thesis-openhook/) [function.include-once]: failed to open stream: No such file or directory in /f1/content/matthodder/public/wp-settings.php on line 473

    Warning: include_once() [function.include]: Failed opening ‘/f1/content/matthodder/public/wp-content/plugins/thesis-openhook/’ for inclusion (include_path=’.:/nfsn/apps/php5/lib/php/:/nfsn/apps/php/lib/php/’) in /f1/content/matthodder/public/wp-settings.php on line 473

    I have permissions/users all set correctly that I know of. Any ideas how I can fix this?

    PS: I’ve tried more the open-hook with same issue. I use that at another place and it works fine.

  • The topic ‘Plugins not updating properly. PHP error inside.’ is closed to new replies.