mallrat Posted October 23, 2018 Share Posted October 23, 2018 Hi I have an intermittently recurring issue. On some days the site back office is working OK, on other days the site back office is broken. After logging into the back office if I try to edit or add a product, the back office product page has numerous errors. Prestashop: 1.7.3.3. PHP: 7.0.32 Memory limit: 128M Max execution time: 30 Required parameters: OK Optional parameters: OK When trying to edit an existing product... 1. The uploaded images are missing. 2. HTML tags are showing in the summary and description areas. 3. Character count value is missing. 4. Category chooser panel not loading correctly. 5. The save/duplicate product menu bar at the bottom is entirely missing. The web inspector is showing an error 500 for the fist file that the page tries to load. https://www.mywebsite.com/adminxxxx/index.php/product/form/xxx?_token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx I have posted previously about this, but I hope this is clearer. I hope someone can help. Thank you. Link to comment Share on other sites More sharing options...
musicmaster Posted October 25, 2018 Share Posted October 25, 2018 It looks like you have some Ajax call that sometimes results in a 500 error. So you should check your server's error log or switch on development mode and look in your browser console at what the Ajax call returns. 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