Search code examples
phpprestashopprestashop-1.7prestashop-modules

How to fix Prestashop front office, 500 internal server error?


I was setting up a prestashop theme, and this error came out of somewhere. Can you suggest me how to fix this?

Debug Mode View: enter image description here


Solution

  • It looks to be an issue with your module called Google Map Store Page. Specifically, the error is on line 277 of this file: https://github.com/ArnaudDx/Google-map-store-page-prestashop-1.7/blob/master/storeggmap/storeggmap.php.

    Is this a module that you need to use? If not, disabling/deleting it should solve the problem.