For my project, I had to create a function that replaces links to a tag by another tag in the cmsTagRelationShip table through a SQL query.
My function works when I go on my content in the back end, the tag has been replaced and the database was updated.
My problem is that, in the frontend, the tag has not been replaced and when in my code I try to retrieve content, it has always the old tag, so I can not be published with the new tag. I must return to the contents in the backend and publish it.
Problem Update Content
Hello,
For my project, I had to create a function that replaces links to a tag by another tag in the cmsTagRelationShip table through a SQL query.
My function works when I go on my content in the back end, the tag has been replaced and the database was updated.
My problem is that, in the frontend, the tag has not been replaced and when in my code I try to retrieve content, it has always the old tag, so I can not be published with the new tag. I must return to the contents in the backend and publish it.
Does anyone have a solution to it, please?
thank you in advance
Fabien
Edit: I use the version 6.2.4
is working on a reply...