Forums / Developer / Ezpublis 4.0 and url alias

Ezpublis 4.0 and url alias

Author Message

Jason Dickson

Wednesday 25 June 2008 10:03:40 am

There might be something out there about this but I wasn't able to find it.

I updated a site from 3.9.2 to 3.10 to 4.0 and the transition was pretty smooth and everything worked. However, in the new version when an object is created it only has spaces in the url_alias instead of dashes or in older versions the underscore. I believe this is causing a translation problem with the web because if you go to one of these new pages it has a bunch of character information that displays above the page and some functions print out from the eZCharTransform Class.

Was this a problem with the update to 4.0 or is this an issue with something I'm doing

Guillaume Kulakowski

Thursday 26 June 2008 5:59:20 am

Look at transform.ini.append.php and use updateniceurls.php

My blog : http://www.llaumgui.com (not in eZ Publish ;-))
eZC on RHEL : http://blog.famillecollet.com/pages/Config-en
eZC on Fedora : just "yum install php-channel-ezc"

Vidar Langseid

Thursday 03 July 2008 1:45:44 am

There are some problems with url aliases in 4.0, yes.
You might have a look at 4.0.1rc1 and check if you are experiencing the same problems:
http://ez.no/developer/news/ez_publish_4_0_1rc1_3_10_1rc1_released__1

Guillaume is also correct concerning transform.ini.append.php and word separator in urls

Best regards,
Vidar

kubus media

Monday 21 July 2008 6:48:59 am

the ezurlalias_ml table can get buggy in case of some language stuff...

Since the 4.0.1 (the known problem should be fixed in that version) isnt stable, you can drop the table data and run bin/php/updateniceurls.php afterwards.

The urls should now be working correctly.

Best regards