Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我正在使用 cakephp 媒体插件,当我想删除文件时出现此错误..
cakephp 媒体插件致命错误:调用未定义的方法 Folder::ls()
有什么帮助吗?
蒂亚:D
我猜您使用的媒体插件版本与您使用的 CakePHP 版本不兼容,因为Folder::ls在 CakePHP 1.3.x 中已将其删除。因此,我会检查是否有更新版本的媒体插件可用。
Folder::ls