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
It's normal when using fastcgi_pass unix:/run/php/php7.3-fpm.sock;
But error shows when using php8.1-fpm.sock.
My system php -v = php 8.1 and php*-fpm service run both 8.1 and 7.3 actively.
Fatal error: Uncaught Exception: Callable error on App\clinic -> index ! in /var/www/doctor.local/vendor/nezamy/route/system/Route.php:638 Stack trace: #0 /var/www/doctor.local/vendor/nezamy/route/system/Route.php(598): System\Route->callback() #1 /var/www/doctor.local/index.php(319): System\Route->end() #2 {main} thrown in /var/www/doctor.local/vendor/nezamy/route/system/Route.php on line 638
As in Readme.md says nezamy route v1.3 is compatible with php > 5.4 and i search with no issue with php 8.1 here.
The text was updated successfully, but these errors were encountered:
jinlaohu
changed the title
Route v1.3 shows error when virtaul host configuration using php8.1-fpm.
Route v1.3 shows error when nginx virtaul host configuration using php8.1-fpm.
Dec 14, 2022
It's normal when using fastcgi_pass unix:/run/php/php7.3-fpm.sock;
But error shows when using php8.1-fpm.sock.
My system php -v = php 8.1 and php*-fpm service run both 8.1 and 7.3 actively.
As in Readme.md says nezamy route v1.3 is compatible with php > 5.4 and i search with no issue with php 8.1 here.
The text was updated successfully, but these errors were encountered: