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?

pedroC5
 
TMDesigns replied on at Permalink Reply
TMDesigns
try this

/application/config/generated_overrides/concrete.php

The change -- make "enabled" => true if it is currently "false"

'marketplace' => array(
'enabled' => true,
'intelligent_search' => false,
),
pedroC5 replied on at Permalink Reply
pedroC5
Hey thanx!
This worked :) turned false to true.

'marketplace' => array(
I need to take away word 'array' after that succeeded to contact Community.