Message Text |
Hi paul,
mysqli seems not working correctly for me. In config.php I have made a comment like this to get wsnlinks installing an running:
...
$dbtype = 'mysql';
//if (function_exists('mysqli_connect')) $dbtype = 'mysqli';
require_once 'databases/'.$dbtype.'.php';
...
My Environment Stats are:
Apache
PHP 5.2.10 with zend engine 2.2.0
Loaded PHP Extensions: date, libxml, openssl, pcre, zlib, bcmath, bz2, calendar, ctype, curl, dba, dbase, dom, session, filter, ftp, gd, gettext, hash, iconv, idn, standard, json, mbstring, mcrypt, mhash, mysql, SimpleXML, SPL, PDO, pdo_sqlite, posix, Reflection, imap, shmop, pdo_mysql, soap, mysqli, SQLite, exif, tidy, tokenizer, wddx, xml, xmlreader, xmlwriter, xsl, zip, cgi
Thanx,
Frank |