I am migrating a drupal site from my localhost to the most current Bitnami Drupal AMI on Amazon. Brand new instance and tried to follow the guidelines to the letter:
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" without breaking everything else?
I'd like to do it the "right" way.
Any suggestions would be immensely helpful.