Bubiko Posted February 24, 2015 Share Posted February 24, 2015 Salut. Am presta 1.6.0.11 instalat. Primesc urmatoarea eroare la alegere metode de plata: Strict Standards: Declaration of Mobilpay_cc::validateOrder() should be compatible with that of PaymentModuleCore::validateOrder() in /home/content/74/10469774/html/bubiko/classes/module/Module.php on line 1032Notice: Undefined variable: shipping in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 398Notice: Trying to get property of non-object in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 398Notice: Undefined variable: shipping in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 399Notice: Trying to get property of non-object in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 399Notice: Undefined variable: shipping in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 404Notice: Trying to get property of non-object in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 404Notice: Undefined variable: shipping in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 406Notice: Trying to get property of non-object in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 406Notice: Undefined variable: shipping in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 407Notice: Trying to get property of non-object in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 407Notice: Undefined variable: shipping in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 408Notice: Trying to get property of non-object in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 408Notice: Undefined variable: shipping in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 408Notice: Trying to get property of non-object in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 408Notice: Undefined variable: shipping in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 410Notice: Trying to get property of non-object in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 410 A mai intalnit cineva astefel de eroare? Din cate imi dau seama, Valoarea shipping nu este definita sau are alta denumire. Am incercat sa iau legatura cu cei de la mobilpay, si raspunsul lor a fost, dupa 4-5 zile, urmatorul: "Modulul mobilPay trebuie sa apara doar in sectiunea module, de unde se si activeaza. Cat despre erorile la anumite fisiere pe anumite linii, trebuie sa modificati liniile specificate." Profesionalism 100% ) Link to comment Share on other sites More sharing options...
Cornel_M Posted March 9, 2015 Share Posted March 9, 2015 desi nu pot sa te ajut cu erorile, iti pot spune din experienta personala, ca cei de la mobilpay nu prea se omoara cu problemele tehnice si eventual sa le si resolve. la mine, dupa circa 6 luni de vorbit singur, am schimbat procesatorul success! Link to comment Share on other sites More sharing options...
cristianst Posted March 10, 2015 Share Posted March 10, 2015 Salut, Nu stiu daca te ajuta foarte mult informatia. Am inteles ca modulul pe care il au ei pe site este pentru versiunea 1.5. Daca trebuie sa-l folosesc in PS 1.6 trebuie sa modifici o linie dintr-un php. Ai facut operatiunea respectiva? O zi buna Link to comment Share on other sites More sharing options...
iulu2v Posted April 23, 2015 Share Posted April 23, 2015 Urmatoarele sunt pentru Prestashop 1.6.0.14 cu modulul de MobilPay (Prestashop 1.5) din interfata de admin a mobilpay https://admin.mobilpay.ro la Sectiunea Implementare -> Exemple Implementare -> Modul Prestashop 1.5.x - Credit card 22.02.13"Strict Standards: Declaration of Mobilpay_cc::validateOrder() should be compatible with that of PaymentModuleCore::validateOrder() in /home/content/74/10469774/html/bubiko/classes/module/Module.php on line 1032"- la validateOrder() din mobilpay_cc.php trebuiesc adaugate in lista de argumente $secure_key si $shop :function validateOrder($id_cart, $id_order_state, $amountPaid, $paymentMethod = 'Unknown', $message = NULL, $extraVars = array(), $currency_special = NULL, $dont_touch_amount = false, $secure_key = false, Shop $shop = null)Notice: Undefined variable: shipping in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 398- referitor la undefined variable $shipping (foarte tare eroarea) undeva la linia 320ish in mobilpay_cc.php sunt liniile$billing = new Address(intval($params['cart']->id_address_invoice));$delivery = new Address(intval($params['cart']->id_address_delivery));dar peste tot in fisier este folosit $billing si $shipping :|trebuie modificat$delivery = new Address(intval($params['cart']->id_address_delivery));in$shipping = new Address(intval($params['cart']->id_address_delivery));si mai e un notice "Undefined variable: e" unde if(!($e instanceof Exception)) { .. i-am adaugat un isset($e) 2 Link to comment Share on other sites More sharing options...
dan.dimofte Posted January 31, 2016 Share Posted January 31, 2016 Salutare! Recomand aceasta solutie: http://addons.prestashop.com/en/payment-card-wallet/21526-mobilpay-plus-card-payments.html Link to comment Share on other sites More sharing options...
Rhobur Posted February 1, 2016 Share Posted February 1, 2016 Verifica daca intr-adevar folosesti versiunea pentru PS 1.6. Eu am implementat-o cu succes acum cca o luna, a dat intr-adevar niste erori similare dar proveneau din afisarea in checkout/invoice a imaginii produsului. Dupa dezactivarea acestei optiuni modulul functioneaza corespunzator. Poti incerca si asta. 1 Link to comment Share on other sites More sharing options...
levviking Posted March 29, 2018 Share Posted March 29, 2018 Quote si mai e un notice "Undefined variable: e" unde if(!($e instanceof Exception)) { .. i-am adaugat un isset($e) Multumesc pentru sfaturi lui "iuluv2v". La ultimul notice nu am reusit sa adaug corect si a dat eroare fatala. Stie cineva cum se introduce mai exact acest isset($e) ? Link to comment Share on other sites More sharing options...
The Ge Posted April 12, 2018 Share Posted April 12, 2018 Este o eroare in modul, defineste $delivery, apoi uita si intreaba de $shipping. 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