Serendipity 2.0beta doesn't work with php5-mysql from dotdeb

Found a bug? Tell us!!
Post Reply
Orlok
Posts: 1
Joined: Tue Jun 17, 2014 5:53 pm

Serendipity 2.0beta doesn't work with php5-mysql from dotdeb

Post by Orlok »

Hi,

I'm trying to run s9y 2.0 beta on a server with php5-mysql from the dotdeb sources. This php5-mysql is newer than the standard Debian php5-mysql. I get the following error:

== TESTING ERROR MODE ==

mysqli_connect(): Headers and client library minor version mismatch. Headers:50537 Library:50619 in ../include/db/mysqli.inc.php on line 239

How can this be fixed?

Orlok
mattsches
Regular
Posts: 440
Joined: Sat Nov 05, 2005 9:35 pm
Location: Wiesbaden, Germany
Contact:

Re: Serendipity 2.0beta doesn't work with php5-mysql from do

Post by mattsches »

This doesn't have anything to do with Serendipity. Your PHP probably was compiled with a different MySQL version but now is linking a older/newer mysql library.

If you only installted php5-mysql form dotdeb, but not the rest of PHP, that might be your problem.

Mattsches
Post Reply