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...Module ForumsModule ForumsForm and ListForm and ListRe-link referenced F&L ModuleRe-link referenced F&L Module
Previous
 
Next
New Post
5/30/2012 9:50 AM
 

Hello..

On our development server, I was trying to change column names and messed things up.  I had an export template which I had to re-import.

On other pages, I have references to this main F&L module but since the old module has been deleted, these references aren't there any longer.

Any easy way to re-reference these?

Thanks.. -Jeff


 
New Post
5/30/2012 10:12 AM
 
Figured it out.

1. Recycled the delete module and within SQL Manament Studio (SSMS), ran the following SQL script:

SELECT *
FROM [UserDefinedFields]
order by ModuleID desc

2. I was able to get the ModuleID for the old module as well as the new ModuleID. I then re-deleted the old module. Running the above SQL script should show that the old item is removed.

3. I then ran the following SQL script within SSMS and it showed me what references to the old module were being made.

SELECT *
FROM [TabModules]
where ModuleID like '3543' --Old ModuleID

4. I then Edited the TabModules table and then showed the SQL pane. I re-ran the above sql script to show me references to the old module.

5. Then for the ModuleID columns of the result SQL script, I entered the new ModuleID of the new module.

6. I then restarted DNN within the Host settings and everything came back as it should.

Hope this helps someone.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListRe-link referenced F&L ModuleRe-link referenced F&L Module


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