Created
February 17, 2012 09:29
-
-
Save armetiz/1852137 to your computer and use it in GitHub Desktop.
Warmup error using php-cli only
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#php app/console cache:warmup | |
Warming up the cache | |
[ErrorException] | |
Warning: session_start(): open(/var/lib/php/session/sess_XXX, O_RDWR) failed: No such file or directory (2) in /datas/www/tld.domain/subdomains/foo/httpdocs/vendor/symfony/src/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php line 87 | |
cache:warmup | |
PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0 | |
Fatal error: Exception thrown without a stack frame in Unknown on line 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment