Viewing 2 replies - 1 through 2 (of 2 total)
  • 10 seconds isn’t that long. The default is 30. You could set the maximum exection time in php.ini. See:
    https://php.net/manual/en/info.configuration.php#ini.max-execution-time
    Some hosts don’t let their clients alter php.ini, so you may have to go through your host support.

    A second way forward would be to download the .zip to your hard drive and unpack it there. Then using FTP or your hosts file manager software, copy the files to wp-content/plugins/woocommerce. When WordPress starts up, it will find WooCommerce, and you will just need to activate it.

    Or you could try maximizing wp_memory_limit to atleast 64M or 128M if possible by your server.

    Open up wp-config.php, add the following line

    define('WP_MEMORY_LIMIT', '128M');

    HTH.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I'm having problems installing woocommerce on my web server’ is closed to new replies.