Cannot access protected property CodeIgniter\HTTP\IncomingRequest::$uri |
Hello everyone, just replace the old code below:
PHP Code: $request = \Config\Services::request(); By direct call to the service: PHP Code: $uri = service('uri'); I had the same problem when migrating from version 4.4.3 to the current version 4.5.6 |
Welcome Guest, Not a member yet? Register Sign In |