Created
August 15, 2014 16:38
-
-
Save swthate/b1c1d2ccf6e86e99f7ec to your computer and use it in GitHub Desktop.
Missing Helper Error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Missing Helper | |
Error: AuthHelper could not be found. | |
Error: Create the class AuthHelper below in file: app\View\Helper\AuthHelper.php | |
<?php | |
class AuthHelper extends AppHelper { | |
} | |
Notice: If you want to customize this error message, create app\View\Errors\missing_helper.ctp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment