Integration with marketplace inactivated in config file
PermalinkHow do I change the config file to work with the marketplace?
/Peter
Looked into the concrete.php file and the code was already in "true" mode. See image.
Any other suggestion? Edit the db?
/Peter
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
Many thanks
/Peter
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.