Sunday, August 26, 2012

Re: Fatal error with fresh installation of CakePHP 2.2 and migrated 2.0 app

OK, when following the migration guide I had forgot to add the AppHelper.php file.

Now I get a different error:

Helper class HelperfnsHelper could not be found.

Error: An Internal Error Has Occurred.

Stack Trace

  • CORE\Cake\View\View.php line 861HelperCollection->load(string, array)
  • CORE\Cake\View\View.php line 468View->loadHelpers()
  • CORE\Cake\Controller\Controller.php line 957View->render(null, null)
  • CORE\Cake\Routing\Dispatcher.php line 193Controller->render()
  • CORE\Cake\Routing\Dispatcher.php line 161Dispatcher->_invoke(CategoriesController, CakeRequest, CakeResponse)
  • APP\webroot\index.php line 98Dispatcher->dispatch(CakeRequest, CakeResponse) 
 
Helperfns.php is my file and it is in the View/Helper directory.
 

--
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
 
 

No comments: