Viewing 4 replies - 1 through 4 (of 4 total)
  • I got this problem and fixed it by using category id instead of name.

    Example:

    category_name=’Foo Bar’

    was replaced by

    category=’1′

    You can find the ID for each category on the Connections Categories page, in the right-most column called Info.

    Plugin Author Steven

    (@shazahm1hotmailcom)

    @ gsibert

    Hmmm, the cause might be the extra sensitization I added the the query variables such as the category slug and category name … I pushed this release pretty quick because there was the potential for an xss attack so I may have missed this in my testing. A quick look at the code, which were actually fairly minor, I don’t see an error … I’ll look into this right now and push out another update asap.

    @ shazahm1

    The names of my categories were quite long and contained a slash to separate the name that was given in two languages.
    I suspected the length or the slash could have been affected by the anti-XSS security update so I just decided to go with IDs. The categories are not going to be changed anyway, so.

    Plugin Author Steven

    (@shazahm1hotmailcom)

    I’ve identified the error. I will be pushing out an update, version 0.7.9.5, in a few hours.

    Apologies for the trouble.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No results on category pages after update’ is closed to new replies.