Closed (fixed)
Project:
Vocabulary Index
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2008 at 18:49 UTC
Updated:
24 Jul 2013 at 08:40 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| menu links tabel.jpg | 185.8 KB | Gerben Zaagsma |
Comments
Comment #1
xanoYou 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.
Comment #2
Gerben Zaagsma commentedThanks 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
Comment #3
xanoIf 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.
Comment #4
Gerben Zaagsma commentedOk, got it figured out with our IT dept and all ok now. Thanks for the help!
Gerben
Comment #5
Gerben Zaagsma commentedComment #6
xanoGood 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.
Comment #7
Gerben Zaagsma commentedYes you're right, especially if the phpmyadmin interface is also in Italian ;-)
Cheers,
Gerben
Comment #9
xano