GoteoFoundation / goteo-legacy

Unsupported legacy code for the Crowdfunding Open Source platform Goteo - http://goteo.org/ - Get the new version here: https://github.com/GoteoFoundation/goteo
http://www.goteo.org
Other
234 stars 193 forks source link

Can't install Goteo in XAMPP #118

Open khacbiet opened 10 years ago

khacbiet commented 10 years ago

Please help me, i configured my config and local-settings file, dump the sql file

But when I open web address, only have a blank page, please help

rgtsev commented 10 years ago

I have the same problem in linux ubuntu 12 apache2 php5

Goteo commented 10 years ago

How is the url you use to access ?

Please check https://github.com/Goteo/Goteo/issues/52 https://github.com/Goteo/Goteo/issues/5

ghost commented 10 years ago

Just installed Goteo en XAMP and it worked. The problems I faced were related to the base site address. had to modify the local-settings file to point the site to www.goteo.local. Then add an entry on windows "hosts" file and finally modify my httpd.conf with this

ServerName www.goteo.local DocumentRoot "//Goteo" DirectoryIndex index.php /Goteo"> AllowOverride All Allow from All

With those changes and the correct configuration of local-setting (database credentials and things like that) everything worked.