Has anyone succeeded to install the CakeDC tags plugin on Cake v2.x?
It seems at though the whole cake command line has changed quite a bit (no more migration and with the directory structure changes, the schema is also broken)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are referring to this CakeDC plugin then it is already formatted for cake 2.x. Just create a folder called
Tagsin your plugin directory and then drop the plugin contents in there. Then open theConfig/bootstrap.phpfile in your main app and add to the bottomCakePlugin::load('Tags');