Drupal 6 SQL Fehler in menu_router Tabelle


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/localhost/htdocs/drupal/includes/menu.inc on line 315.
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/localhost/htdocs/drupal/includes/menu.inc on line 315.

Dieser "Fehler" tritt auf wenn bei der Installation von Drupal 6 Cookies im Browser deaktiviert sind. Wie der Fehler zeigt ist die Liste die normalerweise zwischen den Klammern bei "IN ()" steht leer; die Folge sind die obigen Fehlermeldungen. Wenn Cookies aktiviert sind, ist diese Liste nicht leer und die Installation funktioniert wie gewohnt.

Ohh Gott, du bist mein Held.

Ohh Gott, du bist mein Held. Nach 2h Google suchen hab ich die Lösung hier gefunden! DANKE DANKE!

Neuen Kommentar schreiben

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Textual smileys will be replaced with graphical ones.

More information about formatting options