Hi, I'm receiving this error when installing from the package repository or local package zip.
Server Error in '/xxxx' Application.
The file '/xxxx/umbraco/plugins/MediaProtect/UserControls/ValidateInstall.ascx' does not exist.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: The file '/xxxx/umbraco/plugins/MediaProtect/UserControls/ValidateInstall.ascx' does not exist.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18034
I've was attempting the install from Umbraco 7.1.1. I upgraded to 7.1.4 and am still receiving the error. I've ensured all of my permissions are correct. I even reran the powershell script to apply folder permissions for the app pool. When I check the /bin and /umbraco/plugins folders there are no mediaprotect files.
I've tried manaully installing as well. I was able to see the public access option on items in the media section, but when I clicked it, I got a resource not found for the mediaprotect.aspx file in the /umbraco/plugins/mediaprotect/dialogs folder. Even though the file existed.
This must be because the /umbraco/plugins/mediaprotect folder could not be created.check your settings again or check the manual for all details to install the package manually. http://soetemansoftware.nl/media-protect/downloads
Thanks again for your help. I found a subdirectory in my site with the same name as the parent folder (main website directory). Inside there was a /bin and /umbraco/plugins folder with all of the media protect files. Somehow my packages were installing to this directory, not at the root. I tested it with another package, to confirm the issue. After deleting this random folder, I was able to get your package correctly installed.
My web.config has <add key="umbracoPath" value="~/umbraco" /> as the path, so I'm not sure how the packages were installing in the wrong place.
I'm not sure you would have been able to help me with this, but I wanted to let you know I eventually figured it out. Thanks!
Installation Issue
Hi, I'm receiving this error when installing from the package repository or local package zip.
Server Error in '/xxxx' Application.
The file '/xxxx/umbraco/plugins/MediaProtect/UserControls/ValidateInstall.ascx' does not exist.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: The file '/xxxx/umbraco/plugins/MediaProtect/UserControls/ValidateInstall.ascx' does not exist.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18034
I've was attempting the install from Umbraco 7.1.1. I upgraded to 7.1.4 and am still receiving the error. I've ensured all of my permissions are correct. I even reran the powershell script to apply folder permissions for the app pool. When I check the /bin and /umbraco/plugins folders there are no mediaprotect files.
I've tried manaully installing as well. I was able to see the public access option on items in the media section, but when I clicked it, I got a resource not found for the mediaprotect.aspx file in the /umbraco/plugins/mediaprotect/dialogs folder. Even though the file existed.
Any help is greatly appreciated. Thanks!
Hi,
This must be because the /umbraco/plugins/mediaprotect folder could not be created.check your settings again or check the manual for all details to install the package manually. http://soetemansoftware.nl/media-protect/downloads
Hope this helps,
Richard
Hi Richard
Thanks again for your help. I found a subdirectory in my site with the same name as the parent folder (main website directory). Inside there was a /bin and /umbraco/plugins folder with all of the media protect files. Somehow my packages were installing to this directory, not at the root. I tested it with another package, to confirm the issue. After deleting this random folder, I was able to get your package correctly installed.
My web.config has <add key="umbracoPath" value="~/umbraco" /> as the path, so I'm not sure how the packages were installing in the wrong place.
I'm not sure you would have been able to help me with this, but I wanted to let you know I eventually figured it out. Thanks!
Hi Ryan,
Weird it installed in the wrong location. Must be something in the Umbraco installer, best to file those issues on issues.umbraco.org.
Glad it's working now.
Best,
Richard
is working on a reply...