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

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorProfile User Settings Issue After 4.3.5 UpgradeProfile User Settings Issue After 4.3.5 Upgrade
Previous
 
Next
New Post
9/19/2006 9:12 PM
 
I am genuinely confused. 

I decided to replicate the experiment locally.  I created a 4.3.4 site using the latest FCKeditor and added another RichText property to the profile.  I then took a db backup.  The issue did not exist at this time.  I then upgraded to 4.3.5.  The issue was then present.

I decided to roll back the database to the 4.3.4 version, and also rolled back the code.  The issue STILL was there.  I thought maybe the settings were somehow being persisted to disk storage, so I deleted the FckhtmlEditorProvider folder and replaced it with a vanilla copy.  The problem STILL was there.  I cleared cache in both IE and FF.  Still the issue.

I have no idea where this is being persisted, but not even a rollback gets rid of it.  Wow.  This is really bugging me now.
 
New Post
9/20/2006 12:32 AM
 

I found the problem and it is a bug. I had no idea about the following code found  on UserSettings.ascx.vb:

            UserSettings.LocalResourceFile = Me.LocalResourceFile
            UserSettings.DataSource = UserModuleBase.GetSettings(New Hashtable(Me.Settings))
            UserSettings.CustomEditors = editors
            UserSettings.Visibility = visibility
            UserSettings.DataBind()

As I explained before (many other posts) FCKeditor provider stores its custom configurations inside the tabmodulesettings table for instance and module, and inside hostsettings for portal wide custom settings. So, when a module is deletes, its tabmodulessettings is deleted too.

The code shown avobe takes all key,value pairs from the user accounts module and show them inside its page.

The main problem with the profile module is that it does not have a tabmoduleId, so I was using the User Accounts Module for that case.

It looks that I have to look into another place to store data when no tabmoduleid is in place.

B.T.W. You can delete those values from the tabmodulesettings table. They will be re-generated once a custom fck settings are applied to a fck instance inside the profile module


Locopon
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
 
New Post
9/20/2006 7:51 AM
 
Thanks for the responses Mauricio.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorProfile User Settings Issue After 4.3.5 UpgradeProfile User Settings Issue After 4.3.5 Upgrade


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