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
I get the error code: 1000 message: Route '' not found
after debuging I found that the error happens when $_SERVER['PATH_INFO'] is not set.
On my shared hoster (1und1) it's that case. I have a $_SERVER['ORIG_PATH_INFO'] instead.
So I can only fix it if I set the config option 'basePath' => '/admin.php'
I have the feeling this is a bug - or at least it should be mentioned in blinking red in the documentation that you should set the basePath
The text was updated successfully, but these errors were encountered:
I get the
error code: 1000 message: Route '' not found
after debuging I found that the error happens when $_SERVER['PATH_INFO'] is not set.
On my shared hoster (1und1) it's that case. I have a $_SERVER['ORIG_PATH_INFO'] instead.
So I can only fix it if I set the config option 'basePath' => '/admin.php'
I have the feeling this is a bug - or at least it should be mentioned in blinking red in the documentation that you should set the basePath
The text was updated successfully, but these errors were encountered: