Thursday 12 October 2006 2:05:55 pm
Is there a script or approved method to <i>completely</i> change the URL of an object in eZ? We're in development on a project, and we've changed some of the names of objects in the tree. We've found that these names changes don't cascade throughout the entire site. Even though the new URL will return the right object, there are still dozens of references throughout the app to the "old" pattern.
-- the path_identification_string fields for every child object
-- the storage paths for the files stored as attributes (not only the paths stored in the database, but the paths on the actual file system) -- all the children in the URL alias table I know that changing the URLs of objects "high" in the tree is and should be a painful experience, but we'd like to do it nonetheless as we're still in development so there's no risk of broken links. So, is there a script or something to change everything in one fell swoop, or do we manually have to change all the references through the database and file system?
|