assetic:dump --env=prod
Executing this command gives me a 500 error:
ContextErrorException: Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in /homepages/38/d179442560/htdocs/symfony/app/cache/dev/classes.php line 317
Line 317 in classes.php is: ini_set('session.save_handler','files');
assetic:dump in dev environnement works fine.
Seems that even if we get this error, we get assetic sometimes updating the prod files anyway
I just have the same issue... how can we fix it?
Could you create a repository with a project showing this error/making it reproducable?