Page 1 of 1

Marketplace and extension installer

Posted: Wed Jun 22, 2022 9:34 pm
by cowlvl
I'm on a fresh install of 4.0.0.0 with everything setup and no errors showing.
When I select download from marketplace or install via the extension installer, the file is added to "storage>marketplace" but nothing more seems to happen.
I've tried with a few of the free extensions on marketplace and one I've written myself, with the same outcome.

Is there an issue with the installer, has I messed something up or am I just missing something?

Re: Marketplace and extension installer

Posted: Thu Jun 30, 2022 10:29 am
by webocreation.com
We also have tried multiple times but we are also not able to install them from the marketplace, we are able to install them manually like in the video.

https://www.youtube.com/watch?v=s9btGban03I

Re: Marketplace and extension installer

Posted: Wed Jul 27, 2022 10:57 pm
by rickfriar
Will there be a fix to this?

Re: Marketplace and extension installer (4.0.0.0)

Posted: Thu Jul 28, 2022 2:37 am
by rickfriar
File: "htdocs\xxxx.com\store\admin..\model\setting\extension.php"

Marketplace Extensions download, but never show updated for install. ('package_name' was not ever in $data array)
Resolved by changing:
package_name = '" . $this->db->escape($data['package_name'] on line 38 to
package_name = '" . $this->db->escape($data['code']

I was able to download multiple packages and install properly as they finally wrote to db and showed up to install.