Integration with marketplace inactivated in config file

Permalink
I just bought an add on and associated with my project, but it will not show in the control panel to install. It says "Integration with marketplace inactivated in config file".
How do I change the config file to work with the marketplace?

/Peter

 
jero replied on at Permalink Reply
jero
<= 5.6
config/site.php

remove
define('ENABLE_MARKETPLACE_SUPPORT',false);


>=5.7
application/config/concrete.php
You should find some php code like this:

return array(
.....
'marketplace' => array(
   'enabled' => false
),
........
);


Set it to true or remove that portion entirely.
peel1962 replied on at Permalink Reply 1 Attachment
Hi Jero. Thanks for helping.
Looked into the concrete.php file and the code was already in "true" mode. See image.

Any other suggestion? Edit the db?

/Peter
jero replied on at Permalink Reply
jero
Are you sure you're looking at
application/config/concrete.php and not concrete/config/concrete.php?

./concrete/config/concrete.php is the default setting, but application/config/concrete.php is the local setting that overrides it.

By default application/config/concrete.php does not exist and would need to be added manually. What I'm seeing in your screenshot appears to be ./concrete/config/concrete.php
peel1962 replied on at Permalink Reply
Of course I was looking in the wrong directory. I found the right file and now it´s working as before.
Many thanks

/Peter
jero replied on at Permalink Reply
jero
Easy mistake. Glad it's sorted. Go spend some money in the marketplace :)