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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Caching issueCaching issue
Previous
 
Next
New Post
3/23/2016 9:19 AM
 

Ok this is a weird one.

I have a website with DNN version 6.02.6. Everything has been working perfectly. Two days ago my client uploaded some new images, everything was fine. Later the same day, I detect some exceptions in the event viewer. The errors had to do with the fact that when pages are requested from someone, dnn searches in the cache and the access is denied for the cache file.

Today, we can't upload a single image on the website. I login with host account and try to upload an image and it fails. The image manager loads but the image is nowhere to be seen and no image pops. In the event viewer my upload attempt generates this exception:

 =====================================

AssemblyVersion: 6.2.6

PortalID: 0

PortalName: My Domain

UserID: 1

UserName: host

ActiveTabID: 84

ActiveTabName: ΠΡΟΦΙΛ

RawURL: /DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx?tabid=84&DialogName=ImageManager&UseRSM=true&Skin=Default&Title=Image+Manager&doid=ab3fd4aa-4061-4055-a741-6b58bc4117a3&dpptn=

AbsoluteURL: /DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx

AbsoluteURLReferrer: http://my-domain.gr/DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx?tabid=84&DialogName=ImageManager&UseRSM=true&Skin=Default&Title=Image+Manager&doid=ab3fd4aa-4061-4055-a741-6b58bc4117a3&dpptn=

UserAgent: Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0

DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider

ExceptionGUID: cd853695-ca5f-45d1-87d5-69cf5a9921a4

InnerException: Unable to complete operation. An unknown error occurred. /Portals/0/Images/candle.jpg

FileName:

FileLineNumber: 0

FileColumnNumber: 0

Method: System.IO.__Error.WinIOError

StackTrace:

Message: DotNetNuke.Providers.RadEditorProvider.FileManagerException: Unable to complete operation. An unknown error occurred. /Portals/0/Images/candle.jpg ---> DotNetNuke.Services.FileSystem.FolderProviderException: The underlying system threw an exception. The file has not been added. ---> System.UnauthorizedAccessException: Access to the path 'C:\Inetpub\vhosts\my-domain.gr\httpdocs\Portals\0\Images\candle.jpg' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) at DotNetNuke.Services.FileSystem.Internal.FileWrapper.Create(String path) at DotNetNuke.Services.FileSystem.StandardFolderProvider.UpdateFile(IFolderInfo folder, String fileName, Stream content) at DotNetNuke.Services.FileSystem.StandardFolderProvider.AddFile(IFolderInfo folder, String fileName, Stream content) at DotNetNuke.Services.FileSystem.FileManager.AddFile(IFolderInfo folder, String fileName, Stream fileContent, Boolean overwrite, Boolean checkPermissions, String contentType) --- End of inner exception stack trace --- at DotNetNuke.Services.FileSystem.FileManager.AddFile(IFolderInfo folder, String fileName, Stream fileContent, Boolean overwrite, Boolean checkPermissions, String contentType) at DotNetNuke.Services.FileSystem.FileManager.AddFile(IFolderInfo folder, String fileName, Stream fileContent, Boolean overwrite) at DotNetNuke.Services.FileSystem.FileManager.AddFile(IFolderInfo folder, String fileName, Stream fileContent) at DotNetNuke.Providers.RadEditorProvider.TelerikFileBrowserProvider.StoreFile(UploadedFile file, String path, String name, String[] arguments) --- End of inner exception stack trace ---

  =====================================

 I suspected something was wrong with the cache, so I cleared the cache, recycled the application pool, stopped the site, deleted the cached files from cache> Pages and still nothing is fixed. I get countless exceptions at the moment for denial of access in cache files which don't even exist. Permissions are all as they used to, nothing has changed and I don't know what to do at this point.

 

 
New Post
3/23/2016 9:40 AM
 
the error "Access to the path 'C:\Inetpub\vhosts\my-domain.gr\httpdocs\Portals\0\Images\candle.jpg' is denied" sounds either like a permission issueor a conflict with another Server process (Virus scanner, backup)

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
3/23/2016 1:21 PM
 

Hello and thank you for the reply.

Here is what happened in the end:

The permissions have been unchanged for two years (and everything has been working perfectly until today), so even though it seemed like the logical thing to check first, I thought this isn't the issue. There was no virus scanning at the time. The server is working normally, no backup in process. I have other sites on this server which are normally working and there are no fishy indications in the server (high cpu or something). 

Still, I checked the other sites I have on the server to make sure no other had this problem and indeed they have no issues. So I wrote off the probability of it being a server issue.

So, I did the next logical thing: I've put my trust in Sebastian. Thus I checked the IIS permissions. With terror I saw that the the IIS has only view permissions in the http folder site. And now is the next question.

I haven't changed these settings, I'm sure about that at least! Yesterday though, I gave an ftp account to my client with read-write permissions to http folder. My client gave the account to the person who is supposedly responsible for managing google analytics etc. I know he used filezilla client. Is it possible to change folder permissions through filezilla client?? I can't figure a way to do so. I searched the internet and it says it can happen  in apache but not it in IIS. Still, I don't believe in coincidences. One day I give the ftp account and the next I have this problem?

*I changed the permissions to the IIS and everything is fine with the site now.

 
New Post
3/23/2016 1:29 PM
 
it might have happened, that editing file permissions for FTP access affected permission for website as well, if same windows user is used.
Check Advanced Settings of the IIS Application Pool, your website resides in, to get the Windows account being used by ASP.Net.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
3/23/2016 1:54 PM
 

The website runs with the permissions of the application pool identity user which is not the same as the ftp user which we opened through plesk. It is a procedure I've done many times (open ftp user-give ftp user to a client), but this time something is just too fishy.

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Caching issueCaching issue


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