Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...4.0.3 to 4.3.0 upgrade problem4.0.3 to 4.3.0 upgrade problem
Previous
 
Next
New Post
6/19/2006 5:56 AM
 
Has anyone from the core seen this, I did another try with the install verson and got more errors having to do with ModuleName.

I really think there is som kind of bug here, and I perhaps there is some usefull information on the bug in this post...
 
New Post
8/25/2006 6:03 PM
 

Hi trouble2,

I have the same problems when upgrading 2 sites to 3.3.4. Did you solve the problem of not seeing the user settings and profile?

Bogeydude


Regards,
Marcel v.d. Bogaard

www.b-smartwebsolutions.nl
 
New Post
9/11/2006 7:11 AM
 
No, I'm still stuck in 4.0.3
 
New Post
9/18/2006 10:17 AM
 
bogeydude wrote

Hi trouble2,

I have the same problems when upgrading 2 sites to 3.3.4. Did you solve the problem of not seeing the user settings and profile?

Bogeydude

Same problem for me upgrading to 3.3.5...

I looked into the 03.02.03.sqlDataProvider and i found this stored procedures

/* Secure File Storage */

/***********************/

ALTER TABLE {databaseOwner}{objectQualifier}Files DD

FolderID int NOT NULL CONSTRAINT DF_{objectQualifier}Files_FolderID DEFAULT 0,

Content image NULL

GO

/* make FolderPath values consistent with Files table Folder column */

UPDATE {objectQualifier}Folders

SET FolderPath = FolderPath + '/'

WHERE FolderPath <> '' AND RIGHT(FolderPath, 1) <> '/'

GO

/* Handle Updating Files table with new FolderID column based on Folders table */

UPDATE {objectQualifier}Files

SET FolderID = FO.FolderID

FROM {objectQualifier}Files F, {objectQualifier}Folders FO

WHERE F.Folder = FO.FolderPath

AND ( ( F.PortalID = FO.PortalID ) OR ( F.PortalID is NULL AND FO.PortalID is NULL ) )

GO

/* This deletes the files with no valid folder Ids */

/***************************************************/

DELETE {objectQualifier}Files

WHERE FolderID Is NULL

GO

ALTER TABLE {databaseOwner}{objectQualifier}Files

DROP CONSTRAINT DF_{objectQualifier}Files_FolderID

GO

ALTER TABLE {databaseOwner}{objectQualifier}Files DD CONSTRAINT

FK_{objectQualifier}Files_{objectQualifier}Folders FOREIGN KEY

(

FolderID

) REFERENCES {databaseOwner}{objectQualifier}Folders

(

FolderID

)

GO

----------------------------------------------------------------

This procedure add new filed (FolderID) to Files table and create a reference beetwen Files and Folders tables.
Now, i'm a bit confused about this implementation:
both Folder and Files tables have a reference to Portals table by PortalID index,(this generate a confilict on creating a FK_Folders_Files reference).

Why don't we use this simple structure: [Portals] --> [Folders] (PortalID=PortalID)- [Folders]-->[Files] (FolderID=FolderID) ?
By using this structure, when user delete a Portal, all related folders and files will be deleted; same thing for delete Folder.

I wish someone can help me to understand.

Thanks in advance and sorry for my bad english.

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...4.0.3 to 4.3.0 upgrade problem4.0.3 to 4.3.0 upgrade problem


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out