简体   繁体   中英

Kohana 3.2.3 installing on PHP 5.2.17 giving error

I downloaded kohana from their site, and installing Kohana 3.2.3 on PHP 5.2.17, it giving error.

The configured system directory does not exist or does not contain required files.

Fatal error: require() [function.require]: Failed opening required '/vol/vhosts/dev.abc.com/httpdocs/folder1/system/classes/kohana/core.php' (include_path='.:/usr/local/php-5.2.17/pear') in /vol/vhosts/dev.abc.com/httpdocs/folder1/application/bootstrap.php on line 7

在此处输入图片说明

In install file when i changed the path for system folder from "syspath/kohana" to "syspath/Kohana" (capital K) it removes the error

any idea why the kohana-3.2.3 stable release has this issue, later i downloaded the same version from github and it worked. i noticed it has small-case folders in system folder.

You can fix it with: 1. Open console 2. cd path/to/the/project 3. find . -type d -exec chmod 0755 {} + 4. Refresh the page

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM