Original problem: When I open the page to Create Content nothing is listed on the page. I was told it was caused by problems with the router paths in the menu_path table.
My menu_path table will not hold the entry for the router path to node/add/weblinks. I manually entered it several times and when I check later it is blank again. While trying to trace the problem I was examining the records in the menu_router table and found these 2 records.
Both paths open the form to add a web link. Could this cause a problem? If yes, which one should I delete and what other database tables might use a reference to this record?
| path | access_callback | page_callback | fit | tab_parent | tab_root | title | type | description |
|---|---|---|---|---|---|---|---|---|
| node/add/weblinks | node_access | node_add | 3 | blank | node/add/weblinks | Web Links | type | description |
| weblinks/add | user_access | _weblinks_add | 3 | weblinks | weblinks | Add a new link | 6 | Web links are pointers... |
Comments
Comment #1
Ashford commentedShame on me. I did not Preview before posting and forgot I could not edit.
On the first row, the Type is '128' and the description is 'blank'.