Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DNN 5.2.2 を使用しています。ホスト メニューをクリックすると、サイトにホスト メニュー項目が表示されず、空白のページが返されますhttp://...../host.aspx 何が問題なのか教えてください。ありがとう
答えは次のとおりです。(Dnn5.6)次のSQLスクリプトが実行されました。
UPDATE Tabs SET PortalID = Null where TabPath Like '//Host%' AND PortalID Is Not Null
UPDATE Tabs SET ParentId = Null where TabID=7