Support Forums

 
  iFinity Support Forum  DotNetNuke Modu...  Url Master  Admin > Page URLs missing on portals
Previous Previous
 
Next Next
New Post 9/23/2008 9:25 AM
  brandd
6 posts
No Ranking


Admin > Page URLs missing on portals 

I installed the URL.Master module in a DNN 4.9 application  and the Host >Friendly Url Settings is installed but not the Admin > Page URLs missing on portals tab.  I checked the tabs table in the DNN database to verify only one item got installed.  Any ideas how to fix?

 
New Post 9/23/2008 9:47 AM
  Bruce Chapman
640 posts
1st Level Poster


Re: Admin > Page URLs missing on portals 

OK, do you have access to a sql query tool and are able to attach to your database?

Were there any Sql Errors when you installed the module?

 
New Post 9/23/2008 11:18 AM
  brandd
6 posts
No Ranking


Re: Admin > Page URLs missing on portals 

Yes I have sql query tools.  I used the tools to query the DNN modulecontrols table and see that DesktopModules/iFinity.UrlMaster/UrlOptions.ascx and DesktopModules/iFinity.UrlMaster/LicenceUpload.ascx was created but not the entry for DesktopModules/iFinity.UrlMaster/PageList.ascx.  I loaded the module on a new installation and it installed properly but did not install properly on a existing installation.

It did not report any errors in the DNN event log.

 
New Post 9/23/2008 3:34 PM
  Bruce Chapman
640 posts
1st Level Poster


Re: Admin > Page URLs missing on portals 

OK, well open up a sql query window, and do a :

select * from ifty_TabModuleCreation
where completed = 0

This will give you any portal admin tabs that should have been created and weren't.

If this query returns nothing then we'll try something else.

If this query returns some rows, then, for each row returned, execute the following sql:

exec ifty_AddTabAndTabModule @moduleDefId, @moduleControlId

Where @moduleDefId and @moduleControlId are the values found as a result of this query:

select ModuleDefId, ModuleControlId

from ifty_TabModuleCreation
where completed = 0

If you run the stored proc shown based on the values in the tables, then you should get the missing tabs created.

 
New Post 9/24/2008 1:03 AM
  brandd
6 posts
No Ranking


Re: Admin > Page URLs missing on portals 

There are 3 records in table ifty_TabModuleCreation.  There is not a field called ModuleControlId and all 3 records are null for ModuleDefId.

 
Previous Previous
 
Next Next
  iFinity Support Forum  DotNetNuke Modu...  Url Master  Admin > Page URLs missing on portals
Can't find the answer?
 

If you can't find the answer and don't have time...try out the Premium Support service.  Get personal attention and get the problem fixed by an expert.

 

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.

If you wish, you can use the Premium Support Service for one-on-one support.