Link to home
Start Free TrialLog in
Avatar of djhath
djhathFlag for United States of America

asked on

Trying to install phpBB 2.0.xx on Windows XP

I have seemingly successfully installed MySQL 5.0, php 5.25, and Apache.

I have the phpbb files at the root of the htdocs folder in the Apache path.  I have tried to run one of the install php files and it just doesn't do anything.  

php is installed at c:\program files\php ..  The only thing I modified in the php.ini file is to change paths that originally were "c:\php" to "c:\program files\php" as that is the path where it is installed.

I do not have a database created with MySQL as I'm not sure how to do that.

I've installed phpBB before on a web server, but that was when php was already existing and I had a MySQL database already set up (easy to do there).  I've also got phpmyadmin at the root of htdocs (I remember that being a good thing to have and was intending on installing it).

Not sure where to go next.  Any help is greatly appreciated.
Avatar of Joe Wu
Joe Wu
Flag of Australia image

>>The only thing I modified in the php.ini file is to change paths that originally were "c:\php" to "c:\program files\php" as that is the path where it is installed.

Try reinstalling PHP in the path where there are no spaces, program files is known to have problems in terms of spaces in directory.

I suggest installing PHP, Apache, MySQL and phpmyadmin using WAMP:
http://www.wampserver.com/

Very easy to use installer, you should be up and running with all of the above without much configuration (auto configuration using the installer) within minutes.

Hope this helps.
Avatar of djhath

ASKER

I started from scratch and used wampserver to install mysql, php, and apache.

I have put the phpbb files in both c:\wamp\www\ and C:\wamp\bin\apache\apache2.2.6\htdocs

Any .php file still will not execute and I cannot install anything.  I have restarted the services and wamp is online.
ASKER CERTIFIED SOLUTION
Avatar of Joe Wu
Joe Wu
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
did you get the installation success message from WAMP server?
Avatar of djhath

ASKER

Typing localhost brought me to the installation page.  I then intuitively went to phpmyadmin to create the database, then followed the installation process through.  

I even put a new skin on it.  

Wamp really made it easy.  Thanks for the help.
Glad to help :) Yep agreed, WAMP is very cool :)