Hello Guys,

I created a product called 'BeverageNapkins'. Later on, I decided to add another product called 'Beverage-Napkins' following which I wanted to delete the earlier product 'BeverageNapkins'. However, when I go to my products list, the product 'BeverageNapkins' does not exist. When I click on the link in the sidebar, It says 'Page not found'. I have deleted all my pages and products in the hope that this non existent product will vanish from the side bar. However, it still stays there. Could anybody advise me how I could go to the backend and delete this product link from my sidebar please? Any help would be much appreciated

Kumar

Comments

drooppi’s picture

Go to

yourdrupalsite/admin/settings/performance

and clear the cache.

That helps sometimes with otherwise "unexplainable" errors or "bugs".

Otherwise use phpmyadmin and search your nodes in your database for that product and delete it manually, but don't forget to **back up your database** (!!!!!) before you do anything like that.

goluguri’s picture

Hi Droopi,

Your solution of clearing my cache worked! Thanks a ton