Changing URLs throughout the entire installation

Author Message

Deane Barker

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?

Kristian Hole

Thursday 12 October 2006 5:41:09 pm

Hi Deane,

To update all url-aliases, run the following script:

php ./update/common/scripts/updateniceurls.php

Kristian

http://ez.no/ez_publish/documenta...tricks/show_which_templates_are_used
http://ez.no/doc/ez_publish/techn...te_operators/miscellaneous/attribute

Deane Barker

Thursday 12 October 2006 10:57:12 pm

This is wonderful and seems to work great. The only thing it doesn't seem to do is change any of the folder paths in the var directory. Is there a way to do this?

Kristian Hole

Friday 13 October 2006 12:36:31 pm

Good :-)

The folder structure in the var-folder is not updated by default when you change the content-structure. This is because you might potensionally need to rename all the files in your varfolder when you change a node.

To my knowledge there is no script that handles changing the folderstructure in the var-folder.

Kristian

http://ez.no/ez_publish/documenta...tricks/show_which_templates_are_used
http://ez.no/doc/ez_publish/techn...te_operators/miscellaneous/attribute

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 14:57:33
Script start
Timing: Jan 18 2025 14:57:33
Module start 'layout'
Timing: Jan 18 2025 14:57:33
Module start 'content'
Timing: Jan 18 2025 14:57:34
Module end 'content'
Timing: Jan 18 2025 14:57:34
Script end

Main resources:

Total runtime1.1092 sec
Peak memory usage4,096.0000 KB
Database Queries60

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0065 588.0391152.6406
Module start 'layout' 0.00650.0035 740.679739.4766
Module start 'content' 0.00991.0976 780.1563551.2344
Module end 'content' 1.10750.0016 1,331.390612.1250
Script end 1.1091  1,343.5156 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.3036160.0002
Check MTime0.00140.1264160.0001
Mysql Total
Database connection0.00080.069310.0008
Mysqli_queries1.058495.4172600.0176
Looping result0.00070.0591580.0000
Template Total1.073696.820.5368
Template load0.00190.168920.0009
Template processing1.071796.624120.5359
Template load and register function0.00010.007510.0001
states
state_id_array0.00090.077010.0009
state_identifier_array0.00250.227920.0013
Override
Cache load0.00150.1375240.0001
Sytem overhead
Fetch class attribute can translate value0.00060.051620.0003
Fetch class attribute name0.00090.082660.0002
XML
Image XML parsing0.00100.088320.0005
class_abstraction
Instantiating content class attribute0.00000.001480.0000
General
dbfile0.00190.1681220.0001
String conversion0.00000.000840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
4content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 16
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs