Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Apr 12, 2016 @ 22:00
    Nicholas Westby
    0

    Formulate Feedback - Does it Work for You?

    Having just recently released Formulate, I'm curious if anybody has got it working.

    I want to be sure there isn't some glaring bug I've overlooked (like I did in the initial release).

    Has anybody had success installing Formulate and rendering a form?

  • Steve 140 posts 321 karma points
    Apr 13, 2016 @ 17:32
    Steve
    0

    Hi Nicholas
    Installed and rendering forms - so far so good!
    Thought something had gone wrong on the install but had simply missed the detail in the instructions re: giving self permission to use the package.
    Steve

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Apr 13, 2016 @ 19:44
    Nicholas Westby
    0

    Yeah, I tried to make the install as easy as possible, so I added instructions for people to give themselves permission. I can understand though that those instructions would be easy to miss.

    Rethinking this, however, I can have some JavaScript make an AJAX call to the server once you view the instructions page that will tell the server to give the current user permission. I feel like I tried adding that to the installer, but couldn't for some reason. Will have to think about that.

    I have created an issue to address this at some point: https://github.com/rhythmagency/formulate/issues/30

    Thanks for the feedback! Let me know if there's anything else that comes to mind (perhaps a bug you notice or an enhancement you'd like).

  • Mygel 9 posts 40 karma points
    May 29, 2016 @ 01:09
    Mygel
    1

    Nicholas. I haven't played with Umbraco in over a year and I was able to get your package installed and running on Umbraco 7.4.

    I recently started using Umbraco again and having to pay for Umbraco Forms was a huge let down! When Formulate can save data to the database this will be the go to plugin for forms! I'm a front end developer and not strong on the back-end, but I would fork the repo and help if I could. Amazing work!

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    May 31, 2016 @ 21:23
    Nicholas Westby
    0

    Thanks for the encouragement!

    Life's been busy lately, but I hope to get back into the Formulate groove in the next few weeks.

    FYI, the Formulate back office portion is built with AngularJS, so there is some room for contributions if you wanted to extend it.

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Dec 03, 2016 @ 10:06
    Nicholas Westby
    0

    When Formulate can save data to the database this will be the go to plugin for forms!

    FYI, I'll be releasing this feature within the next few days.

  • Chris 92 posts 238 karma points
    Jul 04, 2016 @ 13:10
    Chris
    0

    Hey Nicholas,

    tried Formulate for the first time today. With the tutorial on your website it's simple for me to create a simple form.

    Are you planning to implement a GridEditor for picking the forms with Formulate (or a macro which does this)? Tried to build this today but failed. I think this is the only downside compared to UmbracoForms right know.

    Regards Chris

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Jul 05, 2016 @ 01:46
    Nicholas Westby
    0

    Hi Chris,

    Thanks for the feedback.

    FYI, I sent somebody an email a while back explaining how to use Formulate in a macro (including using the form picker as a macro parameter). Shoot me a message here with your email address and I'll forward that email to you: http://www.nicholaswestby.com/contact/

    I haven't made a grid editor before, but I imagine it'd be very similar to a macro.

    Once you get that all worked out, I would very much appreciate if you could contribute some documentation back to Formulate at the official website: http://www.formulate.rocks/

    You can do that by forking the gh-pages branch and submitting a pull request: https://github.com/rhythmagency/formulate/tree/gh-pages

  • Brian Lacy 28 posts 101 karma points
    Oct 17, 2016 @ 17:19
    Brian Lacy
    0

    Can I get the instructions on using Formulate as a macro with the form picker, or perhaps can you post it somewhere public?

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Oct 18, 2016 @ 01:38
    Nicholas Westby
    0

    Hi Brian,

    I think I sent Chris above some info regarding how to get Formulate working with a macro (though I don't ever recommend macros, except for perhaps with the Umbraco grid). Perhaps he can help you out with some instructions.

    Chris, would you mind helping out Brian?

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Oct 23, 2016 @ 20:34
    Nicholas Westby
    0

    Hi Brian,

    If you are still interested in making it a macro, I can dig into my sent emails and try to find what I've sent others already.

    Will you submit a pull request to the Formulate documentation to explain how to do this?

    It's not something I want to expend effort facilitating (not a fan of macros), but if you or others want to facilitate it I think doing so in the main documentation would be a good place.

  • Trevor Loader 199 posts 256 karma points
    Dec 20, 2016 @ 21:29
    Trevor Loader
    0

    Hey Nicholas,

    I've just tried installing the latest version of Formulate into a fresh Umbraco v7.5.6 site and the installation appears to be successful, but:

    1. If I go to the admin user, I cannot see Formulate as an app in the section to give myself access to it.
    2. There is no formulate tab in the developer section
    3. Because of 1) above, I cannot see Formulate at all in the sections area under content/settings/developer/users etc.

    Does this work in the latest version of Umbraco?

    Cheers Trevor

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Dec 20, 2016 @ 22:19
    Nicholas Westby
    0

    Hi Trevor,

    Happy to hear my favorite Kiwi is giving Formulate a try :-)

    What you've described sometimes happens if Formulate doesn't finish installing, which seems to be caused by an Umbraco bug. You can read a bit more here: https://github.com/rhythmagency/formulate/issues/19

    I'd recommend uninstalling and reinstalling Formulate. If all goes well, you should see a bunch of log entries like this (in your Umbraco log):

    Formulate Install Log

    Maybe not quite so many as that. I actually got that screenshot from this other install bug in which some installation items run multiple times for some reason (overlapping app pool recycles, maybe): https://github.com/rhythmagency/formulate/issues/26

    By the way, I'm pretty sure I tried installing Formulate in the latest Umbraco version, but I'll give it another try to be sure. If uninstalling/reinstalling doesn't work, let me know and I'll help get it solved.

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Dec 20, 2016 @ 22:30
    Nicholas Westby
    0

    FYI, I just installed the latest Formulate (0.6.1) on the latest Umbraco (7.5.6) and it worked perfectly fine. Here's my full Umbraco log during the install period for reference:

     2016-12-20 14:25:05,084 [P2144/D2/T14] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Terminating
     2016-12-20 14:25:05,084 [P2144/D2/T14] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Waiting for tasks to complete
     2016-12-20 14:25:05,086 [P2144/D2/T11] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Tasks completed, terminated
     2016-12-20 14:25:05,099 [P2144/D2/T14] INFO  Umbraco.Core.MainDom - Stopping...
     2016-12-20 14:25:05,110 [P2144/D2/T14] INFO  Umbraco.Core.MainDom - Released MainDom.
     2016-12-20 14:25:05,110 [P2144/D2/T14] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Terminating
     2016-12-20 14:25:05,110 [P2144/D2/T14] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Waiting for tasks to complete
     2016-12-20 14:25:05,110 [P2144/D2/T14] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Terminating
     2016-12-20 14:25:05,110 [P2144/D2/T14] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Waiting for tasks to complete
     2016-12-20 14:25:05,110 [P2144/D2/T14] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Terminating
     2016-12-20 14:25:05,110 [P2144/D2/T14] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Waiting for tasks to complete
     2016-12-20 14:25:05,110 [P2144/D2/T10] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Tasks completed, terminated
     2016-12-20 14:25:05,110 [P2144/D2/T10] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Tasks completed, terminated
     2016-12-20 14:25:05,110 [P2144/D2/T14] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Terminating
     2016-12-20 14:25:05,110 [P2144/D2/T14] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Waiting for tasks to complete
     2016-12-20 14:25:05,110 [P2144/D2/T13] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Tasks completed, terminated
     2016-12-20 14:25:05,118 [P2144/D2/T7] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Tasks completed, terminated
     2016-12-20 14:25:12,276 [P2144/D6/T21] INFO  Umbraco.Core.CoreBootManager - Umbraco 7.5.6 application starting on REDACTED
     2016-12-20 14:25:12,307 [P2144/D6/T21] INFO  Umbraco.Core.PluginManager - Determining hash of code files on disk
     2016-12-20 14:25:12,317 [P2144/D6/T21] INFO  Umbraco.Core.PluginManager - Hash determined (took 10ms)
     2016-12-20 14:25:12,421 [P2144/D6/T21] INFO  Umbraco.Core.MainDom - Acquiring MainDom...
     2016-12-20 14:25:12,422 [P2144/D6/T21] INFO  Umbraco.Core.MainDom - Acquired MainDom.
     2016-12-20 14:25:12,430 [P2144/D6/T21] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
     2016-12-20 14:25:12,813 [P2144/D6/T21] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 383ms)
     2016-12-20 14:25:12,828 [P2144/D6/T21] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
     2016-12-20 14:25:12,848 [P2144/D6/T21] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 20ms)
     2016-12-20 14:25:12,850 [P2144/D6/T21] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
     2016-12-20 14:25:12,868 [P2144/D6/T21] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 0 (took 18ms)
     2016-12-20 14:25:12,884 [P2144/D6/T21] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Mvc.SurfaceController
     2016-12-20 14:25:12,897 [P2144/D6/T21] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 13ms)
     2016-12-20 14:25:12,898 [P2144/D6/T21] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
     2016-12-20 14:25:12,922 [P2144/D6/T21] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 0 (took 24ms)
     2016-12-20 14:25:12,958 [P2144/D6/T21] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
     2016-12-20 14:25:12,970 [P2144/D6/T21] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 11ms)
     2016-12-20 14:25:12,971 [P2144/D6/T21] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
     2016-12-20 14:25:12,988 [P2144/D6/T21] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 0 (took 17ms)
     2016-12-20 14:25:13,986 [P2144/D6/T21] INFO  Umbraco.Core.DatabaseContext - CanConnect = True
     2016-12-20 14:25:14,171 [P2144/D6/T21] INFO  Umbraco.Core.DatabaseContext - CanConnect = True
     2016-12-20 14:25:14,181 [P2144/D6/T21] INFO  Umbraco.Web.Cache.CacheRefresherEventHandler - Initializing Umbraco internal event handlers for cache refreshing
     2016-12-20 14:25:14,197 [P2144/D6/T21] INFO  Umbraco.Core.DatabaseContext - CanConnect = True
     2016-12-20 14:25:14,215 [P2144/D6/T21] INFO  Umbraco.Web.Search.ExamineEvents - Initializing Examine and binding to business logic events
     2016-12-20 14:25:14,228 [P2144/D6/T21] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
     2016-12-20 14:25:14,240 [P2144/D6/T21] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 0 (took 12ms)
     2016-12-20 14:25:14,407 [P2144/D6/T21] INFO  Umbraco.Web.Search.ExamineEvents - Adding examine event handlers for index providers: 3
     2016-12-20 14:25:14,425 [P2144/D6/T21] INFO  formulate.app.Handlers.ApplicationStartedHandler - Installing Formulate.
     2016-12-20 14:25:14,457 [P2144/D6/T21] INFO  Umbraco.Core.Persistence.Database - Create Table sql -1:
     CREATE TABLE [FormulateSubmission] ([SequenceId] BIGINT NOT NULL IDENTITY(1,1),
    [GeneratedId] UniqueIdentifier NOT NULL,
    [CreationDate] DATETIME NOT NULL,
    [FormId] UniqueIdentifier NOT NULL,
    [DataValues] NTEXT NULL,
    [FileValues] NTEXT NULL,
    [Url] NVARCHAR(4000) NULL,
    [PageId] INTEGER NULL)
     2016-12-20 14:25:14,465 [P2144/D6/T21] INFO  Umbraco.Core.Persistence.Database - Primary Key sql -1:
     ALTER TABLE [FormulateSubmission] ADD CONSTRAINT [PK_FormulateSubmission] PRIMARY KEY CLUSTERED ([SequenceId])
     2016-12-20 14:25:14,475 [P2144/D6/T21] INFO  Umbraco.Core.Persistence.Migrations.Initial.BaseDataCreation - Creating data in table FormulateSubmission
     2016-12-20 14:25:14,475 [P2144/D6/T21] INFO  Umbraco.Core.Persistence.Migrations.Initial.BaseDataCreation - Done creating data in table FormulateSubmission
     2016-12-20 14:25:14,479 [P2144/D6/T21] INFO  Umbraco.Core.Persistence.Database - Create Index sql -1:
     CREATE UNIQUE NONCLUSTERED INDEX [IX_FormulateSubmission_GeneratedId] ON [FormulateSubmission] ([GeneratedId])
     2016-12-20 14:25:14,482 [P2144/D6/T21] INFO  Umbraco.Core.Persistence.Database - Create Index sql -1:
     CREATE NONCLUSTERED INDEX [IX_FormulateSubmission_CreationDate] ON [FormulateSubmission] ([CreationDate])
     2016-12-20 14:25:14,484 [P2144/D6/T21] INFO  Umbraco.Core.Persistence.Database - New table 'FormulateSubmission' was created
     2016-12-20 14:25:14,495 [P2144/D6/T21] INFO  Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 2304ms)
     2016-12-20 14:25:14,655 [P2144/D6/T7] INFO  Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://localhost:62072/umbraco (UmbracoModule request)
     2016-12-20 14:25:17,676 [P2144/D6/T20] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IPackageAction
     2016-12-20 14:25:17,697 [P2144/D6/T20] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IPackageAction, found 0 (took 21ms)
     2016-12-20 14:25:17,978 [P2144/D6/T20] INFO  Umbraco.Core.MainDom - Stopping...
     2016-12-20 14:25:17,982 [P2144/D6/T20] INFO  Umbraco.Core.MainDom - Released MainDom.
     2016-12-20 14:25:17,984 [P2144/D6/T20] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Terminating
     2016-12-20 14:25:17,984 [P2144/D6/T20] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Waiting for tasks to complete
     2016-12-20 14:25:17,997 [P2144/D6/T7] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Tasks completed, terminated
     2016-12-20 14:25:18,133 [P2144/D6/T20] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Terminating
     2016-12-20 14:25:18,134 [P2144/D6/T20] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Waiting for tasks to complete
     2016-12-20 14:25:18,134 [P2144/D6/T20] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Tasks completed, terminated
     2016-12-20 14:25:18,134 [P2144/D6/T20] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Terminating
     2016-12-20 14:25:18,134 [P2144/D6/T20] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Waiting for tasks to complete
     2016-12-20 14:25:18,134 [P2144/D6/T20] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Terminating
     2016-12-20 14:25:18,134 [P2144/D6/T20] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Waiting for tasks to complete
     2016-12-20 14:25:18,134 [P2144/D6/T11] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Tasks completed, terminated
     2016-12-20 14:25:18,134 [P2144/D6/T20] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Tasks completed, terminated
     2016-12-20 14:25:18,134 [P2144/D6/T20] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Terminating
     2016-12-20 14:25:18,134 [P2144/D6/T20] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Waiting for tasks to complete
     2016-12-20 14:25:18,135 [P2144/D6/T20] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Tasks completed, terminated
     2016-12-20 14:25:20,503 [P2144/D8/T21] INFO  Umbraco.Core.CoreBootManager - Umbraco 7.5.6 application starting on REDACTED
     2016-12-20 14:25:20,541 [P2144/D8/T21] INFO  Umbraco.Core.PluginManager - Determining hash of code files on disk
     2016-12-20 14:25:20,558 [P2144/D8/T21] INFO  Umbraco.Core.PluginManager - Hash determined (took 16ms)
     2016-12-20 14:25:21,054 [P2144/D8/T21] INFO  Umbraco.Core.MainDom - Acquiring MainDom...
     2016-12-20 14:25:21,057 [P2144/D8/T21] INFO  Umbraco.Core.MainDom - Acquired MainDom.
     2016-12-20 14:25:21,061 [P2144/D8/T21] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
     2016-12-20 14:25:21,487 [P2144/D8/T21] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 426ms)
     2016-12-20 14:25:21,648 [P2144/D8/T21] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
     2016-12-20 14:25:21,649 [P2144/D8/T21] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 1ms)
     2016-12-20 14:25:21,649 [P2144/D8/T21] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
     2016-12-20 14:25:21,651 [P2144/D8/T21] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 0 (took 1ms)
     2016-12-20 14:25:21,666 [P2144/D8/T21] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Mvc.SurfaceController
     2016-12-20 14:25:21,698 [P2144/D8/T21] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 31ms)
     2016-12-20 14:25:21,698 [P2144/D8/T21] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
     2016-12-20 14:25:21,757 [P2144/D8/T21] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 0 (took 59ms)
     2016-12-20 14:25:21,846 [P2144/D8/T21] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
     2016-12-20 14:25:21,847 [P2144/D8/T21] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 1ms)
     2016-12-20 14:25:21,848 [P2144/D8/T21] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
     2016-12-20 14:25:21,849 [P2144/D8/T21] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 0 (took 0ms)
     2016-12-20 14:25:23,032 [P2144/D8/T21] INFO  Umbraco.Core.DatabaseContext - CanConnect = True
     2016-12-20 14:25:23,203 [P2144/D8/T21] INFO  Umbraco.Core.DatabaseContext - CanConnect = True
     2016-12-20 14:25:23,258 [P2144/D8/T21] INFO  Umbraco.Web.Cache.CacheRefresherEventHandler - Initializing Umbraco internal event handlers for cache refreshing
     2016-12-20 14:25:23,276 [P2144/D8/T21] INFO  Umbraco.Core.DatabaseContext - CanConnect = True
     2016-12-20 14:25:23,394 [P2144/D8/T21] INFO  Umbraco.Web.Search.ExamineEvents - Initializing Examine and binding to business logic events
     2016-12-20 14:25:23,409 [P2144/D8/T21] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
     2016-12-20 14:25:23,411 [P2144/D8/T21] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 0 (took 1ms)
     2016-12-20 14:25:23,566 [P2144/D8/T21] INFO  Umbraco.Web.Search.ExamineEvents - Adding examine event handlers for index providers: 3
     2016-12-20 14:25:23,574 [P2144/D8/T21] INFO  formulate.app.Handlers.ApplicationStartedHandler - Installing Formulate.
     2016-12-20 14:25:23,596 [P2144/D8/T21] INFO  Umbraco.Core.Persistence.Database - New table 'FormulateSubmission' was created
     2016-12-20 14:25:23,608 [P2144/D8/T21] INFO  Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 3223ms)
     2016-12-20 14:25:25,721 [P2144/D8/T10] INFO  Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://localhost:62072/umbraco (UmbracoModule request)
     2016-12-20 14:25:26,872 [P2144/D8/T17] INFO  Umbraco.Core.Configuration.ClientDependencyConfiguration - Updated version number from 1 to 301852782
     2016-12-20 14:25:26,875 [P2144/D8/T17] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.ITree
     2016-12-20 14:25:26,911 [P2144/D8/T17] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.ITree, found 0 (took 35ms)
     2016-12-20 14:25:26,933 [P2144/D8/T17] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Trees.TreeController
     2016-12-20 14:25:26,955 [P2144/D8/T17] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Trees.TreeController, found 0 (took 22ms)
     2016-12-20 14:25:26,958 [P2144/D8/T17] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.ITree
     2016-12-20 14:25:26,975 [P2144/D8/T17] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.ITree, found 0 (took 16ms)
     2016-12-20 14:25:27,028 [P2144/D8/T17] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplication
     2016-12-20 14:25:27,045 [P2144/D8/T17] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplication, found 0 (took 17ms)
     2016-12-20 14:25:27,243 [P2144/D8/T17] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Terminating
     2016-12-20 14:25:27,243 [P2144/D8/T17] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Waiting for tasks to complete
     2016-12-20 14:25:27,291 [P2144/D8/T23] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Tasks completed, terminated
     2016-12-20 14:25:27,351 [P2144/D8/T17] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Terminating
     2016-12-20 14:25:27,351 [P2144/D8/T17] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Waiting for tasks to complete
     2016-12-20 14:25:27,352 [P2144/D8/T17] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Tasks completed, terminated
     2016-12-20 14:25:27,352 [P2144/D8/T17] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Terminating
     2016-12-20 14:25:27,352 [P2144/D8/T17] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Waiting for tasks to complete
     2016-12-20 14:25:27,352 [P2144/D8/T17] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Tasks completed, terminated
     2016-12-20 14:25:27,353 [P2144/D8/T17] INFO  Umbraco.Core.MainDom - Stopping...
     2016-12-20 14:25:27,354 [P2144/D8/T17] INFO  Umbraco.Core.MainDom - Released MainDom.
     2016-12-20 14:25:27,354 [P2144/D8/T17] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Terminating
     2016-12-20 14:25:27,354 [P2144/D8/T17] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Waiting for tasks to complete
     2016-12-20 14:25:27,354 [P2144/D8/T17] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Tasks completed, terminated
     2016-12-20 14:25:27,354 [P2144/D8/T17] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Terminating
     2016-12-20 14:25:27,354 [P2144/D8/T17] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Waiting for tasks to complete
     2016-12-20 14:25:27,355 [P2144/D8/T17] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Tasks completed, terminated
     2016-12-20 14:25:34,441 [P2144/D6/T12] INFO  formulate.app.Handlers.ApplicationStartedHandler - Running the queue of Formulate install actions.
     2016-12-20 14:25:34,452 [P2144/D6/T13] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplication
     2016-12-20 14:25:34,470 [P2144/D6/T13] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplication, found 0 (took 17ms)
     2016-12-20 14:25:34,473 [P2144/D6/T13] INFO  formulate.app.Handlers.ApplicationStartedHandler - Installing Formulate section in applications.config.
     2016-12-20 14:25:34,497 [P2144/D6/T13] INFO  formulate.app.Handlers.ApplicationStartedHandler - Done installing Formulate section in applications.config.
     2016-12-20 14:25:34,541 [P2144/D6/T13] INFO  formulate.app.Handlers.ApplicationStartedHandler - Installing Formulate developer tab.
     2016-12-20 14:25:34,553 [P2144/D6/T13] INFO  formulate.app.Handlers.ApplicationStartedHandler - Done installing Formulate developer tab.
     2016-12-20 14:25:34,556 [P2144/D6/T13] INFO  formulate.app.Handlers.ApplicationStartedHandler - Adding Formulate config to the web.config.
     2016-12-20 14:25:34,583 [P2144/D6/T13] INFO  formulate.app.Handlers.ApplicationStartedHandler - Done adding Formulate config to the web.config.
     2016-12-20 14:25:34,585 [P2144/D6/T13] INFO  formulate.app.Handlers.ApplicationStartedHandler - Ensuring Formulate version in the web.config.
     2016-12-20 14:25:34,640 [P2144/D6/T13] INFO  formulate.app.Handlers.ApplicationStartedHandler - Done ensuring Formulate version in the web.config.
     2016-12-20 14:25:34,640 [P2144/D6/T13] INFO  formulate.app.Handlers.ApplicationStartedHandler - Done running the queue of Formulate install actions.
     2016-12-20 14:25:35,150 [P2144/D2/T12] INFO  Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: BinDirChangeOrDirectoryRename
    
    _shutDownMessage=Change Notification for critical directories.
    bin dir change or directory rename
    HostingEnvironment initiated shutdown
    Change Notification for critical directories.
    bin dir change or directory rename
    Change Notification for critical directories.
    bin dir change or directory rename
    Change Notification for critical directories.
    bin dir change or directory rename
    Change Notification for critical directories.
    bin dir change or directory rename
    Change Notification for critical directories.
    bin dir change or directory rename
    Change Notification for critical directories.
    bin dir change or directory rename
    Change Notification for critical directories.
    bin dir change or directory rename
    Change Notification for critical directories.
    bin dir change or directory rename
    Change Notification for critical directories.
    bin dir change or directory rename
    Change Notification for critical directories.
    bin dir change or directory rename
    Change Notification for critical directories.
    bin dir change or directory rename
    Change Notification for critical directories.
    bin dir change or directory rename
    Change Notification for critical directories.
    bin dir change or directory rename
    Change Notification for critical directories.
    bin dir change or directory rename
    Change Notification for critical directories.
    bin dir change or directory rename
    Change Notification for critical directories.
    bin dir change or directory rename
    Change Notification for critical directories.
    bin dir change or directory rename
    Change Notification for critical directories.
    bin dir change or directory rename
    Change Notification for critical directories.
    bin dir change or directory rename
    Change in C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\6bc6ec1f\c2078d46\hash\hash.web
    Change in C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\6bc6ec1f\c2078d46\hash\hash.web
    CONFIG change
    CONFIG change
    CONFIG change
    CONFIG change
    CONFIG change
    CONFIG change
    CONFIG change
    CONFIG change
    HostingEnvironment caused shutdown
    
    _shutDownStack=   at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
       at System.Environment.get_StackTrace()
       at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
       at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
       at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace)
       at System.Web.HttpRuntime.OnCriticalDirectoryChange(Object sender, FileChangeEvent e)
       at System.Web.FileChangesMonitor.OnCriticaldirChange(Object sender, FileChangeEvent e)
       at System.Web.DirectoryMonitor.FireNotifications()
       at System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback callback)
       at System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(Object state)
       at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
     2016-12-20 14:25:43,588 [P2144/D8/T6] INFO  formulate.app.Handlers.ApplicationStartedHandler - Running the queue of Formulate install actions.
     2016-12-20 14:25:43,590 [P2144/D8/T6] INFO  formulate.app.Handlers.ApplicationStartedHandler - Installing Formulate section in applications.config.
     2016-12-20 14:25:43,594 [P2144/D8/T6] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IPackageAction
     2016-12-20 14:25:43,595 [P2144/D8/T6] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IPackageAction, found 0 (took 0ms)
     2016-12-20 14:25:43,645 [P2144/D8/T6] INFO  formulate.app.Handlers.ApplicationStartedHandler - Done installing Formulate section in applications.config.
     2016-12-20 14:25:43,664 [P2144/D8/T6] INFO  formulate.app.Handlers.ApplicationStartedHandler - Ensuring Formulate version in the web.config.
     2016-12-20 14:25:43,707 [P2144/D8/T6] INFO  formulate.app.Handlers.ApplicationStartedHandler - Done ensuring Formulate version in the web.config.
     2016-12-20 14:25:43,707 [P2144/D8/T6] INFO  formulate.app.Handlers.ApplicationStartedHandler - Done running the queue of Formulate install actions.
     2016-12-20 14:25:48,153 [P2144/D6/T20] INFO  Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: ConfigurationChange
    
    _shutDownMessage=CONFIG change
    HostingEnvironment initiated shutdown
    CONFIG change
    CONFIG change
    CONFIG change
    CONFIG change
    CONFIG change
    CONFIG change
    CONFIG change
    CONFIG change
    CONFIG change
    HostingEnvironment caused shutdown
    
    _shutDownStack=   at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
       at System.Environment.get_StackTrace()
       at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
       at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
       at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace)
       at System.Web.Configuration.HttpConfigurationSystem.OnConfigurationChanged(Object sender, InternalConfigEventArgs e)
       at System.Configuration.Internal.InternalConfigRoot.OnConfigChanged(InternalConfigEventArgs e)
       at System.Configuration.BaseConfigurationRecord.OnStreamChanged(String streamname)
       at System.Web.Configuration.WebConfigurationHostFileChange.OnFileChanged(Object sender, FileChangeEvent e)
       at System.Web.DirectoryMonitor.FireNotifications()
       at System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback callback)
       at System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(Object state)
       at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
     2016-12-20 14:25:57,447 [P2144/D8/T17] INFO  Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: ConfigurationChange
    
    _shutDownMessage=CONFIG change
    HostingEnvironment initiated shutdown
    CONFIG change
    CONFIG change
    CONFIG change
    CONFIG change
    CONFIG change
    CONFIG change
    CONFIG change
    HostingEnvironment caused shutdown
    
    _shutDownStack=   at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
       at System.Environment.get_StackTrace()
       at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
       at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
       at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace)
       at System.Web.Configuration.HttpConfigurationSystem.OnConfigurationChanged(Object sender, InternalConfigEventArgs e)
       at System.Configuration.Internal.InternalConfigRoot.OnConfigChanged(InternalConfigEventArgs e)
       at System.Configuration.BaseConfigurationRecord.OnStreamChanged(String streamname)
       at System.Web.Configuration.WebConfigurationHostFileChange.OnFileChanged(Object sender, FileChangeEvent e)
       at System.Web.DirectoryMonitor.FireNotifications()
       at System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback callback)
       at System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(Object state)
       at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
     2016-12-20 14:25:59,665 [P2144/D10/T1] INFO  Umbraco.Core.CoreBootManager - Umbraco 7.5.6 application starting on REDACTED
     2016-12-20 14:25:59,688 [P2144/D10/T1] INFO  Umbraco.Core.PluginManager - Determining hash of code files on disk
     2016-12-20 14:25:59,711 [P2144/D10/T1] INFO  Umbraco.Core.PluginManager - Hash determined (took 23ms)
     2016-12-20 14:25:59,896 [P2144/D10/T1] INFO  Umbraco.Core.MainDom - Acquiring MainDom...
     2016-12-20 14:25:59,898 [P2144/D10/T1] INFO  Umbraco.Core.MainDom - Acquired MainDom.
     2016-12-20 14:25:59,903 [P2144/D10/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
     2016-12-20 14:26:03,215 [P2144/D10/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 3312ms)
     2016-12-20 14:26:03,230 [P2144/D10/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
     2016-12-20 14:26:03,246 [P2144/D10/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 15ms)
     2016-12-20 14:26:03,246 [P2144/D10/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
     2016-12-20 14:26:03,280 [P2144/D10/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 0 (took 33ms)
     2016-12-20 14:26:03,296 [P2144/D10/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Mvc.SurfaceController
     2016-12-20 14:26:03,308 [P2144/D10/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 11ms)
     2016-12-20 14:26:03,309 [P2144/D10/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
     2016-12-20 14:26:03,332 [P2144/D10/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 0 (took 22ms)
     2016-12-20 14:26:03,377 [P2144/D10/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
     2016-12-20 14:26:03,389 [P2144/D10/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 12ms)
     2016-12-20 14:26:03,390 [P2144/D10/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
     2016-12-20 14:26:03,403 [P2144/D10/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 0 (took 12ms)
     2016-12-20 14:26:04,545 [P2144/D10/T1] INFO  Umbraco.Core.DatabaseContext - CanConnect = True
     2016-12-20 14:26:04,730 [P2144/D10/T1] INFO  Umbraco.Core.DatabaseContext - CanConnect = True
     2016-12-20 14:26:04,738 [P2144/D10/T1] INFO  Umbraco.Web.Cache.CacheRefresherEventHandler - Initializing Umbraco internal event handlers for cache refreshing
     2016-12-20 14:26:04,791 [P2144/D10/T1] INFO  Umbraco.Core.Persistence.Database - New table 'FormulateSubmission' was created
     2016-12-20 14:26:04,795 [P2144/D10/T1] INFO  Umbraco.Web.Search.ExamineEvents - Initializing Examine and binding to business logic events
     2016-12-20 14:26:04,809 [P2144/D10/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
     2016-12-20 14:26:04,822 [P2144/D10/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 0 (took 13ms)
     2016-12-20 14:26:04,998 [P2144/D10/T1] INFO  Umbraco.Web.Search.ExamineEvents - Adding examine event handlers for index providers: 3
     2016-12-20 14:26:05,007 [P2144/D10/T1] INFO  Umbraco.Core.DatabaseContext - CanConnect = True
     2016-12-20 14:26:05,033 [P2144/D10/T1] INFO  Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 5464ms)
     2016-12-20 14:26:05,200 [P2144/D10/T7] INFO  Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://localhost:62072/umbraco (UmbracoModule request)
     2016-12-20 14:26:15,639 [P2144/D10/T14] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IParameterEditor
     2016-12-20 14:26:15,708 [P2144/D10/T14] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IParameterEditor, found 0 (took 69ms)
     2016-12-20 14:26:17,682 [P2144/D10/T14] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Trees.TreeController
     2016-12-20 14:26:17,697 [P2144/D10/T14] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Trees.TreeController, found 0 (took 14ms)
     2016-12-20 14:26:17,789 [P2144/D10/T14] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.ITree
     2016-12-20 14:26:17,813 [P2144/D10/T14] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.ITree, found 0 (took 23ms)
     2016-12-20 14:26:17,839 [P2144/D10/T14] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Trees.TreeController
     2016-12-20 14:26:17,840 [P2144/D10/T14] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Trees.TreeController, found 0 (took 0ms)
     2016-12-20 14:26:17,842 [P2144/D10/T14] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.ITree
     2016-12-20 14:26:17,863 [P2144/D10/T14] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.ITree, found 0 (took 21ms)
     2016-12-20 14:26:17,881 [P2144/D10/T14] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplication
     2016-12-20 14:26:17,921 [P2144/D10/T14] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplication, found 0 (took 39ms)
     2016-12-20 14:26:22,709 [P2144/D10/T14] INFO  Umbraco.Core.Configuration.ClientDependencyConfiguration - Updated version number from 301852782 to 851167940
     2016-12-20 14:26:22,714 [P2144/D10/T7] INFO  Umbraco.Core.MainDom - Stopping...
     2016-12-20 14:26:22,714 [P2144/D10/T7] INFO  Umbraco.Core.MainDom - Released MainDom.
     2016-12-20 14:26:22,810 [P2144/D10/T7] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Terminating
     2016-12-20 14:26:22,810 [P2144/D10/T7] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Waiting for tasks to complete
     2016-12-20 14:26:22,810 [P2144/D10/T7] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Terminating
     2016-12-20 14:26:22,810 [P2144/D10/T7] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Waiting for tasks to complete
     2016-12-20 14:26:22,811 [P2144/D10/T7] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Tasks completed, terminated
     2016-12-20 14:26:22,811 [P2144/D10/T7] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Terminating
     2016-12-20 14:26:22,811 [P2144/D10/T7] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Waiting for tasks to complete
     2016-12-20 14:26:22,811 [P2144/D10/T7] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Tasks completed, terminated
     2016-12-20 14:26:22,811 [P2144/D10/T7] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Terminating
     2016-12-20 14:26:22,811 [P2144/D10/T7] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Waiting for tasks to complete
     2016-12-20 14:26:22,811 [P2144/D10/T7] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Tasks completed, terminated
     2016-12-20 14:26:22,811 [P2144/D10/T7] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Terminating
     2016-12-20 14:26:22,812 [P2144/D10/T7] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Waiting for tasks to complete
     2016-12-20 14:26:22,812 [P2144/D10/T7] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Tasks completed, terminated
     2016-12-20 14:26:22,817 [P2144/D10/T11] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Tasks completed, terminated
     2016-12-20 14:26:24,991 [P2144/D11/T1] INFO  Umbraco.Core.CoreBootManager - Umbraco 7.5.6 application starting on REDACTED
     2016-12-20 14:26:25,017 [P2144/D11/T1] INFO  Umbraco.Core.PluginManager - Determining hash of code files on disk
     2016-12-20 14:26:25,025 [P2144/D11/T1] INFO  Umbraco.Core.PluginManager - Hash determined (took 8ms)
     2016-12-20 14:26:25,151 [P2144/D11/T1] INFO  Umbraco.Core.MainDom - Acquiring MainDom...
     2016-12-20 14:26:25,152 [P2144/D11/T1] INFO  Umbraco.Core.MainDom - Acquired MainDom.
     2016-12-20 14:26:25,167 [P2144/D11/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
     2016-12-20 14:26:25,448 [P2144/D11/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 281ms)
     2016-12-20 14:26:25,739 [P2144/D11/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
     2016-12-20 14:26:25,740 [P2144/D11/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 0ms)
     2016-12-20 14:26:25,740 [P2144/D11/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
     2016-12-20 14:26:25,741 [P2144/D11/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 0 (took 1ms)
     2016-12-20 14:26:25,749 [P2144/D11/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Mvc.SurfaceController
     2016-12-20 14:26:25,827 [P2144/D11/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 78ms)
     2016-12-20 14:26:25,830 [P2144/D11/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
     2016-12-20 14:26:25,912 [P2144/D11/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 0 (took 81ms)
     2016-12-20 14:26:25,993 [P2144/D11/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
     2016-12-20 14:26:26,001 [P2144/D11/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 7ms)
     2016-12-20 14:26:26,001 [P2144/D11/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
     2016-12-20 14:26:26,002 [P2144/D11/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 0 (took 1ms)
     2016-12-20 14:26:27,290 [P2144/D11/T1] INFO  Umbraco.Core.DatabaseContext - CanConnect = True
     2016-12-20 14:26:27,356 [P2144/D11/T1] INFO  Umbraco.Core.DatabaseContext - CanConnect = True
     2016-12-20 14:26:27,414 [P2144/D11/T1] INFO  Umbraco.Web.Cache.CacheRefresherEventHandler - Initializing Umbraco internal event handlers for cache refreshing
     2016-12-20 14:26:27,466 [P2144/D11/T1] INFO  Umbraco.Core.Persistence.Database - New table 'FormulateSubmission' was created
     2016-12-20 14:26:27,588 [P2144/D11/T1] INFO  Umbraco.Web.Search.ExamineEvents - Initializing Examine and binding to business logic events
     2016-12-20 14:26:27,618 [P2144/D11/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
     2016-12-20 14:26:27,626 [P2144/D11/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 0 (took 8ms)
     2016-12-20 14:26:27,754 [P2144/D11/T1] INFO  Umbraco.Web.Search.ExamineEvents - Adding examine event handlers for index providers: 3
     2016-12-20 14:26:27,762 [P2144/D11/T1] INFO  Umbraco.Core.DatabaseContext - CanConnect = True
     2016-12-20 14:26:27,785 [P2144/D11/T1] INFO  Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 2849ms)
     2016-12-20 14:26:30,348 [P2144/D11/T12] INFO  Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://localhost:62072/umbraco (UmbracoModule request)
     2016-12-20 14:26:33,190 [P2144/D11/T13] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Trees.TreeController
     2016-12-20 14:26:33,238 [P2144/D11/T13] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Trees.TreeController, found 0 (took 47ms)
     2016-12-20 14:26:33,242 [P2144/D11/T13] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.ITree
     2016-12-20 14:26:33,243 [P2144/D11/T13] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.ITree, found 0 (took 0ms)
     2016-12-20 14:26:33,480 [P2144/D11/T12] INFO  umbraco.content - Load Xml from file...
     2016-12-20 14:26:33,485 [P2144/D11/T12] INFO  umbraco.content - Loaded Xml from file.
     2016-12-20 14:26:34,008 [P2144/D11/T12] WARN  Umbraco.Web.UmbracoModule - Status code is 404 yet TrySkipIisCustomErrors is false - IIS will take over.
     2016-12-20 14:26:40,240 [P2144/D11/T30] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.HealthCheck.HealthCheck
     2016-12-20 14:26:40,395 [P2144/D11/T30] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.HealthCheck.HealthCheck, found 0 (took 155ms)
     2016-12-20 14:26:43,139 [P2144/D11/T28] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IPackageAction
     2016-12-20 14:26:43,168 [P2144/D11/T28] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IPackageAction, found 0 (took 29ms)
     2016-12-20 14:26:46,887 [P2144/D11/T28] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IParameterEditor
     2016-12-20 14:26:46,889 [P2144/D11/T28] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IParameterEditor, found 0 (took 2ms)
     2016-12-20 14:26:48,698 [P2144/D11/T29] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Trees.TreeController
     2016-12-20 14:26:48,698 [P2144/D11/T29] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Trees.TreeController, found 0 (took 0ms)
     2016-12-20 14:26:48,756 [P2144/D11/T12] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.ITree
     2016-12-20 14:26:48,758 [P2144/D11/T12] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.ITree, found 0 (took 1ms)
     2016-12-20 14:26:48,774 [P2144/D11/T12] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplication
     2016-12-20 14:26:48,776 [P2144/D11/T12] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplication, found 0 (took 2ms)
     2016-12-20 14:26:49,778 [P2144/D11/T12] WARN  Umbraco.Web.UmbracoModule - Status code is 404 yet TrySkipIisCustomErrors is false - IIS will take over.
     2016-12-20 14:26:52,874 [P2144/D10/T29] INFO  Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: ConfigurationChange
    
    _shutDownMessage=CONFIG change
    HostingEnvironment initiated shutdown
    CONFIG change
    HostingEnvironment caused shutdown
    
    _shutDownStack=   at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
       at System.Environment.get_StackTrace()
       at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
       at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
       at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace)
       at System.Web.Configuration.HttpConfigurationSystem.OnConfigurationChanged(Object sender, InternalConfigEventArgs e)
       at System.Configuration.Internal.InternalConfigRoot.OnConfigChanged(InternalConfigEventArgs e)
       at System.Configuration.BaseConfigurationRecord.OnStreamChanged(String streamname)
       at System.Web.Configuration.WebConfigurationHostFileChange.OnFileChanged(Object sender, FileChangeEvent e)
       at System.Web.DirectoryMonitor.FireNotifications()
       at System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback callback)
       at System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(Object state)
       at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
    

    If uninstall/reinstall doesn't work, here are some ideas:

    • Ensure you are using .NET 4.5.2.
    • Ensure you have permission to create new database tables.
    • Check the log for any error messages.
  • Trevor Loader 199 posts 256 karma points
    Dec 20, 2016 @ 22:34
    Trevor Loader
    0

    Thanks Nicholas. Uninstall/reinstall didn't work (I tried that many times on many different sites before posting here). I'll try a different machine as its looking like it might be something quirky with this one. Thanks. T

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Dec 23, 2016 @ 16:14
    Nicholas Westby
    0

    Just a heads up. If it seems to be based on the machine, it might be that you don't have .NET 4.5.2 installed. This might help with that: https://msdn.microsoft.com/en-us/library/hh925568(v=vs.110).aspx#net_d

Please Sign in or register to post replies

Write your reply to:

Draft