Joey Posted May 4, 2019 Share Posted May 4, 2019 Hi, We recently implemented a new PS 1.7 install in a sub directory for testing. Once completed we moved the shop into our public_html folder. Before we did that we changed the base URI to "/" like we should. After transition we noticed that our dashboard was not showing anything after logging back into the back office. We tried to reset the module and received the error that it was undefined. We checked other native PS modules and they were all the same. It seems that PS is still looking for these modules in our old base URI. We see these errors in our admin log: [04-May-2019 19:47:48 Canada/Atlantic] PHP Fatal error: require_once(): Failed opening required '/home2/canadac3/public_html/ps17/modules/statsbestcustomers/statsbestcustomers.php' (include_path='/home2/canadac3/public_html/vendor/pear/pear_exception:/home2/canadac3/public_html/vendor/pear/console_getopt:/home2/canadac3/public_html/vendor/pear/pear-core-minimal/src:/home2/canadac3/public_html/vendor/pear/archive_tar:.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home2/canadac3/public_html/src/Adapter/Module/Module.php on line 354 I've searched all over to see where it could be getting the old Base URI from. The database looks good. Config directory looks good. Does anyone have any ideas? Thanks Link to comment Share on other sites More sharing options...
Joey Posted May 5, 2019 Author Share Posted May 5, 2019 Never mind... it all of a sudden started working. Perhaps there was a cache somewhere that expired? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now