Closed (fixed)
Project:
Views URL alias
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2012 at 02:45 UTC
Updated:
11 May 2012 at 23:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
jrockowitz commentedAny chance you can duplicate the issue and look at Drupal's log. (admin/reports/dblog)
It is really hard to fix an issue without knowing what the exact error message is.
My guess is the problem is related to duplicate node aliases.
If you are using Drush, can you also post the output from `drush pm-list`, which will list every module that you have enabled.
Comment #2
fabioknoedt commentedHi! Yesterday I tried to fix the problem and I found the root of the problem. It's in the function:
I just commented this function to try again and everything works fine. As I'm not a Drupal modules expert I left like this and I run the "rebuid alias node table" (admin/structure/views/settings) from time to time to rebuild all node paths for your module.
Sorry, I don't have time now to install Drush but I attached a printing version of the modules page, ok?
And there is no entries in dblog log :/
Thanks!
Comment #3
jrockowitz commentedI think the issue is tied to the local module which allows for multiple language specific node aliases to be created for each node. Are you setting different languages for some node aliases?
Comment #4
fabioknoedt commentedNo, I'm using only one language for all nodes: pt-br.
But I think I have some nodes with "und" language (undefined) after I did a really big node importation.
Comment #5
jrockowitz commentedI finally caught the error which was "Fatal error: Call to undefined function views_url_alias_node_update() in /var/www/seven/sites/all/modules/sandbox/views_url_alias/views_url_alias_node.module on line 81". This issue might not have been related to the local.module.
Please test the updated 7.x-dev release.
Comment #6
fabioknoedt commentedHi! For me works fine! Great job! Thanks!