carpygmy Posted October 5, 2015 Share Posted October 5, 2015 Hi all, I made some temporary tags when getting to grips with Prestashop. Since then I've deleted them and following some advice regarding this issue I cleared the cache and "forced compilation". However, some ghostly remnants of the tags remain, see below: Any ideas how to prevent this? Any assistance much appreciated. Thanks, CP. Link to comment Share on other sites More sharing options...
NemoPS Posted October 5, 2015 Share Posted October 5, 2015 You can try checking for dead entries in product_tag, though it might be difficult to do it manually Link to comment Share on other sites More sharing options...
carpygmy Posted October 5, 2015 Author Share Posted October 5, 2015 Do you mean in the SQL database? Link to comment Share on other sites More sharing options...
NemoPS Posted October 5, 2015 Share Posted October 5, 2015 Yes, correct, via phpmyadmin Link to comment Share on other sites More sharing options...
carpygmy Posted October 5, 2015 Author Share Posted October 5, 2015 Okay, here's the data. I'm a real novice with SQL databases, just so you know: In phpmyadmin: SELECT *FROM `ps_product_tag`ORDER BY `id_tag` ASCLIMIT 0 , 30 Full texts id_product id_tag Ascending id_lang Edit Copy Delete 2 2 1 Edit Copy Delete 8 3 1 Is it safe to delete these rows? The Tag ID from Prestashop that is shown correctly in the image above is labelled 3 in "Catalog > Tags". So I assume the other 2 "ghost" tags are from the top line? Does that make sense? Thanks, CP. Link to comment Share on other sites More sharing options...
carpygmy Posted October 6, 2015 Author Share Posted October 6, 2015 (edited) So, I've deleted the remaining tag. Removed the entries from ps_product_tag. I've uninstalled and reinstalled the Tag module. And flushed the cache. Her'e's the result: There appears to be a bug. Just FYI: I'm using latest Prestashop and the Default Bootstrap theme (slightly modified). Hope that helps. In the meantime I'm going to have to turn off Tags until this gets fixed. Thanks for your help Nemo1, on this issue and also the nice overlay solution. Cheers, CP. Edited October 6, 2015 by carpygmy (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted October 7, 2015 Share Posted October 7, 2015 Indeed, seems to be a prestabug. I'd say, if you need it, you can try debugging yourself by dumping stuff out of the tags block and see what is getting. I am guessing there might be some empty tag saved somewhere (like the tag table) Link to comment Share on other sites More sharing options...
carpygmy Posted October 7, 2015 Author Share Posted October 7, 2015 Thanks Nemo1. My hack cosmetic way around this was via CSS and getting rid of the border (which I actually prefer), It's clearly a bug because basically I deleted all tags, deleted entries in the SQL tag tables, refreshed the caches and did a headstand and a cartwheel and still nothing doing. So, I'm happy with the way it is and hopefully this will be ironed out in future releases. Thanks again for all your help. Cheers, CP. Link to comment Share on other sites More sharing options...
kjcllc Posted October 15, 2015 Share Posted October 15, 2015 carpygmy... you said you would just have to turn off tags until the problem is fixed. How does one turn them off? Link to comment Share on other sites More sharing options...
carpygmy Posted October 15, 2015 Author Share Posted October 15, 2015 I just meant disable the Tags Block module under: Modules and Services > Search : Tags > Tags Block select Disable CP. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now