You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
When I installed Analogue as a plugin and tried to use it in the AppController Cake said it was missing the helper AnalogueHelper and suggested it should be put in app/views/helpers. When I added
App::import( 'Plugin', 'Analogue' );
Cake complained it couldn't find the AppHelper class.
Eventually I just moved Analogue to the app/views/helpers directory, which works but isn't ideal.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I installed Analogue as a plugin and tried to use it in the AppController Cake said it was missing the helper AnalogueHelper and suggested it should be put in app/views/helpers. When I added
Cake complained it couldn't find the AppHelper class.
Eventually I just moved Analogue to the app/views/helpers directory, which works but isn't ideal.
The text was updated successfully, but these errors were encountered: