route
route copied to clipboard
Route v1.3 shows error when nginx virtaul host configuration using php8.1-fpm.
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.