masimo Posted December 7, 2014 Share Posted December 7, 2014 Witam, Mam dwa problemy po upgrade z 1click upgrade.: 1. Nie wiem w jakim folderze powinny być obrazy , bo nie ma ich w produktach? 2..Nie mogę wejść w panelu admina w niektóre zakładki np.: w moduły , twiera mi się strona logowania do panelu adm i nie ma możliwości zalogowania się . Strona www.mebleklare.com.pl Bardzo proszę o pomoc. Pozdr Link to comment Share on other sites More sharing options...
0 endriu107 Posted December 7, 2014 Share Posted December 7, 2014 A ja zauważyłem inny błąd, więc w pierwszej kolejności wygeneruj na nowo htaccess, oraz włącz tryb debugowania. Link to comment Share on other sites More sharing options...
0 masimo Posted December 8, 2014 Author Share Posted December 8, 2014 To jest mój .htaccess # ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution# http://www.prestashop.com - http://www.prestashop.com/forums<IfModule mod_rewrite.c><IfModule mod_env.c>SetEnv HTTP_MOD_REWRITE On</IfModule>RewriteEngine onRewriteRule . - [E=REWRITEBASE:/]RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]# ImagesRewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L]RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L]RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L]RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L]RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L]RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L]RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L]RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L]RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L]RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L]# AlphaImageLoader for IE and fancyboxRewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]# DispatcherRewriteCond %{REQUEST_FILENAME} -s [OR]RewriteCond %{REQUEST_FILENAME} -l [OR]RewriteCond %{REQUEST_FILENAME} -dRewriteRule ^.*$ - [NC,L]RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L]</IfModule>AddType application/vnd.ms-fontobject .eotAddType font/ttf .ttfAddType font/otf .otfAddType application/x-font-woff .woff<IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType text/css "access plus 1 week" ExpiresByType text/javascript "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/x-icon "access plus 1 year" ExpiresByType image/svg+xml "access plus 1 year" ExpiresByType image/vnd.microsoft.icon "access plus 1 year" ExpiresByType application/font-woff "access plus 1 year" ExpiresByType application/x-font-woff "access plus 1 year" ExpiresByType application/vnd.ms-fontobject "access plus 1 year" ExpiresByType font/opentype "access plus 1 year" ExpiresByType font/ttf "access plus 1 year" ExpiresByType font/otf "access plus 1 year" ExpiresByType application/x-font-ttf "access plus 1 year" ExpiresByType application/x-font-otf "access plus 1 year"</IfModule>FileETag INode MTime Size<IfModule mod_deflate.c> <IfModule mod_filter.c> AddOutputFilterByType DEFLATE text/html text/css text/javascript application/javascript application/x-javascript </IfModule></IfModule>#If rewrite mod isn't enabledErrorDocument 404 /index.php?controller=404# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again Link to comment Share on other sites More sharing options...
0 endriu107 Posted December 8, 2014 Share Posted December 8, 2014 To jest nowo-wygenerowany plik? Link to comment Share on other sites More sharing options...
0 masimo Posted December 8, 2014 Author Share Posted December 8, 2014 No właśnie , bo nie wiem jak , nie mogę wejść w niektóre opcje w PA Link to comment Share on other sites More sharing options...
0 masimo Posted December 8, 2014 Author Share Posted December 8, 2014 Boże jaki ja głupi jestem, już działają zakładki Teraz nie wiem jak zdjęcia przywrócić produktów . Z góry dzięki za pomoc i dziękuję teraz za pomoc , wystarczyło zapisać w SEO i już . Link to comment Share on other sites More sharing options...
0 masimo Posted December 8, 2014 Author Share Posted December 8, 2014 Dodatkowo zauważyłem że chyba w wersji 1.4 przy zdjęciach był dopisek "_default" (home_default, itp) Ale ja nie mogę go dopisać i nie wiem czemu , jakiś błąd mi wyskakuje Wystąpił błąd podczas aktualizacji obiektu. image_type (Duplicate entry 'home_default' for key 'id_theme') Bardzo proszę o pomoc Link to comment Share on other sites More sharing options...
0 endriu107 Posted December 8, 2014 Share Posted December 8, 2014 Wrzuć screen z zakładki Preferencje > zdjęcia. Link to comment Share on other sites More sharing options...
0 masimo Posted December 8, 2014 Author Share Posted December 8, 2014 To wystarczy? Link to comment Share on other sites More sharing options...
0 endriu107 Posted December 8, 2014 Share Posted December 8, 2014 Spróbuj wygenerować zdjęcia na nowo, wygląda że nazwy są ok. Link to comment Share on other sites More sharing options...
0 masimo Posted December 8, 2014 Author Share Posted December 8, 2014 No i tak w kółko , jest mała kicha Link to comment Share on other sites More sharing options...
0 endriu107 Posted December 8, 2014 Share Posted December 8, 2014 W 1.4 miałeś możliwość przejścia na nowy system przetrzymywania zdjęć i zapewne przed aktualizacją tego nie zrobiłeś, to po pierwsze a po drugie gdy już raz użyjesz "usuń poprzednie zdjęcia" - TAK to przy następnym generowaniu dajesz na NIE. Link to comment Share on other sites More sharing options...
0 masimo Posted December 8, 2014 Author Share Posted December 8, 2014 Znaczy backup w razie co zrobiłem , niestety dałem na NIE , a i tak takie same błędy . czy jest jakaś możliwość przywrócenia tego? Link to comment Share on other sites More sharing options...
0 endriu107 Posted December 8, 2014 Share Posted December 8, 2014 Nic nie szkodzi że dałeś na nie, sęk w tym że presta nie potrafi zlokalizować które to jest zdjęcie główne dlatego nie potrafi wygenerować zdjęć. Link to comment Share on other sites More sharing options...
0 masimo Posted December 8, 2014 Author Share Posted December 8, 2014 Więc jak i co mam zrobić? Da sie czy trzeba ręcznie 177 artrykułów? Link to comment Share on other sites More sharing options...
0 endriu107 Posted December 8, 2014 Share Posted December 8, 2014 177 artykułów to nie tak dużo dodaj zdjęcia i po problemie Link to comment Share on other sites More sharing options...
0 masimo Posted December 10, 2014 Author Share Posted December 10, 2014 (edited) Zrobiłem od nowa i nie we wszystkich art są zdjęcia , ale OK . Teraz jest problem z edycją produktu, aby dodać zdjęcia tam gdzie ich nie ma . Dodanie CHMOD na CASHE starczy? Fatal error: Uncaught --> Smarty: unable to write file /home/hrz23cvh/public_html/sub/meblekare/cache/smarty/compile/54/48/37/wrt5488841cd1b599_14339542 <-- thrown in /home/hrz23cvh/public_html/sub/meblekare/tools/smarty/sysplugins/smarty_internal_write_file.php on line 46 Edited December 10, 2014 by masimo (see edit history) Link to comment Share on other sites More sharing options...
Question
masimo
Witam,
Mam dwa problemy po upgrade z 1click upgrade.:
1. Nie wiem w jakim folderze powinny być obrazy , bo nie ma ich w produktach?
2..Nie mogę wejść w panelu admina w niektóre zakładki np.: w moduły , twiera mi się strona logowania do panelu adm i nie ma możliwości zalogowania się .
Strona www.mebleklare.com.pl
Bardzo proszę o pomoc.
Pozdr
Link to comment
Share on other sites
16 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 accountSign in
Already have an account? Sign in here.
Sign In Now