Page 1 of 1

Marketplace not holding api settings

Posted: Tue Jul 25, 2017 3:24 am
by labeshops
Also saw this on v3.0 so apparently it's not yet fixed.

If you go to marketplace and add your user name and api code and click save, it says it has done it, but does not seem to actually save the values. Marketplace purchases never show and I only see the test one (do not buy).

Re: Marketplace not holding api settings

Posted: Thu Sep 21, 2017 7:02 pm
by amethyst_fairy
Having same issue update API settings but not retaining and unable to use built in marketplace and can't find where to add mannually to sql.

Re: Marketplace not holding api settings

Posted: Thu Sep 28, 2017 10:04 am
by straightlight
In the admin/model/marketing/marketing.php file,

find both instances of:

Code: Select all

name =
replace, each, with:

Code: Select all

`name` =
This should resolved the problem since name is part of the mySQLi reserved words.