zodiac93 Posted January 20, 2021 Share Posted January 20, 2021 Buenas noches, el día de hoy me apareció estas 3 advertencias y el sitio no se puede acceder, los errores son los siguientes: Warning: PDO::query(): Premature end of data (mysqlnd_wireprotocol.c:967) in /home/xxxxxxxx/public_html/classes/db/DbPDO.php on line 134 Warning: PDO::query(): EOF packet 1 bytes shorter than expected in /home/xxxxxxxx/public_html/classes/db/DbPDO.php on line 134 Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxxxx/public_html/classes/db/DbPDO.php:134) in /home/xxxxxxxx/public_html/classes/exception/PrestaShopException.php on line 37 Alguna sugerencia que me puedan dar? Gracias. Link to comment Share on other sites More sharing options...
Fabrizio Colin Posted January 6, 2022 Share Posted January 6, 2022 tengo algo muy parecido y no puedo solucionar... Pudiste resolver? Nadie nos puede ayudar? Link to comment Share on other sites More sharing options...
Luisejo Posted January 6, 2022 Share Posted January 6, 2022 Hola, habéis probado a eliminar esto: /config/xml Al eliminarlo, debe regenerarse al entrar de nuevo a la web. Link to comment Share on other sites More sharing options...
Fabrizio Colin Posted January 6, 2022 Share Posted January 6, 2022 Hola amigos, soy nuevo en este tema y estoy presentando un problema con el sitio ya que el día de ayer revisaba los medios de pago y PayPal marcaba una actualización, al momento de actualizar me voto del aplicativo y no me dejo acezar más, ni al panel de Prestashop ni al sitio web, arrojando error 500. Accedí a los archivos de congif y defines.inc.php para cambiar false por true y revisar el error de forma mas especifica pero como les comento soy nuevo y ahora si no se que hacer más. Si existe alguna forma de apoyarme, se los agradecería de antemano. Dejo el error descriptivo a continuación: Warning: PDO::query(): Premature end of data (mysqlnd_wireprotocol.c:976) in /home/armysto1/public_html/classes/db/DbPDO.php on line 134 Warning: PDO::query(): EOF packet 1 bytes shorter than expected in /home/armysto1/public_html/classes/db/DbPDO.php on line 134 Fatal error: Uncaught Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.<br /><br /><pre>SELECT l.*, ls.`id_shop` FROM `ps_lang` l LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)</pre> thrown in /home/armysto1/public_html/classes/db/Db.php on line 791 Ahora me arroja esto Luisejo: Fatal error: Interface 'PrestaShop\PrestaShop\Core\Module\WidgetInterface' not found in /home/armysto1/public_html/modules/paypal/paypal.php on line 66 Elimino la carpeta de XML? Link to comment Share on other sites More sharing options...
Luisejo Posted January 7, 2022 Share Posted January 7, 2022 En 6/1/2022 a las 4:23 PM, Fabrizio Colin dijo: Hola amigos, soy nuevo en este tema y estoy presentando un problema con el sitio ya que el día de ayer revisaba los medios de pago y PayPal marcaba una actualización, al momento de actualizar me voto del aplicativo y no me dejo acezar más, ni al panel de Prestashop ni al sitio web, arrojando error 500. Accedí a los archivos de congif y defines.inc.php para cambiar false por true y revisar el error de forma mas especifica pero como les comento soy nuevo y ahora si no se que hacer más. Si existe alguna forma de apoyarme, se los agradecería de antemano. Dejo el error descriptivo a continuación: Warning: PDO::query(): Premature end of data (mysqlnd_wireprotocol.c:976) in /home/armysto1/public_html/classes/db/DbPDO.php on line 134 Warning: PDO::query(): EOF packet 1 bytes shorter than expected in /home/armysto1/public_html/classes/db/DbPDO.php on line 134 Fatal error: Uncaught Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.<br /><br /><pre>SELECT l.*, ls.`id_shop` FROM `ps_lang` l LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)</pre> thrown in /home/armysto1/public_html/classes/db/Db.php on line 791 Ahora me arroja esto Luisejo: Fatal error: Interface 'PrestaShop\PrestaShop\Core\Module\WidgetInterface' not found in /home/armysto1/public_html/modules/paypal/paypal.php on line 66 Elimino la carpeta de XML? Hola, esto es de un hilo diferente. Por favor crees un hilo nuevo y te daremos soporte @Fabrizio Colin Pero te adelanto que tiene pinta de ti versión de PHP. 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