Can't install - The relative virtual path is not allowed here
Hi,
I'm trying to use this package on Umbraco 7.3.7 and I can't seem to install it. I've tried downloading both 3.4 and 3.3 but neither one seems to work. When I get to the "Your browser will now reload" part of the installation I am then presented with a blank page and the following error appears in the log:
2016-03-15 20:55:03,396 [51] ERROR Umbraco.Core.UmbracoApplicationBase - [P44340/T58/D18] An unhandled exception occurred
System.ArgumentException: The relative virtual path 'function ExecuteTask(){ UmbClientMgr.contentFrame('/umbraco/plugins/CMSImport/Pages/wizard.aspx?executetask=true&importid=' + UmbClientMgr.mainTree().getActionNode().nodeId);UmbClientMgr.closeModalWindow(); }' is not allowed here.
at System.Web.VirtualPath.Create(String virtualPath, VirtualPathOptions options)
at System.Web.VirtualPathUtility.ToAbsolute(String virtualPath, String applicationPath)
at Umbraco.Core.IO.IOHelper.ResolveUrl(String virtualPath)
at umbraco.BusinessLogic.Actions.Action.
I think the Client dependency framework is causing the issue. Can you try to increase the version number in /config/clientdependency.config ? Then it will work again I think.
Sorry, that didn't work. I've tried rebuilding, recycling the application pool and updating client dependency. Nothing seems to work. I can get Umbraco working about by deleting the DLLs and removing any lines related to CMSImport in the web.config file.
Can't install - The relative virtual path is not allowed here
Hi,
I'm trying to use this package on Umbraco 7.3.7 and I can't seem to install it. I've tried downloading both 3.4 and 3.3 but neither one seems to work. When I get to the "Your browser will now reload" part of the installation I am then presented with a blank page and the following error appears in the log:
Any help would be greatly appreciated :-)
Hi,
I think the Client dependency framework is causing the issue. Can you try to increase the version number in /config/clientdependency.config ? Then it will work again I think.
Hope this helps.
Best,
Richard
Sorry, that didn't work. I've tried rebuilding, recycling the application pool and updating client dependency. Nothing seems to work. I can get Umbraco working about by deleting the DLLs and removing any lines related to CMSImport in the web.config file.
is working on a reply...