Jump to content

http error 500


Jessmoreno

Recommended Posts

Thank you for your reply nemo. I tried PS_MODE_DEV to true in config/defines.inc.php, all pages are in error.. Anyway to address other option for this issue.

Here is the code from the back end that i tried to replace

 

/* Debug only */
if (!defined('_PS_MODE_DEV_')) {
define('_PS_MODE_DEV_', false);
}
/* Compatibility warning */
define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false);
if (_PS_MODE_DEV_ === true) {
    @ini_set('display_errors', 'on');
    @error_reporting(E_ALL | E_STRICT);
    define('_PS_DEBUG_SQL_', true);

Link to comment
Share on other sites

10 minutes ago, Prescol said:

Please, post your solution so others with similar issues can check.

Because I can’t find the error no matter how I tried the option, still error came up. I just repeated the process from installation ,design and posting new products. But really thankful for you guys who help me 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...