50 minutes ago, elburgl69 said:Put the original DB, username and password in:
/app/config/parameters.php
or restore that file from a backup from before you pointed the database else where.
If you like some verbose error reporting, edit the file:
/config/defines.inc.php
change the following (at the begin of the file):
/* Debug only */ if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', false); }To:
/* Debug only */ if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', true); }
Thank you very much.
The problem is that I don't have the original DB because I think that file (/app/config/parameters.php) changed automatically with new data.
I already restore that file from backup and the error 500 continues.
Where is the database of Prestashop by default? Because I didn't have any database and my website worked correctly before this mess.