Icy Phoenix
Old Support Topics - [Solved!] Localhost Installation Problem
dNow [ Wed 16 May, 2007 12:11 ]
Post subject: [Solved!] Localhost Installation Problem
Hi everybody!!
I'm approaching this beautiful board and thinking about updating my phpBB2 Forum to the last Icy Phoenix relase.
However i wolud like to test it a little before installing Icy Phoenix on my db, so i tried to install it on my PC first. I used xampp activating Apache and MySql, then unzipped icyphoenix and set this url to start the installation:
http://localhost/icyphoenix/
When i installed phpBB2 everything was right but this time i recived a server error and couldn't start the installation.
Can enybody help me out please??
Greetings
tonyf12 [ Wed 16 May, 2007 18:19 ]
Post subject: Re: Localhost Installation Problem
What localhost are you using phpbb is more forgiving then IP on specs, I run it easily on localhost but I had to upgrade from abyss(a web server that is easy to use but not very powerful) to apache2triad (an apache distro that is easier to use than apache on its own but is slower). Also Icy only supports MySQL so if you were using a different database (such as Access) it will not work.
dNow [ Wed 16 May, 2007 19:01 ]
Post subject: Re: Localhost Installation Problem
Hi tonyf12,
as i said i'm using
xampp which perfectly supports MySql 4.x and 5 both
Greetings
tonyf12 [ Wed 16 May, 2007 20:21 ]
Post subject: Re: Localhost Installation Problem
Hi tonyf12,
as i said i'm using
xampp which perfectly supports MySql 4.x and 5 both
Greetings
What php version does it use.
Leon [ Wed 16 May, 2007 22:26 ]
Post subject: Re: Localhost Installation Problem
i recommend you to use AppServ it is the best wamp i ever come across
http://www.appservnetwork.com/
just download and install and thats it you dont need to do anything else and it works the best too
when you install the icy phoenix ... i am not sure if the .htaccess that cuase the server error when you installing, but just double check to make sure
regards
soxs [ Thu 17 May, 2007 23:22 ]
Post subject: Re: Localhost Installation Problem
dNow wrote:
i recived a server error
Witch server error did you recive?
I use xampp in local and I have no problems..
Sorry for my bad english..
dNow [ Fri 18 May, 2007 16:03 ]
Post subject: Re: Localhost Installation Problem
dNow wrote:
i recived a server error
Witch server error did you recive?
I use xampp in local and I have no problems..
Sorry for my bad english..
I get this error when trying to connect to
http://localhost/icyphoenix/:
Error 500
localhost
05/18/07 16:01:32
Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e mod_autoindex_color PHP/5.2.1
Thanks for helping
Greetings
dNow [ Fri 18 May, 2007 16:15 ]
Post subject: Re: Localhost Installation Problem
Leon wrote:
i recommend you to use AppServ it is the best wamp i ever come across
http://www.appservnetwork.com/
just download and install and thats it you dont need to do anything else and it works the best too
when you install the icy phoenix ... i am not sure if the .htaccess that cuase the server error when you installing, but just double check to make sure
regards
Thanks Leon, I'll serach for AppServ! :0026:
tonyf12 wrote:
What php version does it use.
Hi tonyf12, Xampp can use PHP 5.0.3 + 4.3.10 + PEAR + Switch MiniPerl 5.8.3.
Greetings
toledo [ Fri 18 May, 2007 19:04 ]
Post subject: Re: Localhost Installation Problem
Try to remove the .htaccess file and then install.
dNow [ Fri 18 May, 2007 19:20 ]
Post subject: Re: Localhost Installation Problem
Try to remove the .htaccess file and then install.
Thanks a lot man!! Now everything works!!!
Greetings
toledo [ Wed 23 May, 2007 21:28 ]
Post subject: Re: [Solved!] Localhost Installation Problem
Try to remove the .htaccess file and then install.
Thanks a lot man!! Now everything works!!!
Greetings
No problemo...i was in the same situation as you....
but instead of deleting it altogether....open it with wordpad and delete some lines and keep this:
ErrorDocument 400 /errors.php?code=400
ErrorDocument 401 /errors.php?code=401
ErrorDocument 403 /errors.php?code=403
ErrorDocument 404 /errors.php?code=404
ErrorDocument 500 /errors.php?code=500
php_value memory_limit 16M
These are useful stuff...
dNow [ Fri 25 May, 2007 15:03 ]
Post subject: Re: [Solved!] Localhost Installation Problem
Nice tip toledo, thanks
Greetings
toledo [ Fri 25 May, 2007 19:25 ]
Post subject: Re: [Solved!] Localhost Installation Problem
Nice tip toledo, thanks
Greetings
You're welcome!