eci_kluczbork Posted June 23, 2016 Share Posted June 23, 2016 (edited) Witam serdecznie kupiłem szablon na presta addons instaluję go za pomoca themeinstaller wszystko idzie fajnie na zielono w trzecim kroku gdzie pisze że udało się włączyc i wyłączyć poszczególne motywy mam błąd na czerwono: Uwaga: Kopiuj/Wklej swoje błędy jeżeli chcesz ręcznie określić typ zdjęcia (na stronie "Zdjęcia" w menu "preferencje"): Some types of image could not be added because they already exist. Here's the list: Typ nazwy zdjęcia: cart_default (Szerokość: 80px, Wysokość: 80px) Typ nazwy zdjęcia: small_default (Szerokość: 75px, Wysokość: 75px) Typ nazwy zdjęcia: medium_default (Szerokość: 100px, Wysokość: 125px) Typ nazwy zdjęcia: home_default (Szerokość: 282px, Wysokość: 349px) Typ nazwy zdjęcia: large_default (Szerokość: 486px, Wysokość: 603px) Typ nazwy zdjęcia: thickbox_default (Szerokość: 806px, Wysokość: 1000px) Typ nazwy zdjęcia: category_default (Szerokość: 896px, Wysokość: 170px) Typ nazwy zdjęcia: scene_default (Szerokość: 870px, Wysokość: 270px) Typ nazwy zdjęcia: m_scene_default (Szerokość: 161px, Wysokość: 58px) klikam mimo to przycisk "Finish" i rezultat: www.thosetwocando.com/shop nie działa strona, a w panelu administracyjnym w miejscu "Tematy" jest pustka, nie ma nic. DEBUG [PrestaShopException]Current theme unselected. Please check your theme configuration.at line 117 in file config/config.inc.php 112. /* Initialize the current Shop */113. try {114. $context->shop = Shop::initialize();115. $context->theme = new Theme((int)$context->shop->id_theme);116. if ((Tools::isEmpty($theme_name = $context->shop->getTheme()) || !Validate::isLoadedObject($context->theme)) && !defined('_PS_ADMIN_DIR_')) {117. throw new PrestaShopException(Tools::displayError('Current theme unselected. Please check your theme configuration.'));118. }119. } catch (PrestaShopException $e) {120. $e->displayMessage();121. }122. define('_THEME_NAME_', $theme_name); require - [line 27 - index.php] Co mogę zrobić ? Proszę o pomoc. Edited June 23, 2016 by eci_kluczbork (see edit history) Link to comment Share on other sites More sharing options...
e_com Posted June 23, 2016 Share Posted June 23, 2016 W preferencje -> zdjęcia skasuj wszystkie formaty zdjęć. Szablon ma jakieś tam swoje wymiary zdjęć i je utworzy w momencie instalacji. Teraz się wywala w pół drogi bo trafia na istniejące już typy. Trzeba będzie tylko wygenerować wszystkie fotki po instalacji szablonu. Link to comment Share on other sites More sharing options...
eci_kluczbork Posted June 23, 2016 Author Share Posted June 23, 2016 Tak zrobiłem zainstalowało się ale niestety dalej: 500 Server ErrorOops, something went wrong.Try to refresh this page or feel free to contact us if the problem persists. chcę dodac do folderu import w module themeinstaller plik zip żeby z ftp zainstalować ale ftp odrzuca mi zipa cały czas.... natomiast debug po wgraniu ponownym: [PrestaShopException]Current theme unselected. Please check your theme configuration.at line 117 in file config/config.inc.php 112. /* Initialize the current Shop */113. try {114. $context->shop = Shop::initialize();115. $context->theme = new Theme((int)$context->shop->id_theme);116. if ((Tools::isEmpty($theme_name = $context->shop->getTheme()) || !Validate::isLoadedObject($context->theme)) && !defined('_PS_ADMIN_DIR_')) {117. throw new PrestaShopException(Tools::displayError('Current theme unselected. Please check your theme configuration.'));118. }119. } catch (PrestaShopException $e) {120. $e->displayMessage();121. }122. define('_THEME_NAME_', $theme_name); require - [line 27 - index.php] proszę o pomoc Link to comment Share on other sites More sharing options...
e_com Posted June 23, 2016 Share Posted June 23, 2016 Ta nieudana instalacja nie wgrała wszystkich plików. Brakuje np. require - [line 27 - index.php] Najlepiej przez FTP skasuj cały katalog tego szablonu w /themes/, skasuj typy fotek i wykonaj ponowną instalację. Link to comment Share on other sites More sharing options...
eci_kluczbork Posted June 24, 2016 Author Share Posted June 24, 2016 Skasowałem usunałem rozmiar fotek i zainstalowałem ponownie nie pojawia się folder z szablonem na ftp w panelu admina też nic w "Tematy" nie widać dalej to samo [PrestaShopException]Current theme unselected. Please check your theme configuration.at line 117 in file config/config.inc.php 112. /* Initialize the current Shop */113. try {114. $context->shop = Shop::initialize();115. $context->theme = new Theme((int)$context->shop->id_theme);116. if ((Tools::isEmpty($theme_name = $context->shop->getTheme()) || !Validate::isLoadedObject($context->theme)) && !defined('_PS_ADMIN_DIR_')) {117. throw new PrestaShopException(Tools::displayError('Current theme unselected. Please check your theme configuration.'));118. }119. } catch (PrestaShopException $e) {120. $e->displayMessage();121. }122. define('_THEME_NAME_', $theme_name); require - [line 27 - index.php] Nie wiem co mogę zrobić... chciałem przez ftp wgrać szablon ale ten zip nie chce się wgrać do instalatora szablonu na ftp (folder import) Proszę o pomoc nie mogę sobie poradzić Link to comment Share on other sites More sharing options...
() Maciej () Posted June 25, 2016 Share Posted June 25, 2016 A sprawdziłeś czy masz prawa dostępu CHMOD ustawione poprawnie ? Jeśli folder się nie pojawia to może po prostu skrypt nie ma uprawnień do zapisu. . 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