GeekShop Instalation
Hello there, how are you? I would like a help on the GeekShop installation. I fixed the most bugs and now I'm getting the error 500. I followed all the instalation steps and I have database connection working with full data samples. I tried installation from MacOS(Xampp) and Win10 (Xampp) and Remotely on a CPanel shared host. Thank you for any help.
Hi there!
What I could suggest is enabling debug mode so that you could see the actual error rather than the generic 500 error.
To do that edit the .env
file and change the DEBUG
value to true
.
Then visit your application again and you will see the actual error.
Feel free to share the error here!
Regards, Bobby