Hello Guys,
CS-Cart V4.2.x doesn't support PHP version 5.5? i am facing problem from my server but rest of the things working well like WordPress, Magento.
Thank you.
Hello Guys,
CS-Cart V4.2.x doesn't support PHP version 5.5? i am facing problem from my server but rest of the things working well like WordPress, Magento.
Thank you.
Minimal version for CS-Cart 4.2 is 5.3. It should work with PHP 5.5.
What exact problem do you face with?
CS-Cart V4.2.x doesn't support PHP version 5.5? i am facing problem from my server but rest of the things working well like WordPress, Magento.
It should work correctly. What problem do you have?
Hello,
My all stores was worked well till our server PHP version 5.3. Latest night my hosting company upgraded to PHP5.3 to PHP5.5 version suddenly all my CS-Cart stores are not working and shows message internal server error (Service not available).
Just now downgraded to PHP5.3 and stores are working. I don't know this is PHP version issue. Hosting company only telling issue from PHP version.
Thank you.
If you open the Code inspector in your browser, you can find the error description there. I mean, you could if your PHP version is set to 5.5 again.
Hello,
My all stores was worked well till our server PHP version 5.3. Latest night my hosting company upgraded to PHP5.3 to PHP5.5 version suddenly all my CS-Cart stores are not working and shows message internal server error (Service not available).
Just now downgraded to PHP5.3 and stores are working. I don't know this is PHP version issue. Hosting company only telling issue from PHP version.
Thank you.
The issue requires examination on your server, please contact us via HelpDesk.
Next time to see the error message, please open the config.local.php file and replace:
ini_set('display_errors', 0);
with
ini_set('display_errors', 1); define('DEVELOPMENT', true);
Refresh the page and post the error message on the forum
Next time to see the error message, please open the config.local.php file and replace:
ini_set('display_errors', 0);with
ini_set('display_errors', 1); define('DEVELOPMENT', true);Refresh the page and post the error message on the forum
Thank you.
You are welcome!