I’ve been trying to follow a video on youtube for Slim authentication but I’m getting this msj.
Can anyone please explain to my why do I get this msj and how can I solve it?
I’ve googled for solution but I can find anything except a post that directed me to this page.
Bellow is the error:
Details
Type: Slim\Exception\ContainerValueNotFoundException
Message: Identifier “property” is not defined.
File: C:\wamp\www\vendor\slim\slim\Slim\Container.php
Line: 119
Trace
#0 C:\wamp\www\vendor\slim\slim\Slim\Container.php(144): Slim\Container->get(‘property’)
#1 C:\wamp\www\app\Controllers\Controller.php(15): Slim\Container->__get(‘property’)
#2 C:\wamp\www\app\Controllers\Auth\AuthController.php(10): App\Controllers\Controller->__get(‘view’)
#3 [internal function]: App\Controllers\Auth\AuthController->getSignUp(Object(Slim\Http\Request), Object(Slim\Http\Response), Array)
#4 C:\wamp\www\vendor\slim\slim\Slim\Handlers\Strategies\RequestResponse.php(41): call_user_func(Array, Object(Slim\Http\Request), Object(Slim\Http\Response), Array)
#5 C:\wamp\www\vendor\slim\slim\Slim\Route.php(325): Slim\Handlers\Strategies\RequestResponse->__invoke(Array, Object(Slim\Http\Request), Object(Slim\Http\Response), Array)
#6 C:\wamp\www\vendor\slim\slim\Slim\MiddlewareAwareTrait.php(116): Slim\Route->__invoke(Object(Slim\Http\Request), Object(Slim\Http\Response))
#7 C:\wamp\www\vendor\slim\slim\Slim\Route.php(297): Slim\Route->callMiddlewareStack(Object(Slim\Http\Request), Object(Slim\Http\Response))
#8 C:\wamp\www\vendor\slim\slim\Slim\App.php(441): Slim\Route->run(Object(Slim\Http\Request), Object(Slim\Http\Response))
#9 C:\wamp\www\vendor\slim\slim\Slim\MiddlewareAwareTrait.php(116): Slim\App->__invoke(Object(Slim\Http\Request), Object(Slim\Http\Response))
#10 C:\wamp\www\vendor\slim\slim\Slim\App.php(337): Slim\App->callMiddlewareStack(Object(Slim\Http\Request), Object(Slim\Http\Response))
#11 C:\wamp\www\vendor\slim\slim\Slim\App.php(298): Slim\App->process(Object(Slim\Http\Request), Object(Slim\Http\Response))
#12 C:\wamp\www\public\index.php(5): Slim\App->run()
#13 {main}