wordpress - php.ini file size increase

http://wordpress.org/support/topic/fatal-error-allowed-memory-size-6#post-10178421

) Either rename/remove Plugins folder via FTP or disables all the Plugins from database.
2. If you have an access of PHP.ini file of the account/server then change the line in PHP.ini where line shows 32M to 256M:
memory_limit = 256M; Maximum amount of memory a script may consume (64MB)
3. If you do not have access of PHP.ini file then add this to an .htaccess file of your domain:
php_value memory_limit 256M
4. Try to add this line to your wp-config.php file to increase allocated memory to PHP:
define(’WP_MEMORY_LIMIT’, ‘256M’);
If all this option can not resolve the issue then you need to contact your hosting service provider to resolve this issue

Comments

Popular posts from this blog

altiris software key

Service Principal Names (SPNs) SetSPN Syntax (Setspn.exe)

Troubleshooting Netlogon Error Codes