URL Alias of Movie
Capricorn20 - May 18, 2009 - 14:51
| Project: | Movie database |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
The URL aliasing doesn't seem to work for this module. I am using this in combination with Pathauto. When the page is viewed the URL stays in the format of: http://www.site.com/node/700

#1
URL aliasing is working for me when using this module.
#2
I have had url aliasing work with this module too - what version of Drupall are you using, and what other modules?
#3
Using Drupal 6 and I have a lot of other modules, I can dig out a list if needs be. I just checked my database and the url_alias table has created an entry for the link but it fails when I go to the page.
2030 node/1563 movies/2008/the-dark-knight Englishwww.site.com/node/1563 works
www.site.com/movies/2008/the-dark-knight fails
#4
Think I know what it is, I have an extra content feild which is the movie release year, this is added into the pathauto structure as a token. This for some reason is not working...
#5
Long time since I posted this but I have fixed the issue. The language of the film was being posted into teh language column within URL Alias when I used my cURL script to create pages. If this column is emptied then the URL Aliases work as expected.