level 1
off365
楼主
Warning: require_once(/xxxxx/wp-includes/cache.php) [function.require-once]: failed to open stream: Too many open files in /xxxxx/wp-includes/load.php on line 466
Fatal error: require_once() [function.require]: Failed opening required '/xxxxx/wp-includes/cache.php' (include_path='.:') in /xxxxxx/wp-includes/load.php on line 466
466行的代码是 if ( ! wp_using_ext_object_cache() )
require_once ( ABSPATH . WPINC . '/cache.php' );
是不是插件冲突啊?
2016年06月17日 14点06分
1
Fatal error: require_once() [function.require]: Failed opening required '/xxxxx/wp-includes/cache.php' (include_path='.:') in /xxxxxx/wp-includes/load.php on line 466
466行的代码是 if ( ! wp_using_ext_object_cache() )
require_once ( ABSPATH . WPINC . '/cache.php' );
是不是插件冲突啊?