• 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)
  • 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

    (@aditya1783)

    Hey thanks Josh!

    But on adding this line i am still getting the same message ??

    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

    (@seoblogbuzz)

    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

    (@aditya1783)

    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

    (@aditya1783)

    Thanks SEOblog buzz for the help!

    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!)

    please make sure me,how it possible to install a plug in..

    Garage door repair Las vegas

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Plugin not installing’ is closed to new replies.