Title: zero_chaku's Replies | WordPress.org

---

# zero_chaku

  [  ](https://wordpress.org/support/users/zero_chaku/)

 *   [Profile](https://wordpress.org/support/users/zero_chaku/)
 *   [Topics Started](https://wordpress.org/support/users/zero_chaku/topics/)
 *   [Replies Created](https://wordpress.org/support/users/zero_chaku/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/zero_chaku/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/zero_chaku/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/zero_chaku/engagements/)
 *   [Favorites](https://wordpress.org/support/users/zero_chaku/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [All Plugins Deactivated and Cannot Install The Plugins in WordPress](https://wordpress.org/support/topic/all-plugins-deactivated-and-cannot-install-the-plugins-in-wordpress/)
 *  Thread Starter [zero_chaku](https://wordpress.org/support/users/zero_chaku/)
 * (@zero_chaku)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/all-plugins-deactivated-and-cannot-install-the-plugins-in-wordpress/#post-4320480)
 * 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)