RobertHeim / phpbb-ext-topictags

phpBB 3.3 extension, that adds the ability to tag topics with key words.
GNU General Public License v2.0
29 stars 19 forks source link

Tag suggestions not showing up #75

Closed wolfgangcstrack closed 8 years ago

wolfgangcstrack commented 8 years ago

Testing locally, the tag suggestions list don't seem to show up at all. I can see the fake 404 popping up in my dev console so I think the request is probably sending fine, but no list/dropdown shows up at all. I tried purging the cache to see if it might've been the same issue as the ACP whitelist but that didn't do anything.

Also, I haven't looked around the code extensively yet but I did see this line. Might have something to do with this issue. Or it could be something wrong on my end.

RobertHeim commented 8 years ago

Thx for report!

wolfgangcstrack commented 8 years ago

Updated the files but the suggestion list still does not show up. I actually tried rolling back to release v1.0.1 and v1.0.0 and the list still wasn't showing up so if it works for you it might be something on my end (working locally). Any ideas?

RobertHeim commented 8 years ago

do you still see 404 ?

wolfgangcstrack commented 8 years ago

Yes

RobertHeim commented 8 years ago

have you cleared the cache after update?

wolfgangcstrack commented 8 years ago

Yes, made sure to clear it every time in case it was just a frontend issue.

RobertHeim commented 8 years ago

I cannot reproduce it.. maybe test in an other environment if you can reproduce it.

wolfgangcstrack commented 8 years ago

Both a friend of mine and I were able to reproduce it in different environments. Right now, I'm thinking it might be a dependency issue. What specifically do we need installed for the extension?