This project seems very good!
I checked out the whole project , and add to my appache
Listen 8080
<VirtualHost *:8080>
ServerName "web"
DocumentRoot "E:\Projects\WEBS\PHP\gclms\webroot"
<Directory "E:\Projects\WEBS\PHP\gclms\webroot">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
than I open
http://localhost:8080/
then error comes out:
Warning: include(cake\bootstrap.php) [function.include]: failed to open stream:
No such file or directory in E:\Projects\WEBS\PHP\gclms\webroot\index.php on
line 77
How to install ?
Original issue reported on code.google.com by wei122...@gmail.com on 15 Feb 2011 at 6:30
Original issue reported on code.google.com by
wei122...@gmail.com
on 15 Feb 2011 at 6:30