Migrating drupal 7 site - getting redeclare errors
I'm migrating a site to inmotion, and I get the following error when attempting to complete an ubercart checkout on the migrated site (this works fine on the original site):
Fatal error: Cannot redeclare uc_cart_view() (previously declared in /home/timons5/public_html/timonsloane.com/sites/all/modules/ubercart/uc_cart/uc_cart.pages.inc:17) in /home/timons5/public_html/timonsloane.com/sites/all/modules/contrib/ubercart/uc_cart/uc_cart.pages.inc on line 48
I did some digging, and found some references to PHP caching possibly causing the problem. Apparently PHP 5.5 might enable xcache by default? And this might conflict with opcache?
Fatal error: Cannot redeclare uc_cart_view() (previously declared in /home/timons5/public_html/timonsloane.com/sites/all/modules/ubercart/uc_cart/uc_cart.pages.inc:17) in /home/timons5/public_html/timonsloane.com/sites/all/modules/contrib/ubercart/uc_cart/uc_cart.pages.inc on line 48
I did some digging, and found some references to PHP caching possibly causing the problem. Apparently PHP 5.5 might enable xcache by default? And this might conflict with opcache?