kohana一安装就出有关问题

WBOY
WBOYオリジナル
2016-06-13 10:04:45873ブラウズ

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 までご連絡ください。