Post by jpernas » Thu Jul 05, 2018 4:40 pm

Hello everyone.

I'm using version 3.0.2 since a few days ago. At first everything was fine and I could edit the orders.

But from today, when I try to edit any order (or change status on history) I get the following error: "error undefined".

This error is not very descriptive, I know ... but checking the error log I see this line every time it occurs:

Code: Select all

2018-07-05 8:30:23 - PHP Notice: Undefined index: currency in /usr/home/cafeveracruz/www/tienda/catalog/controller/api/currency.php on line 13
I have reviewed the file and the line in question is the following:

Code: Select all

$ currency_info = $ this-> model_localisation_currency-> getCurrencyByCode ($ this-> request-> post ['currency']);
I thank you in advance for any help to solve this problem.

Greetings,
Last edited by jpernas on Mon Jul 09, 2018 4:53 pm, edited 1 time in total.

Jesús P. A.
__________________
SEO Coruña
Enjoying OC 3.0.2


User avatar
Newbie

Posts

Joined
Mon Jun 06, 2016 4:56 pm

Post by straightlight » Thu Jul 05, 2018 6:53 pm

Clue due to possible permission settings. However, the undefined popup error should not appear … did you created your API account in the OC admin? If so, in your catalog/controller/api/currency.php file,

find:

Code: Select all

if (!isset($this->session->data['api_id'])) {
replace with:

Code: Select all

if (!isset($this->session->data['api_id']) || !isset($this->request->post['currency'])) {
Then, retry the event.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by jpernas » Mon Jul 09, 2018 4:53 pm

Thank you very much straightlight

I tried this, but It has not been the problem.

Finally I solved it and it was a problem with the URLs in the admin/config.php. There was a URL with http instead of the https.

Anyway: Thank you! :)

Jesús P. A.
__________________
SEO Coruña
Enjoying OC 3.0.2


User avatar
Newbie

Posts

Joined
Mon Jun 06, 2016 4:56 pm
Who is online

Users browsing this forum: No registered users and 43 guests