I'm getting the following error in status report page:
The following token types are not defined but have tokens:
$info['types']['taxonomy_term']
Because of this clean urls are not working for taxonomy terms. I haven't received any system error message. The issue started after installing module.
Any ideas?
Comments
Comment #1
radamiel commentedI was trying to reproduce this error but nothing happend.. i've created one hashtag to get an alias.. so I created #gggg and have got /hashtags/gggg alias and no errors on the report page. Could you send zip copy of your drupal installation and backup database using Backup Migrate module so I can reproduce this bug on my local machine and fix it ?
Comment #2
dosed commentedFirst of all thanks for making such an awesome module.
I found the "issue" ...and I must say that I'm embarrassed. After reading your response it hit me that the url pattern for the vocabulary "hashtags" wasn't set (I'm using the pathauto module). I wanted to smack myself! I wasted hours trying to figure out the cause.
Thanks for your response...and sorry for wasting your time.
Best Regards.