Reputation: 1
I am currently facing a big issue on a mission I have to do quickly for my job.
I had to install Prestashop 1.7.8 and create the entire website on it, I a using MAMP, (PHP version 7.4.16).
The entire configuration went well but after the install, I cannot neither go on my front or back-end, I have an error message because firefox won't connect, I am thinking of what I do and what can be the cause to this problem and in final, it is really wierd because I'm in a localhost so the problem is maybe not the server, I don't know.
If you ever have this problem and solved it, what did you do, I really need to find a solution quick for my job, I'm not a developper and my informatic skills are very limited.
Thanks by advance !
Upvotes: -5
Views: 321
Reputation: 447
Enable debug mode
config/defines.inc.php
define('_PS_MODE_DEV_', true);
And check the error message. If the error message doesn't help you fix the error either, update your post and put it in the error message, and someone will definitely be able to help.
Or maybe you can try in another browser (for example Chrome).
Upvotes: 0