用户
 找回密码
 入住 CI 中国社区
搜索
楼主: youzlm
收起左侧

[已解决] ci上传服务器问题

[复制链接]
 楼主| 发表于 2009-8-14 18:28:38 | 显示全部楼层
本帖最后由 youzlm 于 2009-8-14 18:30 编辑
PHP复制代码
DEBUG - 2009-08-14 18:21:04 --> Config Class Initialized
DEBUG - 2009-08-14 18:21:04 --> Hooks Class Initialized
DEBUG - 2009-08-14 18:21:04 --> URI Class Initialized
DEBUG - 2009-08-14 18:21:04 --> Router Class Initialized
DEBUG - 2009-08-14 18:21:04 --> Output Class Initialized
DEBUG - 2009-08-14 18:21:04 --> Input Class Initialized
DEBUG - 2009-08-14 18:21:04 --> Global POST and COOKIE data sanitized
DEBUG - 2009-08-14 18:21:04 --> Language Class Initialized
DEBUG - 2009-08-14 18:21:04 --> Loader Class Initialized
DEBUG - 2009-08-14 18:21:04 --> Helper loaded: url_helper
DEBUG - 2009-08-14 18:21:04 --> Helper loaded: form_helper
DEBUG - 2009-08-14 18:21:04 --> Helper loaded: array_helper
DEBUG - 2009-08-14 18:21:04 --> Helper loaded: global_helper
DEBUG - 2009-08-14 18:21:04 --> Database Driver Class Initialized
DEBUG - 2009-08-14 18:21:04 --> Session Class Initialized
DEBUG - 2009-08-14 18:21:04 --> Helper loaded: string_helper
DEBUG - 2009-08-14 18:21:04 --> Session routines successfully run
DEBUG - 2009-08-14 18:21:04 --> Controller Class Initialized
DEBUG - 2009-08-14 18:21:05 --> Config Class Initialized
DEBUG - 2009-08-14 18:21:05 --> Hooks Class Initialized
DEBUG - 2009-08-14 18:21:05 --> URI Class Initialized
DEBUG - 2009-08-14 18:21:05 --> Router Class Initialized
DEBUG - 2009-08-14 18:21:05 --> Output Class Initialized
DEBUG - 2009-08-14 18:21:05 --> Input Class Initialized
DEBUG - 2009-08-14 18:21:05 --> Global POST and COOKIE data sanitized
DEBUG - 2009-08-14 18:21:05 --> Language Class Initialized
DEBUG - 2009-08-14 18:21:05 --> Loader Class Initialized
DEBUG - 2009-08-14 18:21:05 --> Helper loaded: url_helper
DEBUG - 2009-08-14 18:21:05 --> Helper loaded: form_helper
DEBUG - 2009-08-14 18:21:05 --> Helper loaded: array_helper
DEBUG - 2009-08-14 18:21:05 --> Helper loaded: global_helper
DEBUG - 2009-08-14 18:21:05 --> Database Driver Class Initialized
DEBUG - 2009-08-14 18:21:05 --> Session Class Initialized
DEBUG - 2009-08-14 18:21:05 --> Helper loaded: string_helper
DEBUG - 2009-08-14 18:21:05 --> Session routines successfully run
DEBUG - 2009-08-14 18:21:05 --> Controller Class Initialized
复制代码

这个加载的东西,感觉都没错.
但在我在控制器中EACH,显示不出来
 楼主| 发表于 2009-8-14 18:35:53 | 显示全部楼层
DEBUG - 2009-08-14 18:30:14 --> No URI present. Default controller set.
这个是什么
发表于 2009-8-14 18:47:13 | 显示全部楼层
你的default_controller设置的是什么?
你确定在本地运行正常?
发表于 2009-8-14 19:05:27 | 显示全部楼层
哎呀!我竟然忘了 CI 的 log 了,用这个就可以了,看看 log !把 log 级别调到最高。
发表于 2009-8-14 19:08:06 | 显示全部楼层
我刚想上来论坛问人,结果发现我碰到的问题和这楼主的问题一样。
白页,什么都不显示,倒塌。
楼主要是解决了,告诉下我,我还在郁闷中!
发表于 2009-8-14 19:12:00 | 显示全部楼层
我的本来在一个空间里正常的,由于空间到期,就借用朋友的空间,结果上存上去后,显示的是白页,倒塌!·
 楼主| 发表于 2009-8-14 19:48:04 | 显示全部楼层
本帖最后由 youzlm 于 2009-8-14 19:51 编辑

谢谢大家,,
Class 'MY_model' not found
httpdocs/app/models/city_model.php on line 17
我自已写义一下MY_model,为什么传到服务器上提示这个,在APACHE里面看到的.
这个要在哪里调试
 楼主| 发表于 2009-8-14 19:54:23 | 显示全部楼层
23# saturn
可以运行.程序是我自已的.
发表于 2009-8-14 23:10:06 | 显示全部楼层
注意文件名大小写,还有类名大小写,要严格按照手册来定义。
 楼主| 发表于 2009-8-14 23:59:01 | 显示全部楼层
由于第一次做,所以MY_Mold没有按手册上写所以出现白屏的问题
在这谢谢各位的帮助.

本版积分规则