Member
Member
fuzzi   04-09-2012, 15:21
#1

Hi,

i updated to 1.4.3.2 and i saw that the tag
urls were changed from

/page/search/tags/Clouds

to

/page/search/tags/%27Clouds%27

Is there a way to switch back to the old urls?
I have a lot of links coming to my tag pages with the old url-structure.

Thanks for your help!

Administrator
Administrator
acrylian   04-09-2012, 15:56
#2

This is a search option. If you have tags of several words they need to be enclosed in quotes (Which is what you see above).

Member
Member
sbillard   04-09-2012, 17:34
#3

The old URLs should still work, this is happening only on new URLs. You can also try switching to the PDO MySQL database handler. The quotes are caused by using the db_Quote function. PDO MySQL seems to be less "conservative".

Member
Member
fuzzi   04-09-2012, 19:43
#4

Thanks for your help. Actually, all words are enclosed in quotes on my installation, also single words.

Member
Member
sbillard   04-09-2012, 22:36
#5

This is caused by a poor choice of coding in the tag handling function. It uses the db_quote() function to present the tag where it should have used the search_quote() function (since tags are basically search elements.)

I believe the quickest solution would be for you to select the PDO_MySQL database as I believe that its quote handling does not place quotes around Alpha Numeric strings.

Or you can install the nightly build after tonight where the proper function has been inserted.

Member
Member
fuzzi   05-09-2012, 08:57
#6

ok, thanks ill wait for the nightly release

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.