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
Devtools: v4 (pulled from 4.0.x branch)
Phalcon: v4 RC-3
I ran command project and project generated find but config/router.phg is missing the $_SERVER["REQUEST_URI"] variable in $router->handle();. Without the server variable the following error is returned:
Wrong number of parameters
#0 /phalcon4/app/config/router.php(13): Phalcon\Mvc\Router->handle()
#1 /phalcon4/public/index.php(20): include('/phal...')
#2 {main}
Devtools: v4 (pulled from 4.0.x branch)
Phalcon: v4 RC-3
I ran command
project
and project generated find butconfig/router.phg
is missing the$_SERVER["REQUEST_URI"]
variable in$router->handle();
. Without the server variable the following error is returned:See: https://docs.phalcon.io/4.0/en/routing
The text was updated successfully, but these errors were encountered: