Fatal error: Call to undefined function pathauto_cleanstring() in C:\Documents\localhost\modules\pathauto\pathauto.module on line 401
I'm building a view for venue names and addresses. The content type has a title/summary, the taxonomy vocab is the city, and then CCK is adding street address, zip code, and some contact info. Originally I had city as a CCK field and my view worked fine, but I decided to turn it into a category so I could view all venues in a particular city. I had pathauto set up doing individual venues as "venue/cityname/venuename" and then category was setup as "venue/cityname". This works. My views page url alias is "venues". Now that I switched cities over to a category it no longer works and spits out that error.
Any ideas? I searched but didn't find anything at all.
Comments
Comment #1
epatr commentedupdate: after some trouble shooting it actually seems to be a problem with the URL add-on i had installed for CCK. it gave me the option of having it as a link, but when i make it plain text it seems to fix it. i haven't searched the site for that one yet so maybe this is a duplicate problem.
heres my export:
Comment #2
merlinofchaos commentedThe error you cite is from pathauto.module and doesn't appear to have anything specifically to do with Views, though there may be some odd interaction here.
Comment #3
epatr commentedI ended up finding a solution to my problem in the Links issue page: http://drupal.org/node/212529
It had to do with allowing the Links module to use tokens.
Sorry for putting this under Views, but I just assumed since I was having a problem with the view it would be the best place. Thanks!
Comment #4
gregglesOk, glad it's fixed.