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 ListNew DNN install using F&L can't edit entriesNew DNN install using F&L can't edit entries
Previous
 
Next
New Post
1/10/2015 11:33 PM
 

Hi,

I've just setup a new DNN 7.3.4. installation on PowerDNN. I've installed the latest version of F&L (6.01.00) and imported content from an older build of both DNN and F&L. The file imports just fine and all the records are there. My issue is that I can't edit any of the records. I get a "An error has occurred. Error: is currently unavailable." error.

Strangely enough, if I manually add a record I can edit it -- but not the imported records.

Any idea as to what to try next?

Thanks.

 
New Post
1/12/2015 9:27 AM
 
Did you have any special permissions set in the "old" module?
Can you see if there is any more info in the log4net files?
(Portals/_Default/Logs)
 
New Post
1/12/2015 11:08 AM
 
Jim,

I had a similar issue (which I never logged as a bug).

The issue is that the Changed At and Created At field values from OLDER versions of the module include the UTC offset value.

Creating a SQL view like the following will help you track down those records. Removing the +/-XX:00 a the ends of those values will fix the problem.:

SELECT dbo.UserDefinedFields.FieldTitle, dbo.UserDefinedData.FieldValue
FROM dbo.UserDefinedFields INNER JOIN
dbo.UserDefinedData ON dbo.UserDefinedFields.UserDefinedFieldId = dbo.UserDefinedData.UserDefinedFieldId
WHERE (dbo.UserDefinedFields.FieldTitle LIKE N'%at')

 
New Post
1/12/2015 11:21 AM
 
Mike Riley wrote:
Jim,

I had a similar issue (which I never logged as a bug).

The issue is that the Changed At and Created At field values from OLDER versions of the module include the UTC offset value.

Creating a SQL view like the following will help you track down those records. Removing the +/-XX:00 a the ends of those values will fix the problem.:

SELECT dbo.UserDefinedFields.FieldTitle, dbo.UserDefinedData.FieldValue
FROM dbo.UserDefinedFields INNER JOIN
dbo.UserDefinedData ON dbo.UserDefinedFields.UserDefinedFieldId = dbo.UserDefinedData.UserDefinedFieldId
WHERE (dbo.UserDefinedFields.FieldTitle LIKE N'%at')

 Ok, thanks for the info Jim.
What do you mean with "older"? fnL 5?

 
New Post
1/12/2015 4:58 PM
 
Timo,

The templates that I have that cause the issue are from FnL 5.0.2.

I can resolve the issue with MY templates that cause the problem by simply editing the .template files.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListNew DNN install using F&L can't edit entriesNew DNN install using F&L can't edit entries


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