Skip to content

Instantly share code, notes, and snippets.

@swthate
Created August 15, 2014 16:38
Show Gist options
  • Save swthate/b1c1d2ccf6e86e99f7ec to your computer and use it in GitHub Desktop.
Save swthate/b1c1d2ccf6e86e99f7ec to your computer and use it in GitHub Desktop.
Missing Helper Error
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