我目前正在尝试在我们的 Magento 设置上实现 Magmi,但在第一个 Magmi 页面上出现以下错误,这只是转到第一页并且还没有运行任何东西(显然直接路径已在以下信息中替换):
Notice: require_once() [function.require-once]: 1. h->opened_path=[/path/to/root/magmi/inc/magmi_version.php] h->filename=[/path/to/root/magmi/inc/magmi_version.php] in /path/to/root/magmi/web/head.php on line 5
Notice: require_once() [function.require-once]: apc_cache_find [33623919] in /path/to/root/magmi/web/head.php on line 5
Notice: require_once() [function.require-once]: 1. h->opened_path=[/path/to/root/magmi/inc/magmi_config.php] h->filename=[/path/to/root/magmi/inc/magmi_config.php] in /path/to/root/magmi/web/magmi.php on line 2
Notice: require_once() [function.require-once]: apc_cache_find [33623914] in /path/to/root/magmi/web/magmi.php on line 2
Notice: require_once() [function.require-once]: 1. h->opened_path=[/path/to/root/magmi/inc/properties.php] h->filename=[/path/to/root/magmi/inc/properties.php] in /path/to/root/magmi/inc/magmi_config.php on line 2
Notice: require_once() [function.require-once]: apc_cache_find [33623920] in /path/to/root/magmi/inc/magmi_config.php on line 2
Notice: require_once() [function.require-once]: 1. h->opened_path=[/path/to/root/magmi/inc/magmi_statemanager.php] h->filename=[/path/to/root/magmi/inc/magmi_statemanager.php] in /path/to/root/magmi/web/magmi.php on line 3
Notice: require_once() [function.require-once]: apc_cache_find [33623917] in /path/to/root/magmi/web/magmi.php on line 3
Notice: require_once() [function.require-once]: 1. h->opened_path=[/path/to/root/magmi/inc/fshelper.php] h->filename=[/path/to/root/magmi/inc/fshelper.php] in /path/to/root/magmi/web/magmi.php on line 5
Notice: require_once() [function.require-once]: apc_cache_find [33623909] in /path/to/root/magmi/web/magmi.php on line 5
Notice: require_once() [function.require-once]: 1. h->opened_path=[/path/to/root/magmi/web/magmi_web_utils.php] h->filename=[/path/to/root/magmi/web/magmi_web_utils.php] in /path/to/root/magmi/web/magmi.php on line 6
Notice: require_once() [function.require-once]: apc_cache_find [33623950] in /path/to/root/magmi/web/magmi.php on line 6
Notice: require_once() [function.require-once]: 1. h->opened_path=[/path/to/root/magmi/web/magmi_config_setup.php] h->filename=[/path/to/root/magmi/web/magmi_config_setup.php] in /path/to/root/magmi/web/magmi.php on line 26
Notice: require_once() [function.require-once]: apc_cache_find [33623940] in /path/to/root/magmi/web/magmi.php on line 26
Notice: require_once() [function.require-once]: 1. h->opened_path=[/path/to/root/magmi/inc/dbhelper.class.php] h->filename=[/path/to/root/magmi/inc/dbhelper.class.php] in /path/to/root/magmi/web/magmi_config_setup.php on line 4
Notice: require_once() [function.require-once]: apc_cache_find [33623912] in /path/to/root/magmi/web/magmi_config_setup.php on line 4
等等...
有没有人遇到过这个问题?