Morning,
Here is my issue. I am trying to copy a drupal installation to another machine. The project was developed on one person's local machine and now we need to install on other mahines do that folks can play with it. Eventually, we will need to move the installation to the server that it will reside on.
I have a dump file of the database that I have restored on my box. I also have the htdoc folder from his installation that was located /{bitnami destination}/apache2/htdocs.
I am receiving erros when I try to access the site. It seems that something is either missing or paths are not correct. For example, one of the list of errors I receive refers to an htdocs folder located in the apps folder. I can tell the style sheet or theme sheet is not loading.
Here are my questions
1) What is the best way to copy a drupal installation.
2) If the installation I am copying has installed modules, should I install those modeules before copying the installation
Here is a copy of one of the errors.
> warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'ctools_menu_help' was given in C:\Program Files\BitNami Drupal 6 Stack\apps\drupal\htdocs\includes\theme.inc on line 617.
Any advice would be appreciated.
Thank you!!!!
Comments
Update to question
I have also found out that the files I am trying to work with were originally installed the following way.
Originally installed on Linux box. I am using windows
1) used Bitnami to install the base LAMP -- well amp
2) then untarred Acquia Drupal within the htdocs directory
Any advice on how I should proceed?
Use the upgrade technique
I would use the same technique as what is used when you upgrade from 1 version to another: Including,
1. Disabling all non core modules.
2. Changing the theme back to original Garland
3. Backing up the database etc.