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.
我的服务器日志中出现以下错误:
PHP 致命错误:未捕获的错误:在 [...]/wp-content/plugins/Ultimate_VC_Addons/Ultimate_VC_Addons.php:359 中找不到类“AIO_Icon_Manager”
我拥有的 Ultimate Addons 版本中的模块文件大写:
但是实际查找文件的代码不会将文件名大写。有些服务器设置为区分大小写,有些则不区分大小写。因为我的是,我被迫重命名文件,将它们小写以匹配代码的预期,然后插件再次开始工作。