aschelch/cakephp-notification-plugin

please CakeDC/Migration file

Opened this issue · 4 comments

Please provide schema information by CakeDC/Migration file.
Many CakePHP users manage schema by CakeDC/Migration plugin.
I think it's easier.

Hi, Okay i will do that ;)

Thanks a lot!

Hi, i've installed your pligin but it returned this error:

Fatal error: Uncaught exception 'FatalErrorException' with message '[MissingHelperException] Helper class NotificationHelper could not be found.
#0 C:\wamp\www\adminpanel\lib\Cake\View\HelperCollection.php(63): HelperCollection->load('Notification')
#1 C:\wamp\www\adminpanel\lib\Cake\View\View.php(858): HelperCollection->__isset('Notification')
#2 C:\wamp\www\adminpanel\admin\View\Elements\Default\header.ctp(3): View->__get('Notification')
#3 C:\wamp\www\adminpanel\lib\Cake\View\View.php(971): include('C:\wamp\www\adm...')
#4 C:\wamp\www\adminpanel\lib\Cake\View\View.php(933): View->_evaluate('C:\wamp\www\adm...', Array)
#5 C:\wamp\www\adminpanel\lib\Cake\View\View.php(1224): View->_render('C:\wamp\www\adm...', Array)
#6 C:\wamp\www\adminpanel\lib\Cake\View\View.php(418): View->_renderElement('C:\wamp\www\adm...', Array, Array)
#7 C:\wamp\www\adminpanel\admin\View\Layouts\error.ctp(32): View->element('Default/header')
#8 C:\wamp\www\adminpanel\lib\Cake\View\View.php(971): include('C:\wamp\www\adm...')
#9 C: in C:\wamp\www\adminpanel\lib\Cake\Error\ErrorHandler.php on line 138

can u help me please?
Thanks

Did you add the public $helper = array('Notification.Notification'); in your controller ?