• Resolved zero_chaku

    (@zero_chaku)


    Hi,

    When I login into wp-login (WordPress 3.6.1), I found that all my Plugins are deactivated.

    Error message after wp-login:

    The plugin user-locker/user-locker.php has been deactivated due to an error: The plugin does not have a valid header.

    Then I try to install any Plugin, but failed.

    Error message when install Plugin:

    Downloading install package from http://downloads.wordpress.org/plugin/user-locker.1.2.zip… Download failed. Could not open handle for fopen() to /tmp/user-locker.tmp

    But I check my website still running normal, not blank.

    Kindly need assist to solve this issue.

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter zero_chaku

    (@zero_chaku)

    Hi guys,

    Finally I solved it by myself.

    1. Login cPANEL > File Manager > Web Root (public_html/www) > click Go.
    2. Click ‘New File’ on the toolbar.
    3. Create new file php.ini.
    4. Open the new php.ini file with Notepad and fill with

    allow_url_fopen = 1;

    5. To make this php.ini file readable by subdirectory, open the file .htaccess file from public_html folder and add these on the last row

    <IfModule mod_suphp.c>
    suPHP_ConfigPath /home/USERNAME/public_html
    </IfModule>

    6. Change USERNAME with your hosting username.
    7. Done, your Plugins back to normal.

    Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘All Plugins Deactivated and Cannot Install The Plugins in WordPress’ is closed to new replies.