Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl Masteruninstall link missinguninstall link missing
Previous
 
Next
New Post
3/11/2010 2:14 PM
 

I'm trying to unsintall URL Master 1.14.11.0

AT the bottom of the Friendly URL Settings, "You can uninstall the Url Master module" is written, so I click on "Edit Module Definition" and then I got a blank page without any "uninstall" link.

Can u help me ?

Greg

 
New Post
3/12/2010 12:49 AM
 

There is a bug in the 1.14 series (and earlier) where the uninstall link doesn't work correclty on DNN 5.x  - this has been fixed in later versions, but that's not much help to you I suspect.

Go to your host->sql screen, and run this piece of sql:

 

select 'http://' + pa.HttpAlias + replace(t.Tabpath, '//','/') + '/tab/' + convert(nvarchar(3),t.Tabid) + '/ctl/Edit/mid/' + convert(nvarchar(4),m.MOduleId) + '/DesktopModuleId/' + convert(nvarchar(3),dm.DesktopModuleId) + '/default.aspx'
from {databaseOwner}{objectQualifier}Tabs t
inner join {databaseOwner}{objectQualifier}TabModules tm
 on t.Tabid= tm.TabId
inner join {databaseOwner}{objectQualifier}MOdules m
 on m.ModuleId = tm.MOduleId
inner join {databaseOwner}{objectQualifier}desktopModules dm
 on dm.FriendlyName = 'ifinity url master'
inner join {databaseOwner}{objectQualifier}POrtalAlias pa
  on pa.PortalAliasId = (select min(portalAliasId) from {databaseOwner}{objectQualifier}PortalAlias)
where tabname = 'module definitions'
  and moduleTitle = 'Module Definitions'

The output of the Sql should be a Url you can paste directly into your browser window to get the uninstall page.  Note that it just takes the first portal alias in your site - if this does't work try manually changing the domain name.

 
New Post
3/20/2010 3:25 PM
 

I'm not using DNN 5 but DNN 4.9.5.

The SQL request returns me an URL :

http://xx.xx.xx.xx/Host/Module Definitions/tab/18/ctl/Edit/mid/322/DesktopModuleId/133/default.aspx (where /xx.xx.xx.xx is the IP address of the server).

When I paste the URL, I'm redirected to the home page without any link.

I try to use the IP, the first portal alias, second, etc ...

 
New Post
3/20/2010 10:41 PM
 

Try it with module%20definitions and see if that works.

Also, go to your module definitions page via the host menu and see if you have the same tab id (ie check tabid 18 is correct).

 
New Post
3/23/2010 3:19 PM
 

I tried everything you said... and still didn't get any uninstall link ...

 
Previous
 
Next
HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl Masteruninstall link missinguninstall link missing


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).