I updated to the latest version of Drupal and I got this error in my site on the homepage itself. What shall I do? Thanks! * warning: array_map() [function.array-map]: Argument #2 should be an array in /home/rootfolder/public_html/sitename/modules/system/system.module on line 958. * warning: array_keys() [function.array-keys]: The first argument should be an array in /home/rootfolder/public_html/sitename/includes/theme.inc on line 1712. * warning: Invalid argument supplied for for each() in /home/rootfolder/public_html/sitename/includes/theme.inc on line 1712.
No, I don't have a hack-mod installation in my drupal site. Anyone knows how to fix this error? Thanks indeed!
I see this error with array function in PHP5. That's why I asked if Drupal is compatible with php5. You should look into your module file, to see what it's in the lines listed above, then you can have more details for debugging