LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing phpBB with MySQL 5 (https://www.linuxquestions.org/questions/linux-newbie-8/installing-phpbb-with-mysql-5-a-319681/)

myd 05-03-2005 07:52 AM

Installing phpBB with MySQL 5
 
Hi all

I'm having problems installing a forum in my server... I've search a lot, but i can't find an article tha solve my problem.

I have MySQL-server-5.0.3 installed with php4.3.11 on a Fedora Core 3 machine, when i try to install the phpBB forum it give me a message saying "The PHP configuration on your server doesn't support the database type that you chose". I'd try it with MySQL 3.x and MySQL 4.x (the most logical), with the others DBs the error is the same.

Anyone knows how to solve this?

Thanks in advance.

Spudley 05-03-2005 08:30 AM

MySQL v5 is brand new (literally, it was released just in the last few weeks), so I'm not suprised that phpBB doesn't support it yet.

It would probably work fine; it's just that phpBB is checking and finding a version it doesn't know about, and preventing you from using it.

MySQL 5 has a lot of new features (some of them have been long-awaited), but phpBB won't use any of them, so my first suggestion would be to switch to MySQL v4 if you can.

If you can't (or don't want to) downgrade your database, your best bet would be to ask on the forums at www.phpBB.com whether they're planning to release an update to support v5 (I assume they will do fairly soon). And there's bound to be other people there with the same problem, so they may have a solution already.

Alternatively, if you know enough about PHP, you could try tweaking the phpBB code to accept MySQL v5 as if it was v4, as it should all still work the same once you've got past the version check. But that's something I'd prefer to avoid, at least until you've spoken to the guys at phpbb.com.

Hope that helps. :)

Muppet1856 05-20-2005 01:30 PM

PHP Problems x 2
 
I have a similar problem (In fact, I've seen postings all over google...) I'm running:

PHP 4.3.11
Apache 2.052
MySQL 4.1.11
phpBB 2.0.15

The message reads the exact same.... :cry:


All times are GMT -5. The time now is 06:51 AM.