Ticket #358 (assigned enhancement)

Opened 2 years ago

Last modified 2 years ago

Pre-Bootstrap Validator

Reported by: vicky3@… Owned by: DanWilson
Priority: normal Milestone: 3.2
Version: 3.0.178 Severity: normal
Keywords: Cc:

Description

Pertains to error:

Could not find the ColdFusion? Component or Interface ModelGlue?.gesture.loading.ColdSpringBootstrapper?. Ensure that the name is correct and that the component or interface exists.

Change History

Changed 2 years ago by vicky3@…

Pertains to error:

Could not find the ColdFusion? Component or Interface ModelGlue?.gesture.loading.ColdSpringBootstrapper?. Ensure that the name is correct and that the component or interface exists.

Changed 2 years ago by cfgrok

I don't know what issue is being reported here -- Vicky, can you provide any further information on this?

Changed 2 years ago by Vicky

Sorry, not sure why I would open a ticket without details.

This is supposed to be a request for a pre-bootstrap validator that tries to check dependencies. The issue came down to a CFC mapping on a shared host, not an MG issue. But, it was requested of me to put in a ticket in order to make the resulting error easier to digest.

From my chat log: "In order to use a cfc in your path, we'd need to call it foo.ModelGlue?.component.whatever.this.is and ModelGlue? isn't expecting that. It expects to refer to ModelGlue? as the top level package/directory etc"

Changed 2 years ago by DanWilson

I'm not sure how this error even happened because in order to get this far in the framework loading, you'd have to be able to find <cfinclude template="/ModelGlue/gesture/ModelGlue.cfm" />

And if you can find that file, then all the paths will work. And if you can not find that file, none of the paths will work.

DW

Changed 2 years ago by DanWilson

  • milestone set to 3.1.x-next-patch

Let's look into adding some sort of self-test and throw a friendly error if we can't find the base components we need. This would be easy enough and might help someone.

Changed 2 years ago by DanWilson

  • owner set to DanWilson

Changed 2 years ago by DanWilson

  • status changed from new to assigned

Changed 2 years ago by boomfish

  • milestone changed from 3.1 Maintenance Beta to 3.1 Maintenance Final

Pushed ticket to next milestone.

Changed 2 years ago by cfgrok

  • milestone changed from 3.1 Maintenance Final to 3.2

Reassigning to 3.2 milestone

Note: See TracTickets for help on using tickets.