venselvacentral.pe Posted August 2, 2019 Share Posted August 2, 2019 Necesito su ayuda. Eh actualizado mi tienda de 1.6 a 1.7.6 y tengo problema para generar los pedidos. Carga error en miweb/module/ps_wirepayment/validation Con el siguiente mensaje: (1/1) ContextErrorException Notice: Undefined index: in Currency.php line 186 at CurrencyCore->__construct(2, null, 0)in PaymentModule.php line 234 at PaymentModuleCore->validateOrder(null, '10', 0, 'Pagos por transferencia bancaria', null, array('{bankwire_owner}' => 'Prueba', '{bankwire_details}' => 'Prueba', '{bankwire_address}' => 'Prueba'), 2, false, '53a60ea4f73d0c42e346bb1e50a183c4')in validation.php line 64 at Ps_WirepaymentValidationModuleFrontController->postProcess()in Controller.php line 280 at ControllerCore->run()in Dispatcher.php line 515 at DispatcherCore->dispatch()in index.php line 28 Alguien podria amablemente ayudarme a solucionar este problema. Eh usado todas las versiones de php desde el 5.6 al 7.3 y me sigue cargado el mismo mensaje. Link to comment Share on other sites More sharing options...
VSPSH Posted March 7, 2020 Share Posted March 7, 2020 Hola, estoy con el mismo problema que tú. Perdiendo un montón de pedidos por esto. Encontraste solución a este problema? Link to comment Share on other sites More sharing options...
juanrojas Posted March 8, 2020 Share Posted March 8, 2020 Hola intenta cambiar el nombre del modulo ps_wirepayment por ftp para ver si el panorama cambia Link to comment Share on other sites More sharing options...
ajoguti Posted March 11, 2021 Share Posted March 11, 2021 Estoy con el mismo problema y nada...encontrasteis alguna solución? Link to comment Share on other sites More sharing options...
zoomit Posted November 8, 2022 Share Posted November 8, 2022 Hola, he tenido el mismo problema. Tal vez lograron encontrar la solución. Gracias. Link to comment Share on other sites More sharing options...
Yelish Posted November 15, 2022 Share Posted November 15, 2022 La clase currency cambió en la versión 1.7.6, la primera estable es 1.7.6.4. Si no cambiais los módulos que hacen uso de esa clase os darán problemas, yo en mis módulos utilizo una función para ver la versión de Prestashop y adaptarlo a la clase, sino seguramente dará errores en el constructor. Un saludo. 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