I use drupal 4.6.6 with mysql4.0.26. Now, I want to use mysql 4.1.
I backup mysql database with mysqldump
When I restore database with mysql command. It's give me some errror message as:

warning: array_keys(): The first argument should be an array in /app/ygclub.org/drupal/includes/menu.inc on line 916.

warning: Wrong parameter count for min() in /app/ygclub.org/drupal/includes/menu.inc on line 916.

warning: array_key_exists(): The second argument should be either an array or an object in /app/ygclub.org/drupal/includes/menu.inc on line 920.

warning: array_key_exists(): The second argument should be either an array or an object in /app/ygclub.org/drupal/includes/menu.inc on line 953.

warning: Cannot modify header information - headers already sent by (output started at /app/ygclub.org/drupal/includes/common.inc:384) in /app/ygclub.org/drupal/includes/common.inc on line 99.

warning: array_key_exists(): The second argument should be either an array or an object in /app/ygclub.org/drupal/includes/menu.inc on line 389.

Comments

funkoolow’s picture

same problem here: just upgraded mysql to 4.1.14 and drupal gone wild...

any solution?