I am migrating a Drupal site from my localhost to the most current Bitnami Drupal AMI on Amazon:
-
I uploaded the DB successfully.
-
I moved the files correctly.
-
I copied over the modules and libraries.
I got the WSOD, changed the error reporting and now, upon opening the site I get:
Fatal error: require_once(): Failed opening required '/opt/bitnami/apps/drupal/htdocs/sites/all/modules/views/includes/view.inc' (include_path='.:/opt/bitnami/php/lib/php') in /opt/bitnami/apps/drupal/htdocs/includes/bootstrap.inc on line 3066
But the file is in the proper spot, within the structure outlined by Bitnami:
/home/bitnami/apps/drupal/htdocs/sites/all/modules/views/includes
How do I convince drupal (or php) to use "/home"
instead of "/opt"?
I suppose I could just try a symlink but… that seems like such a kludge. I’d like to do it the “right” way.
Any suggestions?
Sponsored by SupremePR