doujiang2020 2012-06-06 03:02
浏览 18
已采纳

cakephp media plugin致命错误:调用未定义的方法Folder :: ls()

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 :D

  • 写回答

1条回答 默认 最新

  • dongliang1996 2012-06-06 05:03
    关注

    I guess the version of the media plugin you use is not compatible with the CakePHP version you use because Folder::ls has been removed in CakePHP 1.3.x. Hence I would check whether there is a newer version of the media plugin available.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?