缺少视图

您看到这个错误页面是因为没有找到 index 视图。

解决:建立下列视图文件之一

/home/www/sites/www.zfxf.com.cn/public/zf_index.php
/home/www/sites/www.zfxf.com.cn/app/views/zf/index.php
/home/www/sites/www.zfxf.com.cn/app/public/zf_index.php
/home/www/sites/www.zfxf.com.cn/app/zf_index.php
/home/www/flea1/libs/views/zf_index.php
/home/www/flea1/libs/views/zf/index.php

提示:该页面内容来自 /home/www/flea1/libs/views/error/missing_view_exception.php 文件。您可以修改该页面以显示定制的错误信息。

应用程序执行上下文
-> (/home/www/flea1/libs/controller.php: 109)
  -> (/home/www/flea1/libs/basic.php: 137)
    -> (/home/www/sites/www.zfxf.com.cn/public/index.php: 12)