Page 1 of 1

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

Posted: Tue Jun 17, 2014 6:04 pm
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

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

Posted: Wed Jun 18, 2014 7:38 am
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