Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Fatal Error in EntryController.FetchViewLocation();
Isaac
New
When I installed the plugin, I got this error when attempting to register:
Could not find a './plugins/BotStop/views/registerapproval.php' view for the 'entry' controller in the 'dashboard' application.
The error occurred on or near: ./library/core/class.controller.php
$this->_ViewLocations[$LocationName] = $ViewPath; } // echo '<div>['.$LocationName.'] RETURNS ['.$ViewPath.']</div>'; if ($ViewPath === FALSE && $ThrowError) trigger_error(ErrorMessage("Could not find a '$View' view for the '$ControllerName' controller in the '$ApplicationFolder' application.", $this->ClassName, 'FetchViewLocation'), E_USER_ERROR); return $ViewPath; }
I checked the zip file a few times, and there's no registerapproval.php file. Where do I find it?
Tagged:
0
Comments
Unfortunately the author of the plugin has not coma back but peregrine made a working version which has those files. I would have to search for the bookmark.
Also, the plugin works very well with just basic registration. You can try that in the meantime ?
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Ah, yeah. That would make sense.