alloffus Posted December 10, 2014 Share Posted December 10, 2014 Hello, After migrating hosts and domain name, I am trying to get onto the front end of my site, although when I enter the domain the following error occurs, I have enabled dev mode to get this error. [PrestaShopException]Current theme unavailable "digitalshop". Please check your theme directory name and permissions.at line 176 in file classes/controller/FrontController.php 170. if ($this->auth && !$this->context->customer->isLogged($this->guestAllowed))171. Tools::redirect('index.php?controller=authentication'.($this->authRedirection ? '&back='.$this->authRedirection : ''));172.173. /* Theme is missing */174. if (!is_dir(_PS_THEME_DIR_))175. throw new PrestaShopException((sprintf(Tools::displayError('Current theme unavailable "%s". Please check your theme directory name and permissions.'), basename(rtrim(_PS_THEME_DIR_, '/\\')))));176.177. if (Configuration::get('PS_GEOLOCATION_ENABLED'))178. if (($newDefault = $this->geolocationManagement($this->context->country)) && Validate::isLoadedObject($newDefault))179. $this->context->country = $newDefault;180. FrontControllerCore->init - [line 163 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Any help is greatly appreciated, -Roy. 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