aleph
10-12-2006, 11:44 AM
Hi,
I've two warnings when trying the install 1.5 for the first time :
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /.../includes/functions.php on line 334
(...and the same on line 381),
tried and re-tried, replaced (as seen in the forum !)
$query = "SHOW TABLES FROM `".$pixelpost_db_pixelpost."' LIKE `".$pixelpost_db_prefix."addons'";
by
$query = "SHOW TABLES FROM `".$pixelpost_db_pixelpost."` LIKE '".$pixelpost_db_prefix."addons'";
..."show table" works (MySQL 5.0.) and the file exists.
Any suggestion...?
I've two warnings when trying the install 1.5 for the first time :
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /.../includes/functions.php on line 334
(...and the same on line 381),
tried and re-tried, replaced (as seen in the forum !)
$query = "SHOW TABLES FROM `".$pixelpost_db_pixelpost."' LIKE `".$pixelpost_db_prefix."addons'";
by
$query = "SHOW TABLES FROM `".$pixelpost_db_pixelpost."` LIKE '".$pixelpost_db_prefix."addons'";
..."show table" works (MySQL 5.0.) and the file exists.
Any suggestion...?