| Author |
Message |
goutham
Joined: 22 Feb 2006
Posts: 2
|
| Posted: Wed Feb 22, 2006 7:55 am Post subject: Problem hosting a forum |
|
|
Hi,
I am trying to host phpBB forum on godaddy Deluxe account. When I try to install I am getting this error message
"An error has occurred during installation
The PHP configuration on your server doesn't support the database type that you chose"
How do I figure this out ,
goutham |
|
| Back to top |
|
christian
Joined: 22 Feb 2006
Posts: 10
|
| Posted: Wed Feb 22, 2006 9:05 am Post subject: |
|
|
| Which distribution? How have you installed PHP? |
|
| Back to top |
|
goutham
Joined: 22 Feb 2006
Posts: 2
|
| Posted: Wed Feb 22, 2006 9:07 am Post subject: |
|
|
Hi,
I am using phpBB 2.0.19 |
|
| Back to top |
|
Ciaran
Joined: 13 Feb 2004
Posts: 140
Location: England, UK
|
| Posted: Wed Feb 22, 2006 9:23 am Post subject: |
|
|
What distribution of Linux are you using? Like, Gentoo, Debian, Slackware, etc. Also, what DB type are you selecting?
Assuming you're choosing MySQL for your DB type, you're using PHP 4, and you're using Debian, you should be able to do a "apt-get install php4-mysql" to install the required modules. |
|
| Back to top |
|
JonR
Joined: 02 Aug 2005
Posts: 2
|
| Posted: Mon Feb 27, 2006 2:25 pm Post subject: |
|
|
| I don't think he's using Linode at all, given that he mentions "godaddy Deluxe account". |
|
| Back to top |
|
Gnub
Joined: 07 Aug 2006
Posts: 1
|
| Posted: Mon Aug 07, 2006 10:27 pm Post subject: fix |
|
|
i belive the error is from the phpbb config file... there should be an option in it somewhere like this
#comments
database_type mysql
# beacuse there are manny types of databases u must tell phpbb which one it is dealing with, php is php but d-bases can varry thats what makes phpbb a "portable app, it has scripts to make use of diff types of databases ie mysql or whatever types there are like MS's dbase i forget the others names hope this helps u and future Gnubs all else fails checkout phpbb's website for common config tips/help |
|
| Back to top |
|
| |