我安装Project Babel完成后,也看到:
Install Core initEX: UPDATE babel_node SET nod_title = ‘Board’, nod_pid = 2, nod_sid = 2, nod_uid = 1, nod_level = 2, nod_header = ‘Hello World!’, nod_footer = ‘This is an example board in Limbo.’, nod_description = ” WHERE nod_id = 3
OK: INSERT INTO babel_channel(chl_pid, chl_url, chl_created) VALUES(3, ‘http://feeds.feedburner.com/livid’, 1199971691)可是访问首页,显示的是:
Warning: require_once(Cache/Lite.php) [function.require-once]: failed to open stream: No such file or directory in D:\wamp\www\babel\htdocs\core\V2EXCore.php on line 42Fatal error: require_once() [function.require]: Failed opening required ‘Cache/Lite.php’ (include_path=’/www/babel\libs\pear;.;C:\php5\pear’) in D:\wamp\www\babel\htdocs\core\V2EXCore.php on line 42
有人能告诉我吗

解决方案 »

  1.   

    不知道你用的什么东西,不过提示很明显么
    Warning: require_once(Cache/Lite.php) [function.require-once]: failed to open stream: No such file or directory in D:\wamp\www\babel\htdocs\core\V2EXCore.php on line 42 Fatal error: require_once() [function.require]: Failed opening required ‘Cache/Lite.php’ (include_path=’/www/babel\libs\pear;.;C:\php5\pear’) in D:\wamp\www\babel\htdocs\core\V2EXCore.php on line 42 Cache/Lite.php这个文件找不到
      

  2.   

    Cache/Lite.php 找不到有这个文件。。