Jump to content

Search the Community

Showing results for tags 'error reporting'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Help and Support
    • PrestaShop Download
    • PrestaShop Addons
  • 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


Found 7 results

  1. The debug mode is widely used to see the errors on your shop and when: you get blank pages; you get 500 Internal Server Error; you have strage issues with your shop and don't know where to start; Edit: Debug mode on PrestaShop 8.0 PrestaShop Dashboard > Advanced Parameters > Performance > DEBUG MODE PANEL > Set it to YES Debug mode on PrestaShop 1.7 PrestaShop Dashboard > Advanced Parameters > Performance > DEBUG MODE PANEL > Set it to YES To turn on the Debug mode on PrestaShop 1.7 is more simple comparing it to the previous versions of Prestashop. You can do this from your PrestaShop Dashboard > Advanced Parameters > Performance > DEBUG MODE PANEL > Set it to YES If you can't acces you dashboard you can also enable it through FTP by accessing config/defines.inc.php and usually @line 29 you will find: define('_PS_MODE_DEV_', false); change it to: define('_PS_MODE_DEV_', true); Turning on the Debug Mode on other versions of Prestashop Debug mode on PrestaShop 1.5.3 to 1.6 For PrestaShop 1.5.3 to 1.6 the procedure is the same: Open config/defines.inc.php and usually @line 29 you will find : define('_PS_MODE_DEV_', false); change it to: define('_PS_MODE_DEV_', true); For PrestaShop below 1.5.3 you have to edit the config/defines.inc.php file and make the following changes: Change this line: @ini_set('display_errors', 'off'); to this: @ini_set('display_errors', 'on'); !!! Be careful, turn the Debug Mode off when finished debugging, hackers may get advatage of it and may harm your website and besides of that any visible error is not good for visitors. Debug mode for Admin or specific IPs Because Debug mode should not be visible for your customers here's a smart solution that allows you to enable it only for admins or for some provided IPs. This way your shop will not be vulnerable while you debug.
  2. I've just gone live with my website and am already getting a bunch of emails from the "Error reporting from your PayPalAPI module". It's clearly just random hacking attempts (see the report: no report is given), but I don't want to be getting 10 emails a day for it and I'm confident there's an easy fix - I just don't see it. Also, given the random hacking activity, where would I read up on how Prestashop interacts with the module (where the hacking attempts are coming from)? Thank you for your time!
  3. Hi Group, This error i got from error report. Somebody know about the problem? 786. if ($webservice_call && $errno) { 787. $dbg = debug_backtrace(); 788. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97); 789. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) { 790. if ($sql) { 791. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>'); 792. } 793. 794. throw new PrestaShopDatabaseException($this->getMsgError()); 795. } 796. }
  4. Hello. I am getting thousands of this email in a day Error reporting from your PayPalAPI module A client has encountered a problem with the module PayPalAPI, see the report: Sender is my email. it means my store or my paypal module is sending this message. I am getting ten of this email in a second. It is big problem. Because of this, my store performance is bad. PrestaShop™ 1.4.8.2 My prestashop is 1.4.8.2 And paypal module is v3.4.8
  5. Bonjour, Je reçois plusieurs fois par mois un mail d'erreur de la par du module paypal, mais celui-ci est vide et ne contient que les informations suivantes: Hi, Error reporting from your PayPalAPI module A client has encountered a problem with the module PayPalAPI, see the report: L'erreur n'est pas généré par une commande ou par une tentative de paiement. Connaitriez-vous la raison de cette erreur? Merci bien
  6. I got thousands of this emil "Error reporting from your PayPal module" . Please help Sender email is my store's customer service email It means my store or my paypal module are sending that emails to us I got that email not that much ( less then 10 a day), so I just ignored But nowadays I am getting that message per a second. That makes problem. My email box is full in a day for that message My shop is prestashop version 1.4.8.2 My paypal modue is PayPal v3.4.8 I Error reporting from your PayPalAPI module A client has encountered a problem with the module PayPalAPI, see the report: this is message. there is no error code.
  7. Good Afternoon, I am relatively new to the Prestashop world and have recently launched our website. Today I am getting a great number of errors in my back office and my site is running really, really, really slow. The only change I made yesterday was installing Google analytics and disabling the site stats. I've also been getting 500 errors today with trying to load back office features, like Configuration, and orders. I had also uploaded a php5.ini file to increase some of my specs for csv import and today I took it down to revert to the original settings. here is the website: http://www.socalbelts.com http://www.socalbelts.com/info.php Server informationServer information: Linux #1 SMP Wed Sep 4 14:07:10 MST 2013 x86_64 Server software version: Apache PHP version: 5.3.24 Memory limit: 64M Max execution time: 30 I'm getting these warnings: Warning: simplexml_load_file() [function.simplexml-load-file]: /home/content/85/11793785/html/config/xml/default_country_modules_list.xml:1: parser error : Document is empty in /home/content/85/11793785/html/classes/controller/AdminController.php on line 1542 Warning: simplexml_load_file() [function.simplexml-load-file]: in /home/content/85/11793785/html/classes/controller/AdminController.php on line 1542 Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/content/85/11793785/html/classes/controller/AdminController.php on line 1542 Warning: simplexml_load_file() [function.simplexml-load-file]: /home/content/85/11793785/html/config/xml/default_country_modules_list.xml:1: parser error : Start tag expected, '<' not found in /home/content/85/11793785/html/classes/controller/AdminController.php on line 1542 Warning: simplexml_load_file() [function.simplexml-load-file]: in /home/content/85/11793785/html/classes/controller/AdminController.php on line 1542 Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/content/85/11793785/html/classes/controller/AdminController.php on line 1542 Notice: Trying to get property of non-object in /home/content/85/11793785/html/classes/controller/AdminController.php on line 1544 Warning: Invalid argument supplied for foreach() in /home/content/85/11793785/html/classes/controller/AdminController.php on line 1544 Warning: simplexml_load_file() [function.simplexml-load-file]: /home/content/85/11793785/html/config/xml/default_country_modules_list.xml:1: parser error : Document is empty in /home/content/85/11793785/html/classes/controller/AdminController.php on line 1542 Warning: simplexml_load_file() [function.simplexml-load-file]: in /home/content/85/11793785/html/classes/controller/AdminController.php on line 1542 Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/content/85/11793785/html/classes/controller/AdminController.php on line 1542 Warning: simplexml_load_file() [function.simplexml-load-file]: /home/content/85/11793785/html/config/xml/default_country_modules_list.xml:1: parser error : Start tag expected, '<' not found in /home/content/85/11793785/html/classes/controller/AdminController.php on line 1542 Warning: simplexml_load_file() [function.simplexml-load-file]: in /home/content/85/11793785/html/classes/controller/AdminController.php on line 1542 Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/content/85/11793785/html/classes/controller/AdminController.php on line 1542 Notice: Trying to get property of non-object in /home/content/85/11793785/html/classes/controller/AdminController.php on line 1544 Warning: Invalid argument supplied for foreach() in /home/content/85/11793785/html/classes/controller/AdminController.php on line 1544 Let me know if anyone can help, or if I can provide any further information!!! I would really love to get this site working nicely!!!
×
×
  • Create New...