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 ForumsGalleryGalleryGallery - errorGallery - error
Previous
 
Next
New Post
8/16/2006 5:04 AM
 
im using DNN 4.3.4 and gallery module 03.01.12 and i have the same error
 
New Post
8/16/2006 10:45 AM
 
Well other than just waiting for something to be posted or released there isn't a whole lot of choice.  If you really need a nice stable Gallery module you could try Scott McCulloch''s simpleGallery module.  It looks pretty nice and you get access to all of his other modules for something like $20 for three months.

Other than that we are probably just going to have to wait around for a little while longer.

Paul Davis
 
New Post
9/8/2006 2:41 AM
 
Well, somehow I managed to get the source code compiling correctly and was able to interject some code to find out what is going on here.  The good news is that I identified what the problem is (At least for me), the bad news is that it is unlikely to help anyone unless they want to pick up the code change.... maybe Chris or Tam will pick it up and do a build for us.....

Anyway, the root cause of this error (for me, your milage may differ) is that my web hosting company has my site on a share somewhere.  When the gallery tries to initialize the metadataxml, the file fails to create because a common routine for concatenating filenames mucks the UNC name.

So we start with something like
\\sites.nfs\sites\95\65\234225\21575\mysite\dnn\Portals\0\Gallery\408
the routine appends a filename and mangles it to
\sites.nfs\sites\95\65\234225\21575\mysite\dnn\Portals\0\Gallery\408\metadata.xml
Which is in turn interpreted by XML.Read as
c:\sites.nfs\sites\95\65\234225\21575\mysite\dnn\Portals\0\Gallery\408\metadata.xml
which does not actually exist.

Code change for gallery is  (for 3.0.12)  Utilities.vb  about line 216
Method is BuildPath

Change
            output.Replace(Delimiter & Delimiter, Delimiter)
to
            ' Skip the first 2 characters so we dont mangle UNC Paths
            output.Replace(Delimiter & Delimiter, Delimiter, 2, output.Length - 2)

Hopefully this will be helpful to some, but I am sure not all

-dw


 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsGalleryGalleryGallery - errorGallery - error


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