Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterURL Master and CultureURL Master and Culture
Previous
 
Next
New Post
3/9/2010 6:58 AM
 

Ok, so the scripts ran ok, the failure is when the trigger to build the pages/modules kicks off.

I've had a thought : can you please run this script in your host->sql page?

select * from {databaseOwner}{objectQualifier}Version order by major, minor, build

Just copy/paste the results here.

 
New Post
3/9/2010 7:03 AM
 

VersionId Major Minor Build CreatedDate Name
1 4 4 0 2/8/2008 8:57:45 PM  
2 4 4 1 2/8/2008 8:57:48 PM  
3 4 5 0 2/8/2008 8:57:52 PM  
4 4 5 1 2/8/2008 8:57:52 PM  
5 4 5 2 2/8/2008 8:57:52 PM  
6 4 5 3 2/8/2008 8:57:52 PM  
7 4 5 4 2/8/2008 8:57:53 PM  
8 4 5 5 2/8/2008 8:57:53 PM  
9 4 6 0 2/8/2008 8:57:56 PM  
10 4 6 1 2/8/2008 8:57:59 PM  
11 4 6 2 2/8/2008 8:57:59 PM  
12 4 7 0 2/8/2008 8:57:59 PM  
13 4 8 0 2/8/2008 8:58:00 PM  
14 4 8 1 3/2/2008 7:01:53 PM  
15 4 8 2 5/17/2008 10:02:37 PM  
16 4 8 3 6/23/2008 9:22:04 PM  
17 4 8 4 6/23/2008 9:22:04 PM  
18 4 9 0 10/23/2008 2:48:47 AM  
19 4 9 1 3/10/2009 7:47:58 PM DNNCORP.CE
20 4 9 2 3/10/2009 7:47:58 PM DNNCORP.CE
21 4 9 3 9/30/2009 5:00:32 PM DNNCORP.CE
22 4 9 4 9/30/2009 5:00:32 PM DNNCORP.CE
23 4 9 5 9/30/2009 5:00:32 PM DNNCORP.CE
24 5 0 0 2/7/2010 3:10:19 PM DNNCORP.CE
25 5 0 1 2/7/2010 3:10:22 PM DNNCORP.CE
26 5 1 0 2/7/2010 3:10:44 PM DNNCORP.CE
27 5 1 1 2/7/2010 3:10:46 PM DNNCORP.CE
28 5 1 2 2/7/2010 3:10:46 PM DNNCORP.CE
29 5 1 3 2/7/2010 3:10:47 PM DNNCORP.CE
30 5 1 4 2/7/2010 3:10:47 PM DNNCORP.CE
31 5 2 0 2/7/2010 3:11:03 PM DNNCORP.CE
32 5 2 1 2/7/2010 3:11:04 PM DNNCORP.CE
33 5 2 2 2/11/2010 1:26:33 AM DNNCORP.CE

 
New Post
3/9/2010 7:07 AM
 

OK, that looks right as well.

There must be something else going on here.  Is it possible for me to have a direct look at the site?  If so, please send the url, and host logon details to support@ifinity.com.au  - and also let me know if it is a live or development site.

 
New Post
3/9/2010 7:13 AM
 

 trigger to build the pages/modules kicks off ??? Did I mention DNN360 menu (1.4.10) latest version, which let DNN 5.2 install OK. I seem to remember a post about this.

 
New Post
3/9/2010 7:18 AM
 

OK DNN360 menu.  What this component does is install a databse trigger which fails if you try and do multi-row updates on your tabs table, which the Url Master module install does, because it inserts a row for each portal in the system, and one row for the 'friendly url settings' page.

You can try getting around this by running this script (in host->sql , check the 'run as script' box)

/*disable trigger DNN360Menu_delete on {objectQualifier}Tabs*/
go
disable trigger DNN360Menu_insert on {objectQualifier}Tabs
go
disable trigger DNN360Menu_update on {objectQualifier}Tabs
go

Then try installing the Url Master module again.

When you've done that, you can re-enable the dnn360Menu triggers again like this:

enable trigger DNN360Menu_delete on {objectQualifier}Tabs
go
enable trigger DNN360Menu_insert on {objectQualifier}Tabs
go
enable trigger DNN360Menu_update on {objectQualifier}Tabs
go

 
Previous
 
Next
HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterURL Master and CultureURL Master and Culture


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