zekovic Posted May 27 Share Posted May 27 Hello everyone, After I set up my new site, there is no data in some sections and there is an error in the marketplace section. What could be the problem? I set up the site on my hosting. Thanks. Link to comment Share on other sites More sharing options...
El Patron Posted May 28 Share Posted May 28 1. Enable Debug Mode from Back Office (Recommended) Login to your PrestaShop Back Office. Go to Advanced Parameters > Performance. In the “Debug Mode” section: Toggle “Debug Mode” to ON. Save the changes. Now, errors and warnings will be displayed directly in your store frontend and back office. 2. Enable Debug Mode Manually (if Back Office is not accessible) If you can’t access the back office, enable debug mode by editing the configuration file: Open your site’s files via FTP or your hosting file manager. Navigate to: /config/defines.inc.php Find this line: define('_PS_MODE_DEV_', false); Change it to: define('_PS_MODE_DEV_', true); Save the file and reload your site. Now debug mode is enabled and errors will be visible on the site. Link to comment Share on other sites More sharing options...
zekovic Posted May 28 Author Share Posted May 28 5 hours ago, El Patron said: 1. Enable Debug Mode from Back Office (Recommended) Login to your PrestaShop Back Office. Go to Advanced Parameters > Performance. In the “Debug Mode” section: Toggle “Debug Mode” to ON. Save the changes. Now, errors and warnings will be displayed directly in your store frontend and back office. 2. Enable Debug Mode Manually (if Back Office is not accessible) If you can’t access the back office, enable debug mode by editing the configuration file: Open your site’s files via FTP or your hosting file manager. Navigate to: /config/defines.inc.php Find this line: define('_PS_MODE_DEV_', false); Change it to: define('_PS_MODE_DEV_', true); Save the file and reload your site. Now debug mode is enabled and errors will be visible on the site. There is not any error Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now