|
楼主实在是太好了~~
新手学习中 | |
|
打开"http://127.0.0.1/LcnCart/" 出现错误,请问是哪里设置不对吗?我是在windows下
Warning: require_once(C:\xampp\htdocs\LcnCart/system/codeigniter/CodeIgniter.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\LcnCart\index.php on line 118 Fatal error: require_once() [function.require]: Failed opening required 'C:\xampp\htdocs\LcnCart/system/codeigniter/CodeIgniter.php' (include_path='.;\xampp\php\PEAR') in C:\xampp\htdocs\LcnCart\index.php on line 118 | |
|
请问是最新版本的CodeIgniter_1.7.2
| |
|
本帖最后由 julia 于 2010年9月30日 08:39 编辑
待解决的bug : 1.注册的时候总提示该邮箱(用户名)已被使用,js部分代码有问题。前台用户登录时,请大家暂用这个账号 test 密码 111111 ----------似乎是文件保存格式非utf8 导致验证码出现问题=〉导致注册/登陆时出现上述问题。 保存格式为utf8后,并且去掉文件头 bom,就可以登陆或注册了! | |
|
| |
|
本帖最后由 julia 于 2010年10月1日 09:11 编辑
回答楼上的问题,是config.php 另一个问题:无法进入管理页面 LcnMall/admin/index.php/login 出错信息 The URI you submitted has disallowed characters. | |
|
| |
|
我确定config文件时utf-8的保存格式,在本地注册就没事,但是一放到服务器上就出问题了,还没查出原因
| |