houseoftech / cakephp-meta

SEO Plugin for CakePHP 2.x which manages title, meta description, and meta keywords for each page in your application
MIT License
4 stars 2 forks source link

Missing Method in MetaController #1

Closed elogicmedia closed 11 years ago

elogicmedia commented 11 years ago

Hi,

I have installed this but when i go to domain.com/admin/meta/meta I get this error:

Missing Method in MetaController Error: The action admin_index is not defined in controller MetaController

Error: Create MetaController::admin_index() in file: app/Controller/MetaController.php.

Any idea?

Thanks

houseoftech commented 11 years ago

I added the admin methods from my AppController. The admin_index view also uses jQuery and the jquery.editinplace plugin if you want to add those to your layout.