Cocolabs-SAS / cocorico

👐 Cocorico is an open source marketplace solution for services and rentals. More information right here: https://www.cocorico.io/ 🚀 Cocorico is also available in an off-the-shelf SaaS package, check out https://www.hatch.li to launch your platform today. 😍 We are hiring (telecommute welcome 🏡): https://www.welcometothejungle.com/en/companies/cocorico/jobs/candidatures-spontanees#apply
https://www.cocolabs.com
MIT License
860 stars 612 forks source link

Parameters and configurations #463

Closed SchulzWill closed 4 years ago

SchulzWill commented 4 years ago
Q A
Bug report? [ ]
Feature request? [ ]
Support request? [X]

I have changed the parameters inside these files: app/config/parameters.yml.dist src/Cocorico/CoreBundle/Resources/config/parameters.yml app/config/parameters.yml

And I am not able to see some parameters taking effect on my site. The main parameters are: cocorico.site_name cocorico.phone cocorico.address

SajjaadSherif commented 4 years ago

Have you tried to restart your server after making the changes?

SchulzWill commented 4 years ago

Yes. I have tried removing the cache and even cleaning and reinstalling all the sources again.

SchulzWill commented 4 years ago

Well, the clear cache command is not working properly, so this was happening because of it. When i deleted the /cache content, everything worked.

SchulzWill commented 4 years ago

Now, I still have the home.meta_title showing up in front of the app name... {{ 'home.meta_title'|trans({}, 'cocorico_meta') ~ " - " ~ cocorico_site_name }}

SajjaadSherif commented 4 years ago

replacing {{ 'home.meta_title'|trans({}, 'cocorico_meta') ~ " - " ~ cocorico_site_name }} with {{ cocorico_site_name }} should work.

SchulzWill commented 4 years ago

That did the trick!