I'm not that up on Drupal 7, but i've seen a lot of those types of
things on 6 until cache is cleared.
-Don-
On 9/10/2011 12:13 AM, Iain Wiseman wrote:
On 10/09/11 15:42, Iain Wiseman wrote:
Hi,
Notice: unserialize(): Error at
offset 27410 of 57720 bytes in DrupalDatabaseCache->prepareItem()
(line 401 of /home/user1/drupal-7.0/includes/cache.inc).
PDOException:
SQLSTATE[42000]: Syntax error or access violation: 1064 You have
an error in your SQL syntax; check the manual that corresponds
to your MySQL server version for the right syntax to use near ')
ORDER BY fit DESC LIMIT 0, 1' at line 1: SELECT * FROM
{menu_router} WHERE path IN () ORDER BY fit DESC LIMIT 0, 1;
Array ( ) in menu_get_item() (line
443 of /home/user1/drupal-7.0/includes/menu.inc).
Similar to http://drupal.org/node/1114304
Maybe this is just because of the first time use as the system
does come up. However it then barfs with
Warning: Invalid argument supplied
for foreach() in marinelli_get_banners()
(line 286 of /home/user1/drupal-7.0/sites/all/themes/marinelli/template.php).
Iain