Jump to content

Search the Community

Showing results for tags 'PrestaShopException'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Help and Support
    • PrestaShop Download
    • PrestaShop Marketplace
  • News and Announcements
    • PrestaShop news and releases
    • PrestaShop Beta
    • PrestaShop Blogs
    • PrestaShop Meetups
  • International community (English)
    • General topics
    • PrestaShop Merchants
    • PrestaShop Developers
    • Taxes, Translations & Laws
    • Community Modules and Themes
  • Forum francophone
    • Discussion générale
    • Aide et support communautaire
    • PrestaShop pour les marchands
    • PrestaShop pour les développeurs
    • Adaptation aux lois Québécoises
    • Modules et thèmes gratuits
    • Modules et thèmes payants
  • Foro en Español
    • Discusión general
    • Soporte de la comunidad y ayuda
    • Comerciantes PrestaShop
    • Desarrolladores PrestaShop
    • Módulos y plantillas gratuitas
  • Forum italiano
    • Forum generale
    • Aiuto e supporto della Community
    • Commercianti PrestaShop
    • Sviluppatori PrestaShop
    • Aspetti legali sull'eCommerce
    • Moduli e template gratuiti
  • Deutsches Forum
    • Generelle Fragen
    • Support und Hilfe aus der Community
    • e-Commerce/Versand-Handel mit Prestashop
    • Prestashop-Entwickler
    • Anpassung an deutsches Recht
    • Kostenlose Module und Templates
    • Generelle Fragen Copy
  • Nederlandstalig forum
    • Algemeen
    • Hulp en ondersteuning, van en voor de community
    • PrestaShop-winkeliers
    • PrestaShop-ontwikkelaars
    • Het aanpassen van PrestaShop
    • Gratis modules en templates
  • Fórum em Português
    • Fórum Geral
    • Ajuda e Suporte da Comunidade
    • Lojistas que utilizam o PrestaShop
    • Desenvolvedores PrestaShop
    • Legislação específica
    • Módulos e temas gratuitos
  • Polskie forum
    • Forum ogólne
    • Wsparcie i pomoc użytkowników
    • Oferty twórców PrestaShop
    • Deweloperzy PrestaShop
    • Darmowe Moduły i Szablony
  • Dansk forum
    • Generelt forum
    • Hjælp og support fra fællesskabet
    • PrestaShop for købmænd
    • PrestaShop for udviklere
    • Love og regler
    • Gratis moduler og temaer
  • České fórum
    • Instalasi, Konfigurasi dan upgrade
    • Obecná diskuze
    • Bezplatné moduly a šablony
    • PrestaShop vývojáři
    • PrestaShop obchodníci
  • Bahasa Indonesia
    • Diskusi Umum
    • Podpora a pomoc komunity
    • Laporan Bug
    • Jasa, Promosi & Lowongan Kerja
  • Svenskt forum
    • Allmän diskussion
    • Installation, konfigurering och uppdatering
  • Forumul românesc
    • Discuţii generale
    • Instalare, configurare şi upgrade
  • Pусский язык
    • Обсуждение скрипта
    • Установка, Настройка, Обновление
    • Прием багов
  • Slovenské fórum
    • Všeobecná diskusia
    • Podpora a pomoc komunity
    • PrestaShop obchodníci
    • PrestaShop vývojári
    • Bezplatné moduly a šablóny
  • Türkçe Topluluğu
    • Genel Konular
    • Topluluk desteği ve yardım
    • PrestaShop Tüccarları
    • Prestashop Geliştiricileri
    • Ücretsiz Modül ve Temalar
  • Diễn đàn tiếng Việt
    • Thảo luận chung
    • Hỗ trợ từ cộng đồng
    • Dành cho chủ doanh nghiệp / cửa hàng
    • Dành cho lập trình viên
  • PrestaShop Communities
    • اللغه العربيه [Arabic]
    • Ελληνικά [Greek]
    • עִבְרִית [Hebrew]
    • 中文
    • Magyar [Hungarian]
    • 日本語 [Japanese]
    • Lietuviškai [Lithuanian]
    • انجمن فارسی [Persian]
    • ไทย [Thai]
    • Malaysia [Malaysian]
    • Eesti [Estonian]
    • Slovenščina [Slovenian]
    • Српски [Serbian]
  • IP. Board Forum
    • IP. Board Forum Questions and Issues
  • Archive
    • Zapłać Moduły i Szablony [ARCHIVE]
    • Moduly, upravy a dizajn [ARCHIVE]
    • Phát triển và các mô-đun [ARCHIVE]
    • Yazılım, Modül ve Tema [ARCHIVE]
    • Модули, Шаблоны [ARCHIVE]
    • Module şi teme [ARCHIVE]
    • Pengembangan dan Modul [ARCHIVE]
    • Moduler och teman [ARCHIVE]
    • Ecommerce x PrestaShop [ARCHIVE BOARD]
    • Vývoj a moduly [ARCHIVE]
    • Kostenpflichtige Module, Templates [ARCHIVE]
    • Módulos y temas pagos [ARCHIVE]
    • Módulos e temas pagos [ARCHIVE]
    • Servizi commerciali [ARCHIVE]
    • Forum - Feedback Contributor
    • PrestaShop Cloud

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


  1. Hello, I have this issue with a customer. I checked in the database; he updated his address a few minutes before his order. I saw that a solution is to delete ps_cart content, but my question is: will it affect the BO orders section? The orders will be still there? Thank you
  2. I have a module that adds an additional field to a product form. I have to check before saving whether it is completed. I do this with hookActionObjectProductUpdateBefore like this: public function hookActionObjectProductUpdateBefore($params): bool { $product = Tools::getValue('product'); $test_field = $product['description']['test_field']; // check if the variable exists and has a value if (empty($test_field)) throw new PrestaShopException('Missing test field'); return true; } In case of an error, the above method returns the following message: Throwing a PrestaShopException is fine for reporting system errors, but not ideal for presenting short error messages to the end user, especially in the context of input forms. Is it possible to pass the error to the product form in a more elegant form?
  3. Bonjour, Version PS: 1.7.2.4 Lorsque je veux consulter la liste des panier depuis le dashboard de l'interface d'administration de Prestashop j'ai une page d'erreur : [PrestaShopException] Invalid address #18 at line 439 in file classes/Address.php 434. // if an id_address has been specified retrieve the address 435. if ($id_address) { 436. $address = new Address((int)$id_address); 437. 438. if (!Validate::isLoadedObject($address)) { 439. throw new PrestaShopException('Invalid address #'.(int)$id_address); 440. } 441. } elseif ($with_geoloc && isset($context->customer->geoloc_id_country)) { 442. $address = new Address(); 443. $address->id_country = (int)$context->customer->geoloc_id_country; 444. $address->id_state = (int)$context->customer->id_state; AddressCore::initialize - [line 197 - classes/tax/Tax.php] - [1 Arguments] TaxCore::getProductEcotaxRate - [line 722 - classes/Cart.php] - [1 Arguments] CartCore->getProducts - [line 3867 - classes/Cart.php] CartCore->isVirtualCart - [line 1797 - classes/Cart.php] CartCore->getOrderTotal - [line 1715 - classes/Cart.php] - [2 Arguments] CartCore::getTotalCart - [line 860 - controllers/admin/AdminCartsController.php] - [3 Arguments] AdminCartsControllerCore->getOrderTotalUsingTaxCalculationMethod - [line - ] - [2 Arguments] call_user_func_array - [line 333 - classes/helper/HelperList.php] - [2 Arguments] HelperListCore->displayListContent - [line 162 - classes/helper/HelperList.php] HelperListCore->generateList - [line 920 - controllers/admin/AdminCartsController.php] - [2 Arguments] AdminCartsControllerCore->renderList - [line 2099 - override/classes/controller/AdminController.php] AdminControllerCore->initContent - [line 205 - classes/controller/Controller.php] ControllerCore->run - [line 379 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 95 - admin/index.php] Y a t'il un moyen de supprimer un ou plusieurs panier abandonnés ? Merci pour votre aide.
  4. Muy buenas comunidad, Estoy empezando a montar una tienda y este CMS tiene muy buena pinta...😊 El caso es que intentando crear un proveedor (el primero), rellenando todos los campos o solo los requeridos, al guardar da el error que he adjuntado... La ruta es la siguiente: Catalogo -> Marcas y Proveedores->Proveedores->Añadir nuevo proveedor. He reinstalado por completo y persiste. La versión es la 1.7.6.1 El error hacer referencia a un dni pero no hay ningún campo en el formulario relativo a esto. ¿Alguien sabe que ocurre? Gracias y saludos!
  5. Buongiorno a tutti dopo aver pulito la cache dal bo di prestashop mi ritrovo ad non accedere più con l'errore 500 ...nel dettaglio allego anche gli errori PrestaShopException ...qualcuno di buona volontà che mi aiuti vi prego rispondetemi GRAZIE
  6. Hello, I'm new user of PrestaShop and just appointed webmaster of an existing PtrestaShop site (non-profit). I get an error message from the backoffice of PrestaShop when clicking on details for a specific customers. I do not get the same error for other customer. I have 2 questions where should I start looking to solve this issue ? How could I avoid loosing the (real) customer info. It's not a test account. Thanks JMiC Config: Version de PrestaShop : 1.7.1.2 Thème actif : classic Informations du serveur : Linux #1 SMP Debian 5.5.17-1~bpo10+1 (2020-04-23) x86_64 Version du logiciel serveur : Apache/2.4.25 (Debian) Version de PHP : 5.6.40 Version de MySQL : 10.3.22-MariaDB-0+deb10u1
  7. Bonjour, Je suis nouvel utilisateur de PrestaShop et je reprend la gestion du site d'une association qui utilise cet outil pour gérer ses actions de vente pour des oeuvres. En voulant allant consulter les activités d'un client dans le back-office (Vendre>Clients>Clients) puis (+)Détails, j'ai eu une erreur: [PrestaShopException] Invalid address #155 at line 439 in file classes/Address.php 434. // if an id_address has been specified retrieve the address 435. if ($id_address) { 436. $address = new Address((int)$id_address); 437. 438. if (!Validate::isLoadedObject($address)) { 439. throw new PrestaShopException('Invalid address #'.(int)$id_address); 440. } 441. } elseif ($with_geoloc && isset($context->customer->geoloc_id_country)) { 442. $address = new Address(); 443. $address->id_country = (int)$context->customer->geoloc_id_country; 444. $address->id_state = (int)$context->customer->id_state; Je n'ai pas de problème pour aller consulter la fiche client (boutton "Modifier") Je n'ai identifié le problème qu'avec un client (pas tous testé vu le grand nombre) Est-ce que quelqu'un pourrait m'aider ? J'ai 2 questions: Ou dois-je aller chercher pour résoudre le problème Comment puis-je éviter de perdre les données de ce client (ce n'est pas un compte test mais celui d'un vrai acheteur) Merci, JMiC PS - j'ai aussi posté la question sur le site anglophone, ne sachant pas ou j'avais le plus de chance d'obtenir une réponse Pour info, ma configuration: Version de PrestaShop : 1.7.1.2 Thème actif : classic Informations du serveur : Linux #1 SMP Debian 5.5.17-1~bpo10+1 (2020-04-23) x86_64 Version du logiciel serveur : Apache/2.4.25 (Debian) Version de PHP : 5.6.40 Version de MySQL : 10.3.22-MariaDB-0+deb10u1
  8. Bonjour! Je suis nouveau sur prestashop alors je vais essayer faire de mon mieux pour être le plus clair possible. En modifiant l'ordre des modules de ma homepage, une erreur est apparue: J'ai donc désactivé un par un les modules jusqu'à que celui qui pose problème soit désactivé, seulement maintenant une autre erreur apparait: Je suis actuellement sur Prestashop 1.7.6.5. Merci d'avance.
  9. Bonjour, Version de PHP : 7.1.32 Version de PrestaShop : 1.7.6.4 J'ai plusieurs erreurs à plusieurs niveaux : - Création d'une catégorie : Une erreur inattendue s'est produite. [PrestaShopException code 0] - Edit / Création d'un produit : La propriété CMS->meta_title est vide. in classes/ObjectModel.php (line 1051) } $message = $this->validateField($field, $value, $id_lang); if ($message !== true) { if ($die) { throw new PrestaShopException($message); } return $errorReturn ? $message : false; } } Au niveau des logs j'ai ceci : [2020-04-07 21:06:37] php.INFO: User Deprecated: Implementing "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface" without the "reset()" method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class "Csa\Bundle\GuzzleBundle\DataCollector\GuzzleCollector". {"exception":"[object] (ErrorException(code: 0): User Deprecated: Implementing \"Symfony\\Component\\HttpKernel\\DataCollector\\DataCollectorInterface\" without the \"reset()\" method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class \"Csa\\Bundle\\GuzzleBundle\\DataCollector\\GuzzleCollector\". at /home/podscomuqn/www/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php:215)"} [] [2020-04-07 21:06:37] php.CRITICAL: Uncaught Exception: La propriété CMS->meta_title est vide. {"exception":"[object] (PrestaShopException(code: 0): La propriété CMS->meta_title est vide. at /home/podscomuqn/www/classes/ObjectModel.php:1051)"} [] [2020-04-07 21:06:37] request.CRITICAL: Uncaught PHP Exception PrestaShopException: "La propriété CMS->meta_title est vide." at /home/podscomuqn/www/classes/ObjectModel.php line 1051 {"exception":"[object] (PrestaShopException(code: 0): La propriété CMS->meta_title est vide. at /home/podscomuqn/www/classes/ObjectModel.php:1051)"} [] [2020-04-07 21:06:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-04-07 21:06:38] doctrine.DEBUG: SELECT name FROM ps_module WHERE active = 1 [] [] [2020-04-07 21:06:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ebe305","_route":"_wdt"},"request_uri":"https://1-2-3-pods.com/admin913oejdmh/index.php/_wdt/ebe305?_token=4EAeiP8DX-zFI8DlLX1Pmdw6FqlcJEJfPaJMyZwrSJQ","method":"GET"} [] [2020-04-07 21:06:38] php.INFO: User Deprecated: Implementing "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface" without the "reset()" method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class "Csa\Bundle\GuzzleBundle\DataCollector\GuzzleCollector". {"exception":"[object] (ErrorException(code: 0): User Deprecated: Implementing \"Symfony\\Component\\HttpKernel\\DataCollector\\DataCollectorInterface\" without the \"reset()\" method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class \"Csa\\Bundle\\GuzzleBundle\\DataCollector\\GuzzleCollector\". at /home/podscomuqn/www/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php:215)"} [] J'ai fait également : - suppression Htaccess - désinstaller le module SEO & Friendly URL - activer / déactiver friendly URL Je suis à court d'idée.
  10. Bonjour à tous , j'ai vraiment besoin d'aide ,ma boutique fonctionnait bien jusqu'à ce que depuis le vendredi j'apperçoive ce message d'erreur lorsque j'éssaye d'acceder au site et à la partie administration : [PrestaShopException] Cannot select any valid SQL engine. at line 295 in file classes/db/Db.php 290. } elseif (extension_loaded('mysqli')) { 291. $class = 'DbMySQLi'; 292. } 293. 294. if (empty($classc)) { 295. throw new PrestaShopException('Cannot select any valid SQL engine.'); 296. } 297. 298. return $class; 299. } 300. DbCore::getClass - [line 229 - classes/db/Db.php] DbCore::getInstance - [line 48 - config/alias.php] pSQL - [line 339 - classes/shop/Shop.php] - [1 Arguments] ShopCore::initialize - [line 117 - config/config.inc.php] require - [line 43 - admin/index.php] - [1 Arguments] Aidez moi svp à resourdre mon problème
  11. hi guys, I'm working on importing our store on PrestaShop (from Joomla). Now, I'm importing the products' database, with a CSV file. But when I try to import the first file (400 products), an error occurs, in the 51th product: PrestaShopException property stock->price_te is not valid I suppose it's the 51th product because the 50 first are actually on the prestashop's database (and on the prestashop's store), but nothing tell me it is. I don't find any difference between the products that work and the others Even with notepad++, Excel or LibreOffice Calc So please, help me to find out what's wrong in my csv the prestashop exception: the 2 lignes of the CSV file (the last that worked and the one that didn't)
  12. Hallo. Ich bin noch am Einrichten des neuen Prestashop 1.7.3. Die Seite über uns habe ich in Deutsch fertiggestellt. Danach den Slider mit 3 Bildern und Texten in 4 Sprachen eingerichtet. Sah alles gut aus, es waren jedoch einige Texte vor hellem bzw. dunklem Bildhintergrund kaum lesbar. Deshalb habe ich verschiedene Farbänderungen in der Schrift am Slider durchgeführt. Jetzt ist die Editier- und Übersetzungsmöglichkeit zur Seite "über uns" im Backend verschwunden. Außerdem Erscheint der Text im eignen Textbaustein im Frontend nicht mehr, nur noch das leere Feld. Im Backend jedoch noch sichtbar. Beim jetzigen Versuch, den Text im Backend zu editieren und zu speichern erscheint folgener Alert: Hat Jemand eine Idee, wo der Fehler liegen könnte ? [PrestaShopException] Die Eigenschaft CustomText->id_shop ist ungültig at line 954 in file classes/ObjectModel.php 949. } 950. 951. $message = $this->validateField($field, $this->$field); 952. if ($message !== true) { 953. if ($die) { 954. throw new PrestaShopException($message); 955. } 956. return $error_return ? $message : false; 957. } 958. } 959. ObjectModelCore->validateFields - [line 272 - classes/ObjectModel.php] ObjectModelCore->getFields - [line 694 - classes/ObjectModel.php] ObjectModelCore->update - [line 487 - classes/ObjectModel.php] - [1 Arguments] ObjectModelCore->save - [line 147 - modules/ps_customtext/ps_customtext.php] Ps_Customtext->processSaveCustomText - [line 112 - modules/ps_customtext/ps_customtext.php] Ps_Customtext->getContent - [line 906 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcessCallback - [line 1168 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcess - [line 242 - classes/controller/Controller.php] ControllerCore->run - [line 428 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 96 - admin/index.php]
  13. Hola amigos. Tengo un error al ingresar desde el back a el detalle del cliente, sucede el mismo error cuando el cliente quiere ingresar al detalle de sus pedidos en el front. Sucede con varios clientes. esto paso después de una migración de datos de una versión de prestashop a 1.6 a una instalación limpia de prestashop 1.7 Creo suponer que son carritos del cliente, sin embargo no puedo borrar los carritos. [PrestaShopException] Dirección inválida # 2146 en la línea 444 en las clases de archivo / Address.php 439. // si se ha especificado una id_address recupera la dirección 440. if ($ id_address) { 441. $ address = new Address ((int) $ id_address); 442. 443. if (! Validate :: isLoadedObject ($ address)) { 444. throw new PrestaShopException ('Invalid address #'. (Int) $ id_address); 445.} 446.} elseif ($ with_geoloc && isset ($ context-> customer-> geoloc_id_country)) { 447. $ address = new Address (); 448. $ address-> id_country = (int) $ context-> customer-> geoloc_id_country; 449. $ address-> id_state = (int) $ context-> customer-> id_state; AddressCore :: initialize - [line 197 - classes / tax / Tax.php] - [1 Arguments] TaxCore :: getProductEcotaxRate - [línea 739 - classes / Cart.php] - [1 Arguments] CartCore-> getProducts - [línea 278 - src / Adapter / Cart / CartPresenter.php] - [1 Arguments] PrestaShop \ PrestaShop \ Adapter \ Cart \ CartPresenter-> presente - [línea 117 - src / Adapter / Order / OrderPresenter.php] - [1 Arguments] PrestaShop \ PrestaShop \ Adapter \ Order \ OrderPresenter-> getProducts - [línea 86 - src / Adapter / Order / OrderPresenter.php] - [1 Arguments] PrestaShop \ PrestaShop \ Adapter \ Order \ OrderPresenter-> present - [line 73 - controllers / front / HistoryController.php] - [1 Arguments] HistoryControllerCore-> getTemplateVarOrders - [línea 53 - controladores / front / HistoryController.php] HistoryControllerCore-> initContent - [línea 253 - classes / controller / Controller.php] ControllerCore-> run - [line 428 - classes / Dispatcher.php] DispatcherCore-> dispatch - [línea 28 - index.php]
  14. Bonjour, Je rencontre un problème sur Prestashop. Lorsque j'essaye d'intégrer un vidéo sur une page ou dans n'importe quel module, j'utilise donc "insérer/intégrer une vidéo" puis je colle le code d'intégration. Jusqu'ici tout est ok puisque j'ai réalisé la même manipulation sur un autre site sous Prestashop. Cependant quand je valide la manipulation voici le message d'erreur qui s'affiche : Je ne sais pas quoi faire, je ne trouve pas la solution sur internet. Savez-vous quel est le problème? Je vous remercie
  15. Good Day fellow prestashopers Recently I have been presented with a weird problem that occurs to the clients of my eshop. One of my clients kindly enough send me a screenshot of the error that she was getting when trying to make an order. Even though she was presented with the error screen the order did pass through but not email message was sent to the client as well as the order in the backoffice had no status attached to it (ussually the proccessing in progress status is selected if the order is COD). Since then I have noticed that more and more orders arrive in my backoffice with no status attached on them and after calling back to my clients they report that they have had some "issues" when they tried to finish their orders (I'm guessing the same message was sent to them). Anyone can give any advice on this problem and how to tackle it would make me extremely grateful. Thanks in Advance EDIT: It was a problem with an overide we created to use an extra field in the contact us page. That field wasnt validating and it was hitting an error in CustomerThreads.php
  16. Hello, Do you know how to solve this problem ? When I try to sign in I get page 500: [PrestaShopException] No template found for customer/authentication at line 68 in file classes/Smarty/TemplateFinder.php 63. return $tpl; 64. } 65. } 66. } 67. 68. throw new PrestaShopException('No template found for '.$template); 69. } 70. 71. private function getTemplateHierarchy($template, $entity, $id) 72. { 73. $entity = basename($entity); TemplateFinderCore->getTemplate - [line 1340 - classes/controller/FrontController.php] - [4 Arguments] FrontControllerCore->getTemplateFile - [line 1236 - classes/controller/FrontController.php] - [3 Arguments] FrontControllerCore->setTemplate - [line 70 - controllers/front/AuthController.php] - [1 Arguments] AuthControllerCore->initContent - [line 201 - classes/controller/Controller.php] ControllerCore->run - [line 366 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] thanks you !
  17. Hi guys, I have problem with order cancelling inside backend. every time I try to cancel order containing producet wih combinations enabled, I will end on this error: Some new orders works just fine, but there still one order with combination product that can't be cancelled and it ends on this. PS version: 1.6.1.5 Thanks for your help
  18. Bonjour, Je me retrouve avec une erreur [PrestaShopException] Invalid address #16 at line 439 in file classes/Address.php 434. // if an id_address has been specified retrieve the address 435. if ($id_address) { 436. $address = new Address((int)$id_address); 437. 438. if (!Validate::isLoadedObject($address)) { 439. throw new PrestaShopException('Invalid address #'.(int)$id_address); 440. } 441. } elseif ($with_geoloc && isset($context->customer->geoloc_id_country)) { 442. $address = new Address(); 443. $address->id_country = (int)$context->customer->geoloc_id_country; 444. $address->id_state = (int)$context->customer->id_state; lorsque que je clique sur "Paniers actifs" ou "Paniers abandonnés" sur le Tableau de bord de l'admin. Que faire ? Version de Prestashop : 1.7.2.0 Merci d'avance
  19. Hello everyone I'm new and it is the first time I use prestashop . I bought a theme : http://addons.prestashop.com/it/20887-autofix-tools-store.html In this theme there are many modules .. Some of these give me problems : -WT Vertical Megamenu v1.1.2 - from waterthemes -WT Megamenu v1.1.2 - from waterthemes When I add a menu items, from the backoffice, it gives me the following errors: However if I change the menu items , it does not return errors . Could someone help me please? PrestaShop 1.6.1.0 Software server Apache/2.4.7 (Ubuntu) PHP 5.5.9-1ubuntu4.11 Memory Limit 1024M Thanks and sorry for my bad English .
  20. Hii Im trying to install the getresponse module, but when I finish installing I have this problem as you can see in the attach image. Also the Getresponse Tab does not work properly. Does Anyone know something about it? Thank you
  21. Bonsoir, depuis quelques jours, je reçois ce message plusieurs fois par jour quand je travail sur mon site, ce message s'affiche dans le back office et peut s'afficher à n'importe quel moment. Je me demande si cela ne vient pas après une remontée de commande d'ebay où un acheteur a mis des parenthèses dans son nom. Avez vous une idée pour corriger ce problème et ne pas revoir ce message s'afficher? merci [PrestaShopException] Property Customer->firstname is not valid at line 837 in file classes/ObjectModel.php 831. 832. $message = $this->validateField($field, $this->$field); 833. if ($message !== true) 834. { 835. if ($die) 836. throw new PrestaShopException($message); 837. return $error_return ? $message : false; 838. } 839. } 840. 841. return true; ObjectModelCore->validateFields - [line 255 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->getFields - [line 455 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->add - [line 225 - classes/Customer.php] - [2 Arguments] CustomerCore->add - [line 148 - modules/ebay/classes/EbayOrder.php] - [0 Argument] EbayOrder->getOrAddCustomer - [line 425 - modules/ebay/ebay.php] - [0 Argument] Ebay->importOrders - [line 391 - modules/ebay/ebay.php] - [1 Arguments] Ebay->hookHeader - [line 602 - modules/ebay/ebay.php] - [1 Arguments] Ebay->hookBackOfficeTop - [line 475 - classes/Hook.php] - [1 Arguments] HookCore::exec - [line 1873 - classes/controller/AdminController.php] - [2 Arguments] AdminControllerCore->init - [line 150 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 348 - classes/Dispatcher.php] - [0 Argument] DispatcherCore->dispatch - [line 53 - admin1272/index.php] - [0 Argument]
  22. After clean Prestashop 1.6.0.14 installation and updating all of modules I keep getting 500 PrestashopException when I try to login into "Back Office" with user with roles different than "SuperAdmin". Tried already re-installing modules but keep getting same errors. Modules records are present in ps_module tables.
  23. Hola, cuando quiero ver los datos del cliente, haciendo clic en "ver" me sale el siguiente mensaje de error: [PrestaShopException] Invalid date at line 663 in file classes/Tools.php 657. 658. if ($date == '0000-00-00 00:00:00' || $date == '0000-00-00') 659. return ''; 660. 661. if (!Validate::isDate($date) || !Validate::isBool($full)) 662. throw new PrestaShopException('Invalid date'); 663. 664. $context = Context::getContext(); 665. $date_format = ($full ? $context->language->date_format_full : $context->language->date_format_lite); 666. return date($date_format, $time); 667. } ToolsCore::displayDate - [line 637 - classes/Tools.php] - [3 Arguments] ToolsCore::dateFormat - [line - ] - [2 Arguments] call_user_func_array - [line 241 - config/smarty.config.inc.php] - [2 Arguments] SmartyLazyRegister->__call - [line 461 - cache/smarty/compile/be/6e/45/be6e4509ef64ed98cd83b7350002ad9e9af3606b.file.view.tpl.php] - [2 Arguments] SmartyLazyRegister->dateFormat - [line 461 - cache/smarty/compile/be/6e/45/be6e4509ef64ed98cd83b7350002ad9e9af3606b.file.view.tpl.php] - [2 Arguments] content_53b46cf4921bc0_81067081 - [line 180 - tools/smarty/sysplugins/smarty_internal_templatebase.php] - [1 Arguments] Smarty_Internal_TemplateBase->fetch - [line 114 - classes/helper/Helper.php] HelperCore->generate - [line 59 - classes/helper/HelperView.php] HelperViewCore->generateView - [line 2051 - classes/controller/AdminController.php] AdminControllerCore->renderView - [line 820 - controllers/admin/AdminCustomersController.php] AdminCustomersControllerCore->renderView - [line 1758 - classes/controller/AdminController.php] AdminControllerCore->initContent - [line 190 - controllers/admin/AdminCustomersController.php] AdminCustomersControllerCore->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 54 - admin/index.php] Por favor ayúdenme, por que me aparece este mensaje de error? lo raro es que solo pasa con una cuenta de un cliente, el que acaba de comprar un producto hace un rato. puedo abrir y ver los datos de cualquier cliente menos de este cliente. Estoy usando la version de PrestaShop 1.6.0.7 Agradezco mucho vuestro apoyo. Gracias.
  24. Bonjour, Le problème était ponctuel, il semble désormais permanent. Sur Prestashop 1.5.4.1, impossibilité d'enregistrer une commande fournisseur après y avoir placé des produits (pas de pb à la sauvegarde initiale de la commande vide), sans apparition du message d'erreur ci-après. [PrestaShopException]Property SupplyOrder->discount_value_te is not valid at line 837 in file classes/ObjectModel.php 831. 832. $message = $this->validateField($field, $this->$field);833. if ($message !== true)834. {835. if ($die)836. throw new PrestaShopException($message);837. return $error_return ? $message : false;838. }839. }840. 841. return true; ObjectModelCore->validateFields - [line 265 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->getFields - [line 599 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->update - [line 185 - classes/stock/SupplyOrder.php] - [1 Arguments] SupplyOrderCore->update - [line 754 - classes/controller/AdminController.php] - [0 Argument] AdminControllerCore->processUpdate - [line 661 - classes/controller/AdminController.php] - [0 Argument] AdminControllerCore->processSave - [line 539 - classes/controller/AdminController.php] - [0 Argument] AdminControllerCore->postProcess - [line 1197 - controllers/admin/AdminSupplyOrdersController.php] - [0 Argument] AdminSupplyOrdersControllerCore->postProcess - [line 158 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 349 - classes/Dispatcher.php] - [0 Argument] DispatcherCore->dispatch - [line 50 - admin9565/index.php] - [0 Argument] La commande est malgré tout enregistrée, mais les produits se retrouvent en double dans la commande, ou à la bonne quantité mais avec un total de commande de 0 euros. Quelqu'un saurait-il traiter ce pb ? Par avance merci.
×
×
  • Create New...