This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Please help i got error
Build 431
/storage/framework/services.php not generated after clear cache or install plugin
(1/1) FatalErrorException
Illuminate\Filesystem\Filesystem::getRequire(): Failed opening required '/var/www/u0421398/data/www/mysite.com/storage/framework/services.php' (include_path='.:')
in Filesystem.php (line 84)
Last updated
Symfony\Component\Debug\Exception\FatalErrorException: Out of memory (allocated 46137344) (tried to allocate 135168 bytes) in /var/www/u0421398/data/www/mysite.me/vendor/october/rain/src/Extension/ExtendableTrait.php:396
Same problem. In the logs ..
[2018-01-29 15:53:24] production.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Illuminate\Filesystem\Filesystem::getRequire(): Failed opening required '/var/www/vhosts/regruhosting.ru/httpdocs/new.u/storage/framework/services.php' (include_path='.:') in /var/www/vhosts/.regruhosting.ru/httpdocs/new.u/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:84
Stack trace:
0 {main}
The error repeats after.
- login
- plugin install / update
Last updated
I faced the same issue and i found a solution. I simply disabled opcache in my hosting server with a ".user.ini" file.
If PHP runs as Apache module, use an .htaccess file:
php_flag opcache.enable Off
If PHP runs as CGI/FastCGI, use a .user.ini file:
opcache.enable=0
Last updated
freddyescobar27661 said: If PHP runs as Apache module, use an .htaccess file:
php_flag opcache.enable Off
Thx!
freddy said:
<p>I faced the same issue and i found a solution. I simply disabled opcache in my hosting server with a ".user.ini" file.</p>
We faced the same issue right now at login (using latest October version 468). If after the error we change from the CPanel the PHP Version from 7.2 to let's say 7.3 and refresh the error page all works fine, after logout and login again the error is back.
We disabled the opcache extension from the CPanel PHP version in use and is all good for now. Thanks.
1-6 of 6