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();

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?

Comments

Sign In or Register to comment.