Help! When I logout / or incognito mode / I get Fatal Errror
I disabled all plugins, but the damage is done. Not sure what to do.
Any thoughts, I will love you forever!
Fatal Error in ReflectionClass.getMethod();
Method addJunctionModel does not exist
The error occurred on or near: /home/thecosmi/public_html/vendor/vanilla/garden-container/src/Container.php
550:         // Call subsequent calls on the new object.
551:         if (isset($class) && !empty($rule['calls'])) {
552:             foreach ($rule['calls'] as $call) {
553:                 list($methodName, $args) = $call;
554:                 $method = $class->getMethod($methodName);
555: 
556:                 $args = $this->resolveArgs(
557:                     $this->makeDefaultArgs($method, $args, $rule),
558:                     [],
Backtrace:
[/home/thecosmi/public_html/vendor/vanilla/garden-container/src/Container.php:554] ReflectionClass->getMethod(); [/home/thecosmi/public_html/vendor/vanilla/garden-container/src/Container.php:712] Garden\Container\Container->createSharedInstance(); [/home/thecosmi/public_html/vendor/vanilla/garden-container/src/Container.php:356] Garden\Container\Container->createInstance(); [/home/thecosmi/public_html/library/core/class.gdn.php:214] Garden\Container\Container->getArgs(); [/home/thecosmi/public_html/library/core/class.gdn.php:391] Gdn::factory(); [/home/thecosmi/public_html/applications/dashboard/models/class.usermodel.php:5057] Gdn::permissionModel(); [/home/thecosmi/public_html/library/core/class.session.php:499] UserModel->getPermissions(); [/home/thecosmi/public_html/library/core/class.auth.php:64] Gdn_Session->start(); [/home/thecosmi/public_html/bootstrap.php:517] Gdn_Auth->startAuthenticator(); [/home/thecosmi/public_html/index.php:22] PHP::require_once();
Thanks!
0          
            
        
            
Comments
ERROR on line 554
Hey, any news regarding this issue?