Posts Tagged ‘Plugins’
Usefull plugins for WordPress Autoblog
These are the most important plugins for wordpress autoblog. Listed according to its function.
1) Auto Post : basically post enzine articles, videos, yahoo anwsers, amazon, ebays ..etc
Error Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes)
Error Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes)
This error occurred when either adding new plugins or upgrading plugins in WordPress or upgrading WordPress.
This means that WordPress (Drupal or other php script ..etc) needs more memory to run a process than the default PHP setting (usually by default is 8M). It could be due to the coding of the plugins.
What you can do is try some of these solutions
First is to edit the PHP.INI file that can be found in your root directory, usually in /public_html/ directory or if you are using addon domain it should be /public_html/yourADDONdomain. That is if your hosting provided you an access to it. In my case, I am using Namecheap, and it provides you the ability to copy the PHP.INI to your /public_html/ directory then you can make the necessary modifications. Open PHP.INI file and -
1 |
memory_limit = 8M |
Try to increase the limit to 32M or 64M or 128M. It this doesn’t work, try to copy the edited PHP.INI file to wp-includes/ and wp-admin/ folder of your site’s folder…. this solution works fine for me (recommended), see below code.



