Marketplace integration disabled
Permalink
I have connected my site to Concrete5 community with a 'demo.domain' while building the site.
Now I am using the real domain (URL) and I can't connect Community anymore to get new add-ones.
When I try to connect to the Community system says 'External marketplace support has been disabled for this website.'
How I can connect this site to Marketplace again?
Now I am using the real domain (URL) and I can't connect Community anymore to get new add-ones.
When I try to connect to the Community system says 'External marketplace support has been disabled for this website.'
How I can connect this site to Marketplace again?
/application/config/generated_overrides/concrete.php
The change -- make "enabled" => true if it is currently "false"
'marketplace' => array(
'enabled' => true,
'intelligent_search' => false,
),