Installed Trial Version 2.0.12 successfully. But both the frontpage and admin page are showing a blank screen with 500 Server Error if view page source.
Any Hints??
Check the config file and see if you have the database setup corectly - that would be my guess…
[quote name=‘badmaash’]Check the config file and see if you have the database setup corectly - that would be my guess…[/QUOTE]
Thanks for your reply.
I think I’ve figured out the solution. It was due to wrong permissions on the php files, as I uploaded the original zip file and extracted from the cPanel, the original permissions were wrong.
CS-Cart team should take a note on that and correct the permissions before making available for download so other trail users won’t have the same problem.
File permissions should be set to 644 rather than 666 and 777 to be compatible to most hosting environments.
[quote name=‘andrewchk’]I think I’ve figured out the solution. It was due to wrong permissions on the php files, as I uploaded the original zip file and extracted from the cPanel, the original permissions were wrong.
CS-Cart team should take a note on that and correct the permissions before making available for download so other trail users won’t have the same problem.
File permissions should be set to 644 rather than 666 and 777 to be compatible to most hosting environments.[/QUOTE]
Unfortunately, the proper permissions depend on the PHP API used on your server - this is discussed in numerous forum threads.
They should address the issue with better documentation at a minimum, but it would be better if they built the API detection into the install script and set permissions accordingly.
Bob