PHP8.1.21版本已发布
vue8.1.21版本已发布
jquery8.1.21版本已发布

kohana一安装就出有关问题

原创
2016-06-13 10:04:45 625浏览

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所在目录
再刷新试试

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