hi i am using cakephp media plugin and i got this error when i want to delete a file..
cakephp media plugin Fatal error: Call to undefined method Folder::ls()
any help?
TIA 😀
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.
I guess the version of the media plugin you use is not compatible with the CakePHP version you use because
Folder::lshas been removed in CakePHP 1.3.x. Hence I would check whether there is a newer version of the media plugin available.