Error After Switching Environment From Development To Production

Hi all,

I have a problem after switching from development to production. It’s really strange because it only happens on my prod server, on my localhost everything is ok.

Any suggestion ?

Check that assets folder exists and is readable by webserver.

Thanks ORey, but the folder does exist and it’s permission is set 777. It’s really strange. Any other suggestion ?

I checked the variable static::$aliases and here is what I get :

There is no @webroot, on my localhost, there is a @webroot. Any ideas how to fix it ?

It seems that the Application::bootstrap() is not running. I don’t know why ?

Never mind.

Don’t even know why it is fixed. Thanks all anyway.