I was able to succesfully install uBootstrap in my localhost copy of Umbraco 6.1.2. I am now trying to install it on our web server running Umbraco 6.1.3 and twice now it has thrown a timeout error before it completes installing.
Is there a way to extend the timeout? Anyway to install without the extra languages?
I deleted all traces of the previous installs and hoped the third time would be the charm. Unfortunately it wasn't. I got a timeout error again. Checking the UmbracoTraceLog.txt shows this as the last entry.
2013-08-16 10:41:11,899 [28] ERROR umbraco.cms.businesslogic.packager.PackageAction - [Thread 16] Error loading package action 'AddMediaItems' for package uBootstrap
System.Threading.ThreadAbortException: Thread was being aborted.
at Bootstrap.Installer.Actions.AddMediaItems.Execute(String packageName, XmlNode xmlData)
at umbraco.cms.businesslogic.packager.PackageAction.RunPackageAction(String packageName, String actionAlias, XmlNode actionXml)
In comparing the images to my test install on my local machine, it appears the images failed during Spain.
Any way to increase the timeout and which and where?
Timeout Error Installing uBootstrap
I was able to succesfully install uBootstrap in my localhost copy of Umbraco 6.1.2. I am now trying to install it on our web server running Umbraco 6.1.3 and twice now it has thrown a timeout error before it completes installing.
Is there a way to extend the timeout? Anyway to install without the extra languages?
I deleted all traces of the previous installs and hoped the third time would be the charm. Unfortunately it wasn't. I got a timeout error again. Checking the UmbracoTraceLog.txt shows this as the last entry.
In comparing the images to my test install on my local machine, it appears the images failed during Spain.
Any way to increase the timeout and which and where?
is working on a reply...