This is related to: http://drupal.org/node/322033

I am trying to delete some old menu links in the database table via phpmyadmin (these are no longer used on my website but the paths are still occupied). Cannot figure out what to delete from the db exactly. See the attached image.

TIA,
Gerben

CommentFileSizeAuthor
menu links tabel.jpg185.8 KBGerben Zaagsma

Comments

xano’s picture

Assigned: Unassigned » xano

You will have to remove all records from {menu_links} where link_path is equal to one of the paths that are still occupied, but are no longer being used.

Gerben Zaagsma’s picture

Thanks but this is one step too fast, I have no experience with phpadmin.

Which records do you mean and where do I delete them?

I can see the paths in the link_path list but see no way to delete them.

Gerben

xano’s picture

Status: Active » Fixed

If you want to delete a record, press the red X.

And just like I said. You will have to delete all records where link_path (that's a column name) equals one of the paths that are still occupied, but are no longer being used by Vocabulary Index.

If you are uncomfortable doing this, I suggest you ask someone with more experience to do this for you.

Gerben Zaagsma’s picture

Status: Fixed » Closed (fixed)

Ok, got it figured out with our IT dept and all ok now. Thanks for the help!

Gerben

Gerben Zaagsma’s picture

Status: Closed (fixed) » Fixed
xano’s picture

Good to hear you fixed it! Messing with phpMyAdmin if you don't know what you're doing is very tricky, that's why I told you to ask someone more experienced.

Gerben Zaagsma’s picture

Yes you're right, especially if the phpmyadmin interface is also in Italian ;-)

Cheers,
Gerben

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

xano’s picture

Assigned: xano » Unassigned