Hi, I finished setting my drupal site up in MAMP (my local server testing environment), and now I'm trying to move it to a live site.
I transferred the contents of my drupal folder using my ftp client, exported my database and imported it on the new server using phpmyadmin, and edited my settings.php file on the new server.
The problem is, when I view it live, all the styles are gone and none of the blocks appear. I also get these errors:
* warning: array_map() [function.array-map]: Argument #2 should be an array in path/modules/system/system.module on line 975.
* warning: array_keys() [function.array-keys]: The first argument should be an array in path/includes/theme.inc on line 1712.
* warning: Invalid argument supplied for foreach() in path/includes/theme.inc on line 1712.
What am I doing wrong? Thanks for any help.
Comments
Well I re-uploaded the
Well I re-uploaded the database and now it works. Oh well.
I have the same problem
Hi,
I have the same problem but it didn't work for me when re-uploaded the database. Also I cannot see the theme I am using now in the theme list. Do you have any idea what could have happened?
Thanks
same issue
how did you solve this?