You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spent numerous hours debugging until i finally found that this version of laravel nova was the cause. My license currently only works until 4.33.2 so I don't know if this was fixed in 4.33.3 or if it's still a problem.
My current solution is to downgrade to 4.33.1. ALternatively if you want to run 4.33.2 you need to disable opcache in cli by setting opcache.enable_cli=0 in php.ini
Detailed steps to reproduce the issue on a fresh Nova installation:
Install laravel 11 + php 8.2.
make sure opcache is installed and enabled for CLI via php.ini: opcache.enable_cli=1
run php artisan and you will see that it crashes with Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
Description:
Spent numerous hours debugging until i finally found that this version of laravel nova was the cause. My license currently only works until 4.33.2 so I don't know if this was fixed in 4.33.3 or if it's still a problem.
My current solution is to downgrade to 4.33.1. ALternatively if you want to run 4.33.2 you need to disable opcache in cli by setting
opcache.enable_cli=0
in php.iniDetailed steps to reproduce the issue on a fresh Nova installation:
opcache.enable_cli=1
php artisan
and you will see that it crashes withSegmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: