So I had to migrate a drupal commons site from one server to the other on AWS. I exported the DB on one side and imported it again on the other using phpmyadmin and copied the installation folder from one server to the other. when I try to visit the site I get a php fatal error:
PHP Fatal error: require_once(): Failed opening required '/usr/share/
commons/profiles/commons/modules/contrib/file_entity/plugins/entity/file.inc'
(include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/commons/
profiles/commons/modules/contrib/ctools/includes/plugins.inc on line 477
I don't understand the error.
Thanks
Use backup&migrate module for easy migration.