|
本帖最后由 168wen2003 于 2009-8-11 15:53 编辑
大家好,我刚接触PHP,现在还在看PHP初级手册。我是用eclipse工具写的,然后下了个xampp,好不容易配置好了。
(xampp在c盘,项目在e盘的workspace文件夹中)。在没有用ci情况下,新建个ciPHP项目然后建hello.php,运行可以。
然后下载了CI,解压后我直接拷贝到ciPHP。我不知道直接拷贝行不行。然后我就按那个9分钟的视频写了个blog.php,就只让他显示
"hello world",地址栏输入http://localhost/ciPHP/index.php/blog/但是总是访问不到
提示:
----------------
Deprecated: Assigning the return value of new by reference is deprecated in
E:\workspace\ciPHP\system\codeigniter\Common.php on line 130
Deprecated: Assigning the return value of new by reference is deprecated in
E:\workspace\ciPHP\system\codeigniter\Common.php on line 136
--------------
A PHP Error was encountered
Severity: 8192
Message: Function set_magic_quotes_runtime() is deprecated
Filename: codeigniter/CodeIgniter.php
Line Number: 60
------------------
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at E:\workspace\ciPHP\system\codeigniter\Common.php:130)
Filename: libraries/URI.php
Line Number: 191
--------------------
An Error Was Encountered
The URI you submitted has disallowed characters.
本来我想用IIS的,直接配置不成功。。汗。。
请大家帮帮忙,看我哪里写错了,或是还要配置什么地方,谢谢!!!!:) |
|