Jump to content
  • 0

Problem z aktualizacją do 1.6.1


Dakota77

Question

Witam 

 

Posiadam sklep na Presta 1.5.6, chciałem zrobić aktualizację do wersji 1.6.1

Proces aktualizacji przez 1-click przebiega be problemów. Po aktualizacji panel administracyjny działa, mogę się zalogować i wszystko wygląda OK. Niestety sam sklep nie działa. Zrobiłem wszystkie kopie bezpieczeństwa i mam je na dysku.

 

Takie błędy mi się wyświetlają.

 

Aktualny motyw jest niedostępny "default". Sprawdź nazwę katalogu motywu i uprawnienia.

at line 259 in file classes/controller/FrontController.php

254. Tools::redirect('index.php?controller=authentication'.($this->authRedirection ? '&back='.$this->authRedirection : ''));
255. }
256.
257. /* Theme is missing */
258. if (!is_dir(_PS_THEME_DIR_)) {
259. throw new PrestaShopException((sprintf(Tools::displayError('Current theme unavailable "%s". Please check your theme directory name and permissions.'), basename(rtrim(_PS_THEME_DIR_, '/\\')))));
260. }
261.
262. if (Configuration::get('PS_GEOLOCATION_ENABLED')) {
263. if (($new_default = $this->geolocationManagement($this->context->country)) && Validate::isLoadedObject($new_default)) {
264. $this->context->country = $new_default;
  • FrontControllerCore->init - [line 170 - classes/controller/Controller.php]
    165. /**
    166. * Starts the controller process (this method should not be overridden!)
    167. */
    168. public function run()
    169. {
    170. $this->init();
    171. if ($this->checkAccess()) {
    172. // setMedia MUST be called before postProcess
    173. if (!$this->content_only && ($this->display_header || (isset($this->className) && $this->className))) {
    174. $this->setMedia();
    175. }
  • ControllerCore->run - [line 367 - classes/Dispatcher.php]
    362. if (isset($params_hook_action_dispatcher)) {
    363. Hook::exec('actionDispatcher', $params_hook_action_dispatcher);
    364. }
    365.
    366. // Running controller
    367. $controller->run();
    368. } catch (PrestaShopException $e) {
    369. $e->displayMessage();
    370. }
    371. }
    372.
  • DispatcherCore->dispatch - [line 28 - index.php]
    23. * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
    24. * International Registered Trademark & Property of PrestaShop SA
    25. */
    26.
    27. require(dirname(__FILE__).'/config/config.inc.php');
    28. Dispatcher::getInstance()->dispatch();
Nie znam się już na tego typu rzeczach, więc proszę o pomoc, czy w miarę prosto mogę sobie samemu poradzić z tymi problemami i sprawić aby sklep działał prawidłowo, na razie przywróciłem starą wersję, jednak chciałbym przejść na nowszą, więc zależy mi na tej aktualizacji.
 
Z góry dziękuję za wszelką pomoc.
Pozdrawiam
Dakota
Link to comment
Share on other sites

2 answers to this question

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...