MessageBox module sometimes has an issue

I know I’m not the newest but I just upgraded my and refactored to 4.3 and I’m getting an issue with this particular app where somethings it’s erroring out with a missing include. I have another app running this same exact version and I don’t have this issue. Any ideas?

ColdBox SEEK 4.3.0+188 Nehemiah

Type: MissingInclude
Messages: Could not find the included template /cbmessagebox/views/MessageBox.cfm. Note: If you wish to use an absolute template path (for example, template="/mypath/index.cfm") with include, you must create a mapping for the path using the ColdFusion Administrator. Or, you can use per-application settings to specify mappings specific to this application by specifying a mappings struct to THIS.mappings in Application.cfc.
Using relative paths (for example, template=“index.cfm” or template="…/index.cfm") does not require the creation of any special mappings. It is therefore recommended that you use relative paths with include whenever possible.

Tag Context:

Jonatha, what version of messagebox are you using?