DNN Hosting Register Login
 
Latest Discussions Minimize
How Could I Insert a Custom Swap Image for Non-Flash Browsers? by RegGFX
I have a situation where some (because of security concerns)do not allow ActiveX...
what is mean by Online video conversion ? by marbab
I have read the home page. Its written under UVG that we can do 'Online video co...
How to Simplify Personal Gallery? by blob150
I am using UMG 5.3 intergated with Smart-Thinker User Profile.  I have a page se...
Video Size Problem by arshad786
Hi,     I am Arshad , i am trying to play video in my dnn site, but the problem ...
Configuration Error by koolexposure
I received this error on the last step of the Configuration Wizard. I have came ...
Serial Number by abudist
Hi, I have sent you emails regarding serial number for UVG. I'm stil waiting ...
Screenshot Capture Not Working by chadw3
Hello,I am using UVG 2.0 and am trying to use the Capture control in Edit Video ...
User uploads by OKCChopper
I have it set up so that regestered users can upload photos. I do not have a di...
Applying Watermark picture to existing images by Simone
I have recently upgraded to UMG 5.3 and after uploading some photos, I discovere...
Player auto plays select video? Not working by mg3hockey
Hello All,I am trying to get my player to  auto play a select video of several I...
Our Partnership Minimize
If you are looking for good DNN hosting, then PowerDNN is the best DNN host around!
Support Forum Minimize
Subject: UPG 2.5.4 Synchronize error
Prev Next
You are not authorized to post a reply.

Author Messages
Chas DW
Posts:41
Golden Member

04/17/2006 6:50 AM  
I have created an album and added 1 picture, decided to upload them all to the gallery>id>large then go to moderation and click synchronize and get the following error: UserName: admin ActiveTabID: 53 ActiveTabName: Gallery AbsoluteURL: /RedEarthSystems/Default.aspx AbsoluteURLReferrer: http://dev.redearthsystems.com/redearthsystems/Gallery/tabid/53/mid/365/adminCtl/Moderation/useCtl/PhotoList/AlbumId/1/Default.aspx ExceptionGUID: c1494fee-7245-42bc-a4b9-62ffe272829b DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider InnerException: A generic error occurred in GDI+. Message: DotNetNuke.Services.Exceptions.PageLoadException: A generic error occurred in GDI+. ---> System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+. at System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams) at System.Drawing.Image.Save(String filename, ImageFormat format) at BizModules.UltraPhotoGallery.FileSystemController.ResizePicture(String strFilePath, Int32 intThumbnailWidth, Int32 intThumbnailHeight) at BizModules.UltraPhotoGallery.FileSystemController.AddPhoto(PhotoInfo objPhotoInfo, AlbumInfo objAlbumInfo, String File) at BizModules.UltraPhotoGallery.PhotoController.UpdatePhoto(FileSystemController objFileSystemController, PhotoInfo objPhoto, String photo) at BizModules.UltraPhotoGallery.PhotoController.AddPhoto(FileSystemController objFileSystemController, PhotoInfo objPhoto, String photo) at BizModules.UltraPhotoGallery.PhotoController.Synchronize(FileSystemController objFileSystemController, Int32 albumId, Int32 userId) at BizModules.UltraPhotoGallery.ucPhotoList.cmdSynchronize_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- Thanks for any help. Chas
Pengtsen R
Posts:5428


04/18/2006 9:58 AM  
Make sure your application has write
access to the Portal Root/UltraPhotoGallery folder. There are a couple of ways of doing this, but the most simple would be to add your aspnet account to the ACL of the folder.

Thanks.

Pengtsen R
http://www.bizmodules.net
Frank Stevenson
Posts:5
Bronze Member

04/24/2006 7:39 AM  
I am running into this, too.

Permissions are as follows:
* DNN4 is running with trust="Full"
* NETWORK SERVICE has Full Control for the root directory (and all subdirectories) where DNN is installed -- which includes the PortalRoot/UltraPhotoGallery folder


Are these permissions inadequate?  If so, please be -very- specific as to what account (or service account) requires which permissions.  I'd also like to know if those permissions are needed -only- on the the UltraPhotoGallery folder or if they need to be applied somewhere higher in the directory tree.  Please be very specific as to where to apply the permissions, as well.  I'm happy to follow instructions, but I need good ones to follow.

Pengtsen R
Posts:5428


04/24/2006 9:53 AM  

Ultra Photo Gallery doesn't need extra permissions set than other modules.  just ensure the aspnet account(or NETWORK SERVICE) have full permission on the portal root.

You can try to upload a file to the portal root. if you can upload it successfully , please tell me the address of your portal( and maybe the password of your host account?) , if you can't upload it, you have to check the reason.

Thanks.


Pengtsen R
http://www.bizmodules.net
Chas DW
Posts:41
Golden Member

04/25/2006 2:55 PM  
Figured it out, or should I say this worked for me...The album definition was checked to resize photos to a certain width and the uploaded photos were a lot larger. When I unchecked that, updated and hit synchronize everything worked... Thanks Chas
Pengtsen R
Posts:5428


04/25/2006 3:46 PM  
There must still be some curious problem with your server, the synchronize feature should work even you have Auto Resizing checked, but I can't figure it out :(

The good news is you can use if without the auto resizing feature.

Thanks.

Pengtsen R
http://www.bizmodules.net
Frank Stevenson
Posts:5
Bronze Member

04/26/2006 4:54 AM  
Xue,
I think there's simply a bug in the code.  I say this because in order to rule out the possibility of permissions on the filesystem having -anything- to do with this problem, I temporarily set FULL permissions for 'Everyone' at the portalroot level.

The problem still manifested...  and I did, indeed, verify that 'everyone' had permissions on the image I was trying to delete through the interface prior to attempting to do so...

Can you please look into this?  This is a bug that will keep me from launching a site this weekend...

-- F
Frank Stevenson
Posts:5
Bronze Member

04/26/2006 4:57 AM  
Posted By Frank Stevenson on 04/26/2006 4:54 AM
Xue,
I think there's simply a bug in the code.  I say this because in order to rule out the possibility of permissions on the filesystem having -anything- to do with this problem, I temporarily set FULL permissions for 'Everyone' at the portalroot level.

The problem still manifested...  and I did, indeed, verify that 'everyone' had permissions on the image I was trying to delete through the interface prior to attempting to do so...

Can you please look into this?  This is a bug that will keep me from launching a site this weekend...

-- F


Oh, I should note that my symptoms are slightly different from the initial poster's.  I try to delete an image -- and it dutifully disappears from the UI.  Then I click synchronize and it re-appears.  IT seems the removal occurs in the database but the file's not purged from the file system ... and clicking synchronize causes it to get stashed -back- in the database (and re-appear on the UI)...

-- F
Pengtsen R
Posts:5428


04/26/2006 8:06 AM  

Thanks for your report, exactly as you said ,it's a bug! I fixed it in my local computer and will include this fix in UPG 2.5.6. which will be publicly released some days later.

However,  if you would like to obtain this version instantly, please contact me by "Contact Us".

Thanks.


Pengtsen R
http://www.bizmodules.net
Frank Stevenson
Posts:5
Bronze Member

04/28/2006 1:41 PM  
I can confirm this is fixed in UPG 2.5.6.

Thanks for the quick fix!

-- F
Pengtsen R
Posts:5428


04/28/2006 1:58 PM  

That's good!

: )


Pengtsen R
http://www.bizmodules.net
You are not authorized to post a reply.
Forums > Ultra Media Gallery > Support Questions > UPG 2.5.4 Synchronize error

Enterprise level DotNetNuke Solutions Copyright © 2005-2008 BizModules   |  Contact Us  |  Terms Of Use  |  Privacy Statement