Duplicate child page

Project:Web site
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

Fix the duplicate child page (caused by a server error).

Comments

#1

Status:active» fixed
Related pages:-1: About this web site

select * from {menu_links} where link_path = "node/150";
shows two entries, with 2 different mlid.

select * from {outline_node} where nid = 150;
shows one entry, with one of the above mlid.

Remove the extraneous one:
delete from {menu_links} where mlid = 366;

clear the cache (by editing a node).

fixed.

#2

Status:fixed» closed

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