欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

kohana一安装就出有关问题

程序员文章站 2024-02-18 17:15:52
...
kohana一安装就出问题
install.php安装后,我删了install.php。安装的时候,提示我所以的pass。
然后http://localhost/kohana/,

kohana的资料太少了,唉,加上我本来很菜,大家看一下。

------解决方案--------------------
加入q群3504836,取资料
------解决方案--------------------
楼主应该看看安装手册
---------------------------
Open application/bootstrap.php and make the following changes:

Set the default timezone for your application.
Set the base_url in the Kohana::init call to reflect the location of the kohana folder on your server relative to the document root.

-----------------------------------------
打开application/bootstrap.php,把文件里面base_url的改成'/kohana/',就是你的kohana所在目录
再刷新试试
kohana一安装就出有关问题

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。

相关文章

相关视频