modess / git-pretty-stats

Self hosted graphs for Git repositories in PHP
Other
142 stars 24 forks source link

Class 'Silex\Application' not found #18

Closed jknito closed 10 years ago

jknito commented 10 years ago

I follow installation steps, and don't work.

git clone https://github.com/modess/git-pretty-stats.git
php composer.phar install

then, try to access from browser and have this error: ( ! ) Fatal error: Class 'Silex\Application' not found in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\git-pretty-stats\index.php on line 10

Could you help me?

modess commented 10 years ago

I forgot to remove the old index.php file when migrating the project to Laravel, removed it now.

Your webservers document root should point to C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\git-pretty-stats\public\ in this case.

sileclercq commented 10 years ago

that is an important information you should put in the installation guide please... It took me a day to find the url to use ! I am sure others will need this

modess commented 10 years ago

I just updated the readme with better information on web server configuration