SkyPHP / skyphp

PHP5 Framework
http://switchbreak.com/skyphp
17 stars 38 forks source link

Installation error #296

Open macagoraga opened 10 years ago

macagoraga commented 10 years ago

Hi

I follow instruction for installation in this way:

<?php // index.php // Powered by SkyPHP (github.com/SkyPHP)

$down_for_maintenance = true;

$my_project_path = 'C:/WebServer2/htdocs/codebases/app/'; $skyphp_codebase_path = 'C:/WebServer2/htdocs/codebases/skyphp/';

$codebase_path_arr = [ $my_project_path, $skyphp_codebase_path ];

// make sure this folder is writable $skyphp_storage_path = "C:/WebServer2/htdocs/storage/";

include $skyphp_codebase_path . 'sky.php';

I put index.php and htaccess on http://localhost/skyphp/ which are under "C:/WebServer2/htdocs/skyphp" But I have this error on browser:

Server error!

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

If you think this is a server error, please contact the webmaster.

Error 500

localhost Apache/2.4.4 (Win32) OpenSSL/1.0.1e PHP/5.5.3

macagoraga commented 10 years ago

ANother note:

This not work:

git clone --recursive -b 3.0 git://github.com/SkyPHP/skyphp.git

Should be:

git clone --recursive -b 3.0-beta git://github.com/SkyPHP/skyphp.git