Jump to content

Error in marketplace after fresh install


Recommended Posts

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:

  1. Open your site’s files via FTP or your hosting file manager.
  2. Navigate to:
  3. /config/defines.inc.php
  4. Find this line:
  5. define('_PS_MODE_DEV_', false);
  6. 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

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:

  1. Open your site’s files via FTP or your hosting file manager.
  2. Navigate to:
  3. /config/defines.inc.php
  4. Find this line:
  5. define('_PS_MODE_DEV_', false);
  6. 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.

image.thumb.png.5bc5ce9a91976f5a48dff8b3b3a5d455.png

 

There is not any error

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...