Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Sqrcz's avatar

Error after deploy to host.

Hi,

I just moved my project to new server and after that I'm getting this message:

Whoops, looks like something went wrong.

I've changed permissions to "storage" folder and sub-folders... to 777 and nothing changed... I wanted to see the logs... but even with 777 permissions there is no log file... :/

I also tried to get more details from the error by detting debug mode to true... but it changes nothing... :/

What needs to be done after moving files to server? Do i need to change some config to make it work?

I did the same with clean installation of Laravel 4.2 and i got the same problem... :/

0 likes
2 replies
bashy's avatar

Set it up on a dev link and put debug on. Or if the URL isn't set yet/no one knows the link, just put it on to see the error.

You can also check PHP/Apache/Nginx errors?

Sqrcz's avatar

The problem was with magic_quotes_gpc turned on on my host... i caused laravel failing before getting in to app folder (so config settings did not matter).

Please or to participate in this conversation.