Jump to content

PayU, error 500


miccom

Recommended Posts

Cześć :)

Po zakupie w Moim sklepie i wyborze płatności payU przenosi klienta na stronę https://www.caser.pl/module/payu/payment pokazując białą stronę i błąd 500.

Poza tym, jeśli chcę np. wgrać świeży moduł payU- to też otrzymuję error 500.

Co może być powodem?

Poniżej przechwycone błędy związane z payU.

PHP Fatal error:  Uncaught Error: Call to undefined method PayU::getVersion() in /.../caser.pl/public_html/modules/payu/payu.php:147
Stack trace:
#0 /.../caser.pl/public_html/modules/payu/payu.php(838): PayU->initializeOpenPayU('PLN')
#1 /.../caser.pl/public_html/modules/payu/controllers/front/payment.php(223): PayU->getPaymethods(Array)
#2/.../caser.pl/public_html/modules/payu/controllers/front/payment.php(90): PayUPaymentModuleFrontController->getShowPayMethodsParameters()
#3 /.../caser.pl/public_html/modules/payu/controllers/front/payment.php(72): PayUPaymentModuleFrontController->showPayMethod()
#4 /.../caser.pl/public_html/classes/controller/Controller.php(189): PayUPaymentModuleFrontController->initContent()
#5 /.../caser.pl/public_html/classes/Dispatcher.php(367): ControllerCore->run()
#6 /.../caser.pl/public_html/index.php(28): DispatcherCore->dispatch()
#7 {main}
  thrown in /.../caser.pl/public_html/modules/payu/payu.php on line 147

 

 

 

Jak rozwiązać ten problem?

Link to comment
Share on other sites

To jest błąd w module PayU. Błąd informuje, że w  payu.php  w linii 147 jest próba wywołania metody ' getVersion ', której nie ma.

Odinstaluj go, usuń z folderu modules, wyczyść pamięci podręczne i zainstaluj nowy moduł.
Na github jest modyfikacja z 4 sierpnia " Fix getVersion ", więc chyba to poprawili.
https://github.com/PayU/plugin_prestashop

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...