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
How do I change the config file to work with the marketplace?
/Peter
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
Looked into the concrete.php file and the code was already in "true" mode. See image.
Any other suggestion? Edit the db?
/Peter
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
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
Of course I was looking in the wrong directory. I found the right file and now it´s working as before.
Many thanks
/Peter
Many thanks
/Peter
Easy mistake. Glad it's sorted. Go spend some money in the marketplace :)
config/site.php
remove
>=5.7
application/config/concrete.php
You should find some php code like this:
Set it to true or remove that portion entirely.