我有一个奇怪的问题,我在我的 MacBook Pro 上尝试了 MAMP 和 PhP / Apache 的标准安装,但总是出现这个错误
警告:require_once(../interfaces/class-ai1ec-get-data-from-cache.php):无法打开流:/usr/local/zend/apache2/htdocs/wordpress/wp-中没有这样的文件或目录第 3 行的 content/plugins/all-in-one-event-calendar-premium/app/strategies/get_data_from_cache/class-ai1ec-get-data-from-db-cache.php 致命错误:require_once():需要打开失败'../interfaces/class-ai1ec-get-data-from-cache.php' (include_path='.:/usr/local/zend/share/ZendFramework/library:/usr/local/zend/share/pear' ) 在 /usr/local/zend/apache2/htdocs/wordpress/wp-content/plugins/all-in-one-event-calendar-premium/app/strategies/get_data_from_cache/class-ai1ec-get-data-from-db -cache.php 在第 3 行
从这个电话
require_once ( '/../interfaces/class-ai1ec-get-data-from-cache.php' );
我是 Mac 的新手,所以它一定很愚蠢,但我被阻止了。
当然我尝试了每个版本
require_once ( '../interfaces/class-ai1ec-get-data-from-cache.php' );
require_once ( './../interfaces/class-ai1ec-get-data-from-cache.php' );