跪求
跪求
跪求
跪求
跪求
跪求
跪求
跪求
跪求
跪求
跪求
Fatal error: Class 'Page' not found in E:\老师要改的网站\sylzj\n\admin\cj\collect\WEB\Lib\Action\indexAction.class.php on line 569
新闻采集错误修改    本人QQ513863656

解决方案 »

  1.   

    Class 'Page' not found 
    肯定是有什么东西找不到。你仔细检查下
      

  2.   


    你使用了Page类,却未载入, 要这样使用include '你的Page类所在文件路径';$page = new Page();
      

  3.   

    找不到类,说明你在new Page这个类的时候发生错误.查看你的php文件中是否已经调用这个Page类文件.或者确认调用的文件路径是否正确.
      

  4.   

    e:\websitethatteacherasktomodify
      

  5.   

    主要是类文件没找到,win环境下中文使用应该没问题的吧
    仔细检查路径吧
      

  6.   

     Class 'Page' not found in E:\老师要改的网站\sylzj\n\admin\cj\collect\WEB\Lib\Action\indexAction.class.php on line 569
    你的类没被程序找到
    两种可能
    1.没引入
    2.中文的文件名不被支持