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

    2. 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 difference

    3. 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 site

    4.talk to my host
    they cant help

    please help help

    [Moderator Note: No bumping. If it’s that urgent, please consider hiring someone instead.]

Viewing 1 replies (of 1 total)
  • 4.talk to my host – they cant help

    Assuming you have tried to install WooCommerce with no additional plugins, and a standard default WordPress theme active, if your host is unwilling to provide additional memory for WooCommerce to work, you may need to find a new host.

    WooCommerce is a very memory intensive plugin. Some shared hosting providers resources are simply insufficient to support it.

Viewing 1 replies (of 1 total)

The topic ‘problem to install woocommerce’ is closed to new replies.