I have two portals that produce errors when I try to display or delete them through the DNN app, it, so I just want to delete them - the HTTP Alias is conflicting with another portal that I want to go live.
The problem is that when I run a simple delete query in SQL 2005 Management Studio Expres ::
DELETE FROM .[Portals]
WHERE PortalID=13
I get the following error.
Msg 512, Level 16, State 1, Procedure DNN360Menu_delete, Line 9
Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
The statement has been terminated.
Can anyone shed any light on this?