Hi, I export the drupal table in the terminal by: "mysqldump -e --opt -h localhost -u root -p drupal_database > /home/myname/mydb_dump.sql" And I use the "menu" module. The problems * the special characters (ä, ö, ü) * the admin page The Admin page The errors on the top " warning: array_keys(): The first argument should be an array in /home/drupal/includes/menu.inc on line 916. warning: Wrong parameter count for min() in /home/drupal/includes/menu.inc on line 916. warning: array_key_exists(): The second argument should be either an array or an object in /home/drupal/includes/menu.inc on line 920. warning: Cannot modify header information - headers already sent by (output started at /home/drupal/includes/common.inc:384) in /home/drupal/includes/common.inc on line 204. warning: array_key_exists(): The second argument should be either an array or an object in /home/drupal/includes/menu.inc on line 389. " The content of the admin page: "Page not found." The local site have no errors. Can enyone help? Regards Chris