Error in SQL syntax - (/includes/menu.inc)

1 contenuto / 0 new
Error in SQL syntax - (/includes/menu.inc)

Ciao a tutti,
ho un nuovo errore, mi scuso se ho aperto un topic x questo dato che ne avevo accennato in una discussione, ma non avendo ricevuto risp ho pensato di metterlo in evidenza..

..sto installando drupal 6.1, almeno ci sto provando :P, vi elenco le mie specifiche:
- linux - ubuntu - phpmyadmin 2.11.5 - mysql 5.0.42 - apache 2.2.4 - php 5.2.3
Il db è stato creato ed ha 43 tabelle e 65 rows..

Bene, sono ferma al 4 step "Install site" e l'errore che mi risulta è:
user warning: 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 query: SELECT * FROM menu_router WHERE path IN () ORDER BY fit DESC LIMIT 0, 1 in /var/www/drupal/includes/menu.inc on line 316.

cioè in questo punto
WHERE path IN ('. implode (',', $placeholders) .')
Ho fatto ricerche on-line, in cui hanno messo a disposizione anche delle patch, che non hanno risolto i miei problemi..ho provato anche a stampare la variabile $placeholders e a video vedo: Array()
Bo..qualcuno ha qualche suggerimento? :(

Grazie ;)