youzlm
发表于 2009-8-14 18:28:38
本帖最后由 youzlm 于 2009-8-14 18:30 编辑
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,显示不出来
youzlm
发表于 2009-8-14 18:35:53
DEBUG - 2009-08-14 18:30:14 --> No URI present. Default controller set.
这个是什么
saturn
发表于 2009-8-14 18:47:13
你的default_controller设置的是什么?
你确定在本地运行正常?
Hex
发表于 2009-8-14 19:05:27
哎呀!我竟然忘了 CI 的 log 了,用这个就可以了,看看 log !把 log 级别调到最高。
书君
发表于 2009-8-14 19:08:06
我刚想上来论坛问人,结果发现我碰到的问题和这楼主的问题一样。
白页,什么都不显示,倒塌。
楼主要是解决了,告诉下我,我还在郁闷中!
书君
发表于 2009-8-14 19:12:00
我的本来在一个空间里正常的,由于空间到期,就借用朋友的空间,结果上存上去后,显示的是白页,倒塌!·
youzlm
发表于 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里面看到的.
这个要在哪里调试
youzlm
发表于 2009-8-14 19:54:23
23# saturn
可以运行.程序是我自已的.
Hex
发表于 2009-8-14 23:10:06
注意文件名大小写,还有类名大小写,要严格按照手册来定义。
youzlm
发表于 2009-8-14 23:59:01
由于第一次做,所以MY_Mold没有按手册上写所以出现白屏的问题
在这谢谢各位的帮助.