problem to install woocommerce
-
when installing woocommerce plugin
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in /home/*******/public_html/wp-admin/includes/schema.php on line 963
This error shows after I log-in my backend of my site.
What will I do? anyone can help me please?
I tried everything but it’s not working.1. Try adding this line to your wp-config.php file:
define(‘WP_MEMORY_LIMIT’, ’64M’);
****This made no difference2. If you have access to your PHP.ini file, 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)
****This made no difference3. If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 64M
****This crashed the entire site4.talk to my host
they cant helpplease help help
[Moderator Note: No bumping. If it’s that urgent, please consider hiring someone instead.]
The topic ‘problem to install woocommerce’ is closed to new replies.