I have done a search but cannot find anything to help... I used Fantastico to upgrade Drupal 6.1 to 6.2 - now I have the following errors:
* warning: array_map() [function.array-map]: Argument #2 should be an array in /home/irontree/public_html/modules/system/system.module on line 975.
* warning: array_keys() [function.array-keys]: The first argument should be an array in /home/irontree/public_html/includes/theme.inc on line 1712.
* warning: Invalid argument supplied for foreach() in /home/irontree/public_html/includes/theme.inc on line 1712.
I'm running some upgrade tests on my local machine and upgrading D5 to D6 went very smooth. Now time for module upgrades. I started with views BUT when I deleted the old module views folder with the new D6 ported views folder, ALL of my views are gone! I was expecting all views to stay as is. Any ideas?
So, I had to move my Drupal installation to another server that required a different physical path.
Once I moved the installation, I changed the path within both .htaccess and settings.php.
Now, everything works as it is supposed to, but once I got into the Administer > Modules page, there is a number of errors in red links saying the modules are not where there are [PHP file/stream not found error]. I saw that Drupal is still referencing the modules to the old path.