Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterThe  The 'Friendly Url Settings' page is not showing
Previous
 
Next
New Post
4/7/2010 11:55 PM
 

Please check to see if you have the DNN360 Menu installed - you need to uncomment the extra part of the script if you have. The DNN 360 script includes a trigger which prevents bulk updates on the DNN tabs table.

It's important to realise that this problem affects only a couple of installations, the vast majority have no problem at all. In all cases I have investigated it is caused by something else on the DNN installation interfering with the Url Master install scripts.

The pages will not disappear from the menu for no reason - either they have been deleted, or some other problem is causing them to not show in the menu. There is no 'delete' code in the module.

If the script did not work, please check for error messages when running the script. Also try running this piece of sql in the host-Sql window:

select TabName,TabId, TabPath from {databaseOwner}{objectQualifier}tabs where tabName in ('Page Urls','Friendly Url Settings')

If this returns no results, please try running the page creation script again.

 
New Post
4/8/2010 5:51 PM
 

No idea what dnn 360 menu is (i didn't install it and it doesn't seem to be in the module definitions) -- i assume this is a third party menu...

 
New Post
4/13/2010 12:37 AM
 

Yes, the DNN360 Menu is a third party DNN menu that contains code that modifies the Tabs table triggers, and prevents multi-row updates to the Tabs table.

Did you try running the script again? Was there any error message?

Did you try running this piece of sql in the host-Sql window?

select TabName,TabId, TabPath from {databaseOwner}{objectQualifier}tabs where tabName in ('Page Urls','Friendly Url Settings')

The results will show me if something else is the problem with the pages.

 
Previous
 
Next
HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterThe  The 'Friendly Url Settings' page is not showing


Support Guidelines.. Please read before posting

To get support on iFinity products and services, please search the forums for the the answer to the problem you are seeking. If you cannot find a solution, post a question in the relevant forum.   Ensure that you specify the relevant versions of the problem, and the actual error message or a detailed description of the problem.    You will need to register with this site to post on the forum.  If you have a Microsoft Live (Hotmail/Passport) account you can use that.  If you have a Open Id account you can use that.  If you neither of these, you will need to register a user Id and password.

Please note : If you are posting a new thread for the Url Master module, please include the following information where applicable:

- Url Master version

- DotNetNuke version

- Example Url where possible

- If there is an error, please post the full error text and/or stack trace (from the DotNetNuke event log).