I\'ve been working on a content managed site that\'s been working fine on localhost. I\'ve just uploaded the files to my mediatemple server.. and am seeing some pretty inter
It should be a MySQL version problem.
This is what I found in another forum:
apt-get source php5-mysqli
cd php5-...
./configure --with-mysqli=/usr/bin/mysql_config --without-mysql
make
cp ext/mysqli/modules/mysqli.so /usr/lib/php5/...
Obviously you probably have different folder names, but I hope you get the idea.