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 ForumsMediaMediaMedia Module Version 04.00.00 ReleasedMedia Module Version 04.00.00 Released
Previous
 
Next
New Post
7/8/2011 1:48 PM
 
Okay, Sarfie... Sounds like you are running on .Net 4.0.  Is that right?  I have not personally tested this module against an .Net 4.0 DNN instance, but that shouldn't make a difference.

How about you, David?  What version of .Net is your DNN site on?  You can see this in Host > Host Settings, or Host > Dashboard.

Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
7/11/2011 4:22 AM
 
Will Strohl wrote:
FYI... This is now an issue in codeplex, but I still cannot fix this unless I know the condition on how to reproduce it.  :(

Were any of you running on the alpha release, by any chance?  It would also be helpful to know your DB schema for the Media table before upgrading to Media v04.00.00.

 here is the table schema from the media table will. extracted with this statement "select * from INFORMATION_SCHEMA.COLUMNS where table_name = 'media'"

TABLE_CATALOG TABLE_SCHEMA TABLE_NAME COLUMN_NAME ORDINAL_POSITION COLUMN_DEFAULT IS_NULLABLE DATA_TYPE CHARACTER_MAXIMUM_LENGTH CHARACTER_OCTET_LENGTH NUMERIC_PRECISION NUMERIC_PRECISION_RADIX NUMERIC_SCALE DATETIME_PRECISION CHARACTER_SET_CATALOG CHARACTER_SET_SCHEMA CHARACTER_SET_NAME COLLATION_CATALOG COLLATION_SCHEMA COLLATION_NAME DOMAIN_CATALOG DOMAIN_SCHEMA DOMAIN_NAME
DNNProduction dbo Media ModuleID 1 NULL NO int NULL NULL 10 10 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL
DNNProduction dbo Media Src 2 NULL NO nvarchar 250 500 NULL NULL NULL NULL NULL NULL UNICODE NULL NULL SQL_Latin1_General_CP1_CI_AS NULL NULL NULL
DNNProduction dbo Media alt 3 NULL YES nvarchar 100 200 NULL NULL NULL NULL NULL NULL UNICODE NULL NULL SQL_Latin1_General_CP1_CI_AS NULL NULL NULL
DNNProduction dbo Media width 4 NULL YES int NULL NULL 10 10 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL
DNNProduction dbo Media height 5 NULL YES int NULL NULL 10 10 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL
DNNProduction dbo Media NavigateUrl 6 NULL YES nvarchar 250 500 NULL NULL NULL NULL NULL NULL UNICODE NULL NULL SQL_Latin1_General_CP1_CI_AS NULL NULL NULL
DNNProduction dbo Media MediaAlignment 7 (0) YES int NULL NULL 10 10 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL
DNNProduction dbo Media MediaLoop 8 ((0)) NO bit NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL
DNNProduction dbo Media AutoStart 9 ((0)) NO bit NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL

hope it helps.

 
New Post
7/11/2011 11:34 AM
 
Sarfie Ghamloush wrote:
Will Strohl wrote:
FYI... This is now an issue in codeplex, but I still cannot fix this unless I know the condition on how to reproduce it.  :(

Were any of you running on the alpha release, by any chance?  It would also be helpful to know your DB schema for the Media table before upgrading to Media v04.00.00.

 here is the table schema from the media table will. extracted with this statement "select * from INFORMATION_SCHEMA.COLUMNS where table_name = 'media'"

TABLE_CATALOG TABLE_SCHEMA TABLE_NAME COLUMN_NAME ORDINAL_POSITION COLUMN_DEFAULT IS_NULLABLE DATA_TYPE CHARACTER_MAXIMUM_LENGTH CHARACTER_OCTET_LENGTH NUMERIC_PRECISION NUMERIC_PRECISION_RADIX NUMERIC_SCALE DATETIME_PRECISION CHARACTER_SET_CATALOG CHARACTER_SET_SCHEMA CHARACTER_SET_NAME COLLATION_CATALOG COLLATION_SCHEMA COLLATION_NAME DOMAIN_CATALOG DOMAIN_SCHEMA DOMAIN_NAME
DNNProduction dbo Media ModuleID 1 NULL NO int NULL NULL 10 10 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL
DNNProduction dbo Media Src 2 NULL NO nvarchar 250 500 NULL NULL NULL NULL NULL NULL UNICODE NULL NULL SQL_Latin1_General_CP1_CI_AS NULL NULL NULL
DNNProduction dbo Media alt 3 NULL YES nvarchar 100 200 NULL NULL NULL NULL NULL NULL UNICODE NULL NULL SQL_Latin1_General_CP1_CI_AS NULL NULL NULL
DNNProduction dbo Media width 4 NULL YES int NULL NULL 10 10 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL
DNNProduction dbo Media height 5 NULL YES int NULL NULL 10 10 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL
DNNProduction dbo Media NavigateUrl 6 NULL YES nvarchar 250 500 NULL NULL NULL NULL NULL NULL UNICODE NULL NULL SQL_Latin1_General_CP1_CI_AS NULL NULL NULL
DNNProduction dbo Media MediaAlignment 7 (0) YES int NULL NULL 10 10 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL
DNNProduction dbo Media MediaLoop 8 ((0)) NO bit NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL
DNNProduction dbo Media AutoStart 9 ((0)) NO bit NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL

hope it helps.

Unfortunately, your DB schema doesn't look like it should've thrown the error you had.  :(


Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
7/11/2011 8:27 PM
 
Is there any final input?  As a reminder, this is logged as an issue for a possible v04.00.01 release, but I am unable to reproduce this so far without us figuring out what may be different in your specific instance.

As of just a moment ago, I just finished my final testing for the v04.01.00 release of the media module.  If you don't have anything new in the next 12-24 hours, I will be submitting this module to the release tracker to be the next official release.

Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
7/11/2011 10:26 PM
 
Sarfie and David . . .

Was your install of MS SQL Server setup with a case sensitive default collation? If so, it is my understanding that even if a database is configured for a case insensitive collation (as required for DNN installation), there may be some issues such as this when comparing database object names contained in sql server system tables.

Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsMediaMediaMedia Module Version 04.00.00 ReleasedMedia Module Version 04.00.00 Released


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