>  기사  >  백엔드 개발  >  kohana一安装就出有关问题

kohana一安装就出有关问题

WBOY
WBOY원래의
2016-06-13 13:49:04742검색

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으로 문의하세요.