URL Translator in ezpublish3 Admin Interface

Author Message

SathishKumar Subramanian

Monday 10 November 2003 2:31:10 am

Hi,

In my website, I need to translate the link /content/view/full/115 to /java . Initially, I have translated /content/view/full/58 to /java.

But later I have removed /content/view/full/58 translation and I have tried to translate /content/view/full/115 to /java.

I am getting the /content/view/full/58 pages after my translation also. Eventhough I have cleared the cache content, the new URL translation is not working. How can I solve this? Pls help.

Thanx in advance! :)

Sathizh

Balazs Halasy

Monday 10 November 2003 6:35:08 am

You might have a corrupt/un-updated URL-alias table in the database. Fire up a database command line interface and remove the "/java" translation manually using the following command:

DELETE FROM ezurlalias WHERE source_url="/java";

...then try to add the translation again from within the administration interface. That should do it.

Balazs

SathishKumar Subramanian

Tuesday 11 November 2003 1:12:52 am

Hi Balazs,

Its working. Thanks for your help! :)

Sathizh

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 19 2025 04:43:43
Script start
Timing: Jan 19 2025 04:43:43
Module start 'layout'
Timing: Jan 19 2025 04:43:43
Module start 'content'
Timing: Jan 19 2025 04:43:43
Module end 'content'
Timing: Jan 19 2025 04:43:43
Script end

Main resources:

Total runtime0.0154 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0057 589.2891152.6406
Module start 'layout' 0.00570.0032 741.929739.4766
Module start 'content' 0.00880.0046 781.406389.3672
Module end 'content' 0.01340.0019 870.773430.3047
Script end 0.0153  901.0781 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002314.9466140.0002
Check MTime0.00117.0716140.0001
Mysql Total
Database connection0.00095.756610.0009
Mysqli_queries0.002919.133730.0010
Looping result0.00000.240410.0000
Template Total0.00159.510.0015
Template load0.00085.074210.0008
Template processing0.00074.339110.0007
Override
Cache load0.00053.272210.0005
General
dbfile0.00021.490380.0000
String conversion0.00000.058940.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs