External marketplace support has been disabled for this website.

Permalink
I'm trying to connect my website to the community but I'm getting the following message:

External marketplace support has been disabled for this website.

Any ideas on how to "enable" external marketplace support?

I have version 5.5.1

Thank you!

 
Ekko replied on at Permalink Reply
Ekko
Try going to config/site.php on your installation through ftp or your hosts cpanel-file manager.

Add this to the end of it

define('ENABLE_MARKETPLACE_SUPPORT',true);

Also check your site.php, and check if the above line is there, but set to false. If it is set it to true.
Charlotte replied on at Permalink Reply
Hi Ekko,

Unfortunately I have very limited knowledge of this stuff and am not quite sure how to go about finding my ftp or cpanel- file manager OR going to config/site on my installation.

Any direction would be greatly appreciated.

Thank you!
Ekko replied on at Permalink Reply 2 Attachments
Ekko
Ok go to your hosts cpanel the same place you would find simple scripts install, and go to file manager. (screenshots attached)

Find your site.php file located at /config/site.php

Click edit on it, check to see if line is there, and if its set to false. If it is set to true. If there is no marketplace line there than add it setting it to true.

Save changes.

When you have time take a look at this to get started with ftp so you don't have to rely on cpanel file manager.

http://www.youtube.com/watch?v=HJdVp_1p4jU...
frz replied on at Permalink Reply
frz
You can also just download an install your add-ons by hand. There's
instructions on the marketplace drop down menu

best wishes

Franz Maruna
CEO - concrete5.org
http://about.me/frz
Charlotte replied on at Permalink Reply
It all worked out - thank you!