Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Hmm.... hab die PHP Version nun auf 7.2. wieder runtergesetzt. Jetzt funktioniert aber PayPal nicht mehr und im Shop bringt er immer Error weil nicht mehr sicher. Zurück zu PHP 7.3. und PayPal und Shop Backend gehen wieder. Sch.... werde ich wohl nicht um ein Update rumkommen. Ich halte Euch auf dem laufenden!
  3. Ich habe die Module aktualisiert. Waren diverse, da ich da nicht immer up-to-date bin. Die haben aber eigentlich nichts mit dem Emailversand zu tun, zumindest ist mir das nicht bewusst. Ansonsten habe ich nichts geändert. Sind alles Prestashop Standard Tools. Außer das DGSOV Tool habe ich da auch sonst nie was aktiviert.
  4. Damit läuft Prestashop offiziell erst ab Version 1.7.7, deine 1.7.6.3 funktioniert nur bis PHP 7.2. Das könnte also die Ursache sein, entweder die PHP-Version zurückstellen (lassen) oder Prestashop aktualisieren.
  5. dejo también el contenido de mi htaccess por si es de ayuda. # ~~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 # https://www.prestashop.com - https://www.prestashop.com/forums <IfModule mod_rewrite.c> <IfModule mod_env.c> SetEnv HTTP_MOD_REWRITE On </IfModule> RewriteEngine on RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule . - [E=HTTP_AUTHORIZATION:%1] #Domain: localhost RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api(?:/(.*))?$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images RewriteCond %{HTTP_HOST} ^localhost$ RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^localhost$ RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteCond %{HTTP_HOST} ^localhost$ 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] RewriteCond %{HTTP_HOST} ^localhost$ 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] RewriteCond %{HTTP_HOST} ^localhost$ 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] RewriteCond %{HTTP_HOST} ^localhost$ 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] RewriteCond %{HTTP_HOST} ^localhost$ 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] RewriteCond %{HTTP_HOST} ^localhost$ RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^localhost$ RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] # AlphaImageLoader for IE and fancybox RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] # Dispatcher RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] </IfModule> AddType application/vnd.ms-fontobject .eot AddType font/ttf .ttf AddType font/otf .otf AddType application/font-woff .woff AddType font/woff2 .woff2 <IfModule mod_headers.c> <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|svg)$"> Header set Access-Control-Allow-Origin "*" </FilesMatch> <FilesMatch "\.pdf$"> Header set Content-Disposition "Attachment" Header set X-Content-Type-Options "nosniff" </FilesMatch> </IfModule> <Files composer.lock> # Apache 2.2 <IfModule !mod_authz_core.c> Order deny,allow Deny from all </IfModule> # Apache 2.4 <IfModule mod_authz_core.c> Require all denied </IfModule> </Files> <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 font/woff2 "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> <IfModule mod_headers.c> Header unset Etag </IfModule> FileETag none <IfModule mod_deflate.c> <IfModule mod_filter.c> AddOutputFilterByType DEFLATE text/html text/css text/javascript application/javascript application/x-javascript font/ttf application/x-font-ttf font/otf application/x-font-otf font/opentype image/svg+xml </IfModule> </IfModule> #If rewrite mod isn't enabled ErrorDocument 404 /index.php?controller=404 # ~performance_pro_start~ <IfModule mod_headers.c> <FilesMatch "\.(ttf|woff2?|css|js|xml|gz|html)$"> Header append Vary: Accept-Encoding </FilesMatch> </IfModule> <IfModule mod_deflate.c> SetOutputFilter DEFLATE SetEnvIfNoCase Request_URI \.(?:gif|png|jpe?g|webp)$ no-gzip dont-vary Header append Vary User-Agent env=!dont-vary </IfModule> # ~performance_pro_end~ # ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again
  6. Aktuell ist PHP Version 7.3. Keine Ahnung ob der was geändert hat....
  7. I'm coming just to say many thanks, Wim! I really got desperate with this issue which may happened with me because I deleted all the records from ps_cart table due to performance issues. Thank you so much!
  8. Merci Mediacom87, j'ai crée le thème enfant et j'ai bien un fichier custom.css dans le répertoire CSS avec /* * Custom code goes here. * A template should always ship with an empty custom.css */ #header{ background: red !important; } Je ne sais pas quoi rajouter dans le fichier, il faut que je rezip le thème enfant ensuite ? Merci.
  9. Today
  10. Buenas! Estoy tratando de hacer un entorno local para poder probar a configurar y programar cosas de mi web sin romperla. los pasos que ya he seguido son los siguientes: he instalado wamp server. he hecho una backup de la base de datos y la he importado en phpmyadmin local he descargado todos los ficheros de mi web de cpanel he cambiado los archivos y tablas de configuración para conectar la base de datos he creado un virtual host hasta aquí bien, pero me surgen dos problemas el primero es que cuando cargo el localhost del proyecto, me aparece sin estilos: y el segundo y puede que el primer problema tenga relación con este, es que a pesar de que parece que la base de datos está bien configurado porque los elementos del menú los saca de ahí, si pincho en cualquier enlace recibo este error: creo que debe ser algún punto de configuración que me he saltado, pero no logro dar con el. Alguien me puede echar un cable con esto? Gracias
  11. I didn't asked them, i will open a ticket to check with them.
  12. Entonces vamos bien. Es probable que el override lo haya puesto algún módulo - relacionado con los CMS o con el SEO. Prueba a depurarlo a ver en qué línea falla, y si es ese override el que causa el error.
  13. If your shop is not sending all of sudden the hosting could have updated something essential to your mailer. Have you added SPF and DKIM values to your DNS or your Domain?
  14. Hello, I am unable to configure sumup payment module on my website, i get the next error after validate the configuration : Attempted to call an undefined method named "jsonDecode" of class "Tools". [Symfony\Component\ErrorHandler\Error\UndefinedMethodError 0] with debug mode : Unknown error à la ligne 921 du fichier /home/admin/web/site/public_html/classes/Hook.php [16384] The hook "backOfficeHeader" is deprecated, please use "displayBackOfficeHeader" instead in module "sumuppaymentgateway". how can i fix this ? Sumup module for Prestashop https://addons.prestashop.com/en/payment-card-wallet/44630-sumup-payment.html I use latest Prestashop version 8.1.5 hosted on a Centos with Vestacp PHP 8.2.18 Thanks for your help, Best regards.
  15. Hi, Years back, I was told by PS that Switzerland is not provided event it is - as you just wrote - still on the list. But I cannot tell you, what is the status-quo. Kind regards,
  16. Hi, Does anyone know if it's still not available for Switzerland? Years back, I contacted Prestashop and the were not very friendly. They argued that Switzerland is excluded although it it listed as included / available (as mentioned by Gereon already) but I also had the effect that it was missing in the list of available countries. I told them serveral times indeed but the PS team could not bother less. Kind regards
  17. Have you checked your database? Maybe it need to be cleaned? 4000 visitors/day, so a lot of connections, empty cart ect.
  18. On ne modifie qu'un seul fichier sur PrestaShop 1.7 ou 8, à savoir le fichier custom.css présent ou à créer dans votre thème enfant que vous avez créé pour ne surtout pas toucher au thème utilisé et pouvoir le mettre à jour si besoin sans perdre les modifications.
  19. Wersja 1.6 jest na ZEND a wersja 1.7 - 8 już na SYMFONY. Polecam migrację danych z systemu do systemu nie samą aktualizację z 1.6. Czysta instalacja wersji 8 i kolejno import danych do wersji 8. Unikniesz wtedy błędów podczas aktualizacji. To najbezpieczniejsza opcja. Jeśli natomiast chcesz robić autoupgrade to do 1.6.1.2.4 -> 1.7.6.5 -> 1.7.8.11 -> 8.1.5 (ale to długa przeprawa i analiza modułów, błędów. Pewnie z połowa modułów nie funkcjonuje poprawnie na 1.7.
  20. Ok, I found the reason. The problem is Imunifi 360 malware scanner on server. I added the module to exceptions and it started working.
  21. Bonjour à tous, je passe de la version 1.6 à la 8.1.5 et je suis un peu perdu, je voudrais juste centrer mon module bannière que j'ai épinglé dans le displayBanner pour l'avoir en haut du site, il s'affiche à gauche et je ne sais pas quelle fichier modifier ? Merci d'avance à la communauté.
  22. Da müßtest du schon genauer schreiben, wo es hakt und welche Fehlermeldung(en) es gibt. Evtl. kannst du auch deine Einstellungen (insbesondere Feldtrenner) und einen Ausschnitt der Importdatei zeigen.
  23. Thank you for your response. It works just fine for the first example $subject = strip_tags($configuration['PS_SHOP_NAME']) . $subject; I also tried the one with the dash like $subject = strip_tags($configuration['PS_SHOP_NAME']) . ' — ' . $subject; but this one gives me a server 500 error. I think it doesn't like that symbol "—". Do you have any thoughts on this? If i just delete the brackets, there is no space between the store name and the email action: Ex: StorenameOrder confirmed I would like to use the dash "—" so it looks like this : Ex: Storename — Order confirmed If i do that, it gives me the error i mentioned. So when you have time and if you have some other suggestions, i would appreciate it. Thank again.
  1. Load more activity
×
×
  • Create New...