I downloaded the theme and required plugins, but when I activate woocommerce plugin it gives "http 500 error". If I eliminate this plugin from the files it starts working again.
How can I install and activate this plugin? I need to make a shop online.
Can you please enable WP Debug Mode because I am not able to exactly know what kind of issue is this.
To turn on WP Debug Mode, follow these steps:
1. Open wp-config.php
2. Find WP_DEBUG constant (written as define('WP_DEBUG', false);)
3. Set value to *true* (define('WP_DEBUG', true);) and save file.
4. Go to the same page, refresh it and you will see a PHP warning or fatal error being display. Copy the error or better send me the screenshot so I will be able to understand what kind of issue is that and will give you proper fix to it.
Hello,
I downloaded the theme and required plugins, but when I activate woocommerce plugin it gives "http 500 error". If I eliminate this plugin from the files it starts working again.
How can I install and activate this plugin? I need to make a shop online.
Now I'm working on the local server.
Thanks.
Kaori
Hi,
Can you please enable WP Debug Mode because I am not able to exactly know what kind of issue is this.
To turn on WP Debug Mode, follow these steps:
1. Open wp-config.php
2. Find WP_DEBUG constant (written as
define('WP_DEBUG', false);
)3. Set value to *true* (
define('WP_DEBUG', true);
) and save file.4. Go to the same page, refresh it and you will see a PHP warning or fatal error being display. Copy the error or better send me the screenshot so I will be able to understand what kind of issue is that and will give you proper fix to it.