Hello everyone,
I'm having a weird issue with pathauto. In my development site, pathauto is working like a charm, but not in my production site (I have the same code running in both sites).
When I add a new gallery in my dev site I get two aliases:
fotos/galerias-de-imagenes/paisajismo/parques-y-jardines image/tid/40
fotos/galerias-de-imagenes/paisajismo/parques-y-jardines-0 taxonomy/term/40
what is right, but in my prod site I only get
fotos/galerias-de-imagenes/paisajismo/parques-y-jardines taxonomy/term/40
what doesn't display the gallery properly.
The code that I'm running is:
Drupal 6.13
Image 6.x-1.0-alpha5
Pathauto 6.x-1.1 (I've also tried several versions, including 6.x.1.x-dev and 6.x.2.x-dev)
Transliteration 6.x-2.1
Server stack:
dev: PHP 5.2.6.dfsg.1-3ubuntu4.1 and MySQL 5.1.30really5.0.75-0ubuntu10.2
prod: PHP 5.2.8 and MySQL 5.0.81-community
I'll really appreciate any tip that could lead me to a solution.
Thank's in advance!!
PD: I've been googling for a couple of days and trying other possible solutions but with any luck... I need some sleep :S
Comments
Comment #1
gregglesPlease try 6.x-1.x-dev.
That should do it.
Comment #2
paolodoors commentedI've done this steps with any luck:
Disabled pathauto 6.x-1.1
Uninstalled pathauto 6.x-1.1
Removed pathauto directory
Uploaded pathauto 6.x-1.x-dev
Enabled pathauto 6.x-1.x-dev
Delete all taxonomies aliases
Configured taxonomy aliases
Created bulck aliases and added a new gallery (just in case). None of them were created properly.
Could it be related to transliteration or token modules? I've benn reading the code but I'm not used to it yet, I'm very new to drupal..
Comment #3
gregglesHmm - I'm not sure. It's interesting that it works on the dev site but not production. What is different between them?
Comment #4
paolodoors commentedYes, it's very weird to me. I've checked both sites with md5 and all the files are OK. I've checked the configuration from drupal's administration and I couldn't find any difference. The only difference is the server stack.
Could you pleas point me where in the code is generated the gallery alias? (I mean, in pathauto module)
Kind regards
Comment #5
gregglesIt's a mix of pathauto_taxonomy in pathauto.module and the pathauto_taxonomy.inc
Comment #6
dave reidComment #7
dave reidMarking as fixed due to lack of response. If this is not the case, please feel free to change this issue's status back to active.