Accessing Concrete5 Marketplace from Dashboard
Permalink 1 user found helpful
I have setup an account and password for Concrete5 but cannot access the Marketplace (cannot log in) from the dashboard.
Help please.
Thanks much
Help please.
Thanks much
what Version of C5 are you running?
5.3.3.1
is curl installed on your machine?
are you getting errors?
are you getting errors?
unknown error - login failed
Not sure if curl is installed? Not a techie. How can I check?
As far as I can remember,to find out if your server has curl enabled you need to view your PHP configuration data. To do this copy and paste the following into a text editor:
<?php
phpinfo();
?>
Save the file as 'test.php' and upload to your server. Once uploaded access this file in your browser and you should see some data labelled Curl, this should then answer your question.
<?php
phpinfo();
?>
Save the file as 'test.php' and upload to your server. Once uploaded access this file in your browser and you should see some data labelled Curl, this should then answer your question.
I am told that curl is installed.
and I assume that using the credentials you are entering into your dashboard will access your account via the Concrete5 web site?