Title: Plugin not installing
Last modified: August 20, 2016

---

# Plugin not installing

 *  [aditya1783](https://wordpress.org/support/users/aditya1783/)
 * (@aditya1783)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-installing-1/)
 * On installing a plugin I am getting a message as below:
 * Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate
   7680 bytes) in /home/zyphrusc/public_html/wp-content/plugins/digg-digg/include/
   dd-class.php on line 2075
 * Why this is happening and how to resolve it?

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-installing-1/#post-2923807)
 * Try adding this line to your `wp-config.php` file:
 *     ```
       define("WP_MEMORY_LIMIT", 64);
       ```
   
 * It looks like you were just over the 32 megabyte default limit. Adding this line
   will increase the wordpress memory limit from 32 megabytes to 64 megabytes.
 *  Thread Starter [aditya1783](https://wordpress.org/support/users/aditya1783/)
 * (@aditya1783)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-installing-1/#post-2923862)
 * Hey thanks Josh!
 * But on adding this line i am still getting the same message 🙁
 *  [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-installing-1/#post-2923872)
 * Okay, try this one:
 * Open your PHP.ini file in the root directory, change the line in PHP.ini
    If 
   your line shows 32M try 64M:
 *     ```
       memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
       ```
   
 *  [Henry](https://wordpress.org/support/users/seoblogbuzz/)
 * (@seoblogbuzz)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-installing-1/#post-2923873)
 * One critical point to be considered here.
    You might using an hosting with php.
   exec disabled. If you were with an hosting, you always get that error. Solution:
   1)Talk to your hosting provider to enable it. 2)Change to other hosting which
   allow php.exec enabled.
 * Hope this little info could be helpful for newbie in the near future.
    Regards,
   Seo Blog Buzz – Create WordPress Blog In Six Simple Steps
 *  Thread Starter [aditya1783](https://wordpress.org/support/users/aditya1783/)
 * (@aditya1783)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-installing-1/#post-2923877)
 * Hey thanks Josh!
 * There was no PHP.ini file in my root folder so I got it installed.
 * Thanks for the input. It is working now!
 *  Thread Starter [aditya1783](https://wordpress.org/support/users/aditya1783/)
 * (@aditya1783)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-installing-1/#post-2923878)
 * Thanks SEOblog buzz for the help!
 *  [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-installing-1/#post-2923879)
 * Cool. My pleasure.
 * You might want to drop that 64 down to maybe 35 or 36 (I’ve always preferred 
   even numbers… not sure why…)
 * But, this will keep your server from running unnecessarily if you have a stalled
   script or something. Keeping it as low as possible, while still continuing to
   have full functionality, is always a good idea. (And your hosting provider will
   like you too!)
 *  [RizuDaab](https://wordpress.org/support/users/rizudaab/)
 * (@rizudaab)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-installing-1/#post-2923881)
 * please make sure me,how it possible to install a plug in..
 *  [Garage door repair Las vegas](http://garage-door-repair-lasvegas.com/)

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Plugin not installing’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 4 participants
 * Last reply from: [RizuDaab](https://wordpress.org/support/users/rizudaab/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-installing-1/#post-2923881)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
