Jump to content

Problemas con el modulo de transferencias


Ollasdealuminio

Recommended Posts

Señores,

 

Espero que este todos muy bien y escribo en el foro para ver si me pueden ayudar,

 

tengo el siguiente problema:

 

Al confirmar pago a traves de transferencia bancaria en mi tienda de prestashop, esta queda bastante tiempo pegada y al rato arroja el siguiente mensaje.

 

Fatal error: Uncaught exception 'Swift_Message_MimeException' with message 'Something went wrong whilst trying to move some MIME parts during an attach(). The MIME component threw an exception:<br />Cannot remove child part identified by '5498843653907' as it does not exist. Consider using hasChild() to check.' in /home/hodal/public_html/tools/swift/Swift/Message.php:542 Stack trace: #0 /home/hodal/public_html/classes/Mail.php(196): Swift_Message->attach(Object(Swift_Message_Part)) #1 /home/hodal/public_html/classes/PaymentModule.php(522): MailCore::Send(3, 'order_conf', 'Confirmacion de...', Array, '[email protected]', 'Luis Pe\xC3\xB1a', NULL, NULL, NULL) #2 /home/hodal/public_html/modules/bankwire/validation.php(62): PaymentModuleCore->validateOrder(456, '10', 5700, 'Trasferencia ba...', NULL, Array, 4, false, 'b72421523079a0f...') #3 {main} thrown in/home/hodal/public_html/tools/swift/Swift/Message.php on line 542

 

Que tengo que realizar para quitar este mensaje.

 

Saludos.

post-719041-0-54102400-1419282198_thumb.png

Link to comment
Share on other sites

Gracias amigos utilizo la version 1.4.8.2

 

¿Y si pruebas lo que dicen en el enlace

 

In /tools/swift/Swift/Message.php at line 623
replace $this->getReference("parent", $old_branch)->removeChild($id);
 
with
 
if($this->getReference("parent", $old_branch)->hasChild($id)){ $this->getReference("parent", $old_branch)->removeChild($id); }
 
 
I have prestashop PrestaShop™ 1.4.6.2 and it works :)
 
?
 
¿Te da el mismo error ahora?
Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...