Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug on opencart 2.0.3.1 #1

Open
tiagoadp opened this issue Sep 29, 2015 · 2 comments
Open

Bug on opencart 2.0.3.1 #1

tiagoadp opened this issue Sep 29, 2015 · 2 comments

Comments

@tiagoadp
Copy link

Hello, there is a bug on the ebanx.php controller:

Notice: Indirect modification of overloaded property ControllerPaymentEbanx::$data has no effect in /home/nutrivita/public_html/catalog/controller/payment/ebanx.php on line 72Notice: Indirect modification of overloaded property ControllerPaymentEbanx::$data has no effect in /home/nutrivita/public_html/catalog/controller/payment/ebanx.php on line 77Notice: Indirect modification of overloaded property ControllerPaymentEbanx::$data has no effect in /home/nutrivita/public_html/catalog/controller/payment/ebanx.php on line 96Notice: Indirect modification of overloaded property ControllerPaymentEbanx::$data has no effect in /home/nutrivita/public_html/catalog/controller/payment/ebanx.php on line 97Notice: Indirect modification of overloaded property ControllerPaymentEbanx::$data has no effect in /home/nutrivita/public_html/catalog/controller/payment/ebanx.php on line 98Notice: Indirect modification of overloaded property ControllerPaymentEbanx::$data has no effect in /home/nutrivita/public_html/catalog/controller/payment/ebanx.php on line 99Notice: Indirect modification of overloaded property ControllerPaymentEbanx::$data has no effect in /home/nutrivita/public_html/catalog/controller/payment/ebanx.php on line 100Notice: Indirect modification of overloaded property ControllerPaymentEbanx::$data has no effect in /home/nutrivita/public_html/catalog/controller/payment/ebanx.php on line 103Notice: Indirect modification of overloaded property ControllerPaymentEbanx::$data has no effect in /home/nutrivita/public_html/catalog/controller/payment/ebanx.php on line 104Notice: Indirect modification of overloaded property ControllerPaymentEbanx::$data has no effect in /home/nutrivita/public_html/catalog/controller/payment/ebanx.php on line 113Notice: Indirect modification of overloaded property ControllerPaymentEbanx::$data has no effect in /home/nutrivita/public_html/catalog/controller/payment/ebanx.php on line 115Notice: Indirect modification of overloaded property ControllerPaymentEbanx::$data has no effect in /home/nutrivita/public_html/catalog/controller/payment/ebanx.php on line 116Warning: extract() expects parameter 1 to be array, null given in /home/nutrivita/public_html/system/modification/system/engine/loader.php on line 33

Simple solution, OC 2.0.3.1 has changed the $this->data to $data, its an easy solution, but it took me a while to figure out.... So this can help users on the future...

@hdolinski
Copy link
Contributor

Hey! I'm can't seem to replicate this error, in which part exactly does this happen? It is simply echoed to the screen or this shows inside the error logs?

@tiagoadp
Copy link
Author

Its echoed when you go to select ebanx as a payment, on screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants