I installed Cs-Cart without problems.
I closed the frontstore with a passcode and then I deleted all categories and products and started creating my categories/products.
After I created 3-4 products, manually, the Products menu leads to a blank/white page.
The same happens with the storefront. A blank/white page appears.
I searched a bit, tried the memory_limit change but with no luck.
Does anyone have any suggestion?
You can open config.local.php file and comment out the code below:
error_reporting(E_ALL);
ini_set('display_errors', 0);
Add the code below:
define('DEVELOPMENT', true);
You can let us know what is the exact error message.
Hi, thank you for your response.
I changed the code as you wrote and now it is like this:
// Log everything, but do not display
//error_reporting(E_ALL);
//ini_set('display_errors', 0);
define('DEVELOPMENT', true);
But I cannot see any difference. The page is still blank (I did clear cache).
Please note that when I try to see the code in page source, I see nothing. The page's code is empty.
[quote name='chcs' timestamp='1417616773' post='198654']
Hi, thank you for your response.
I changed the code as you wrote and now it is like this:
// Log everything, but do not display
//error_reporting(E_ALL);
//ini_set('display_errors', 0);
define('DEVELOPMENT', true);
But I cannot see any difference. The page is still blank (I did clear cache).
Please note that when I try to see the code in page source, I see nothing. The page's code is empty.
[/quote]
Try:
error_reporting(E_ALL);
ini_set('display_errors', 1);
define('DEVELOPMENT', true);
Unfortunately this does not work either.
In this case start from checking server error logs