Computers |
|
| | #1 (permalink) |
| Newb Techie Join Date: May 2004
Posts: 18
| I want to put up a PHPBB2 forum on my college network. Just so you know...This is the first time i've ever used Windows 2003 server, php, mysql, and phpbb2. I'm having a lot of dificulties with setting this thing up. First, the PHP install was screwed up and didnt install it correctly. After 3 hours of messing around with it last night i got the PHP working. I loaded up the PHPBB install.php and filled our the form.. then i realized i forgot about mysql. Today i downloaded it and the auto installer failed. i ended up researching mysql commands and i ended up installing it manually. I set up a database for PHPBB named phpbb, and a username and password for it. u=root p=XXXXXX, and u=root and p=XXXXXX. then i installed the ODBC driver and configured it with the phpbb database. i thought i finally got this thing up and running and ready for phpbb when the install failed again. the information i used on the phpbb forrum install is the following: Database type: MySQL 4.x Method: Install Database Configuration Database server host name/DSN: localhost(default choice) Database Namehpbb Database Username:root Database password:XXXXX(the corrent password) Prefix for the tables in database: phpbb_(default choice) I dont know what the last line is or if it take any configurations in mysql to set up or not. This is my first time using all of these programs. Admin Configuration: E-mail address: migit128@optonline.net Domain name:migit2(thats the computer name and the default choice) Server Port: 80(default) Script path: /forum/ (default) Admin username:Migit password:XXXXX confirm pass..XXXXXX im clueless now.. i thought i got everything up and running finally but i just cant seem to get this thing to work... The error i get is the following(this is after i click the "start install" button): An error has occurred durring the installation The PHP configuration on your server doesnt support the database type that you chose. I know that i need to configure PHP to do something, but i dont know how to do that! My aim name is Migit128. feel free to IM me at anytime with help! :-p ~Migit |
| | |
| | #2 (permalink) |
| Super Techie Join Date: Oct 2003
Posts: 439
| Mostly debian experience when it comes to MySQL and PHP, but I think I might know your problem. I use apache in linux, and in debian you can install all three of those programs and configure apache in less than 5 min. Anyway in linux you have to tell apache to recognize mysql and to support php extensions. Just a guess, but it sounds like you might not have all these things recognizing each other. Like a said though I don't use windows for web hosting, so I really can't help you too much. BTW though, for you phpbb settings; most of those default settings should be fine. Make sure you set the MySQL and admin stuff up correctly, but besides that default settings should be fine.
__________________ \"I have many layer-eight problems in my life, including myself.\" |
| | |