ConsoleBundle icon indicating copy to clipboard operation
ConsoleBundle copied to clipboard

assetic:dump --env=prod

Open axi opened this issue 11 years ago • 3 comments

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.

axi avatar Apr 17 '14 09:04 axi

Seems that even if we get this error, we get assetic sometimes updating the prod files anyway

axi avatar Apr 17 '14 09:04 axi

I just have the same issue... how can we fix it?

Enroy avatar May 03 '14 09:05 Enroy

Could you create a repository with a project showing this error/making it reproducable?

laszlokorte avatar May 08 '14 14:05 laszlokorte