I’m using logbox 1.8 in standalone mode within a FW/1 app. Long story short, there is a reference within system.core.util.Util.cfc on line 17 to a CFC that doesn’t exist.
There is no ‘logbox.system.core.dynamic.MixerUtil’ CFC included. To fix this I found one in the coldbox framework, created the appropriate folder and dropped it in and I’m in business. But I’m not sure if I’m doing something wrong or if there is a problem with download? I call the following code in Application.cfc in the ‘onApplicationStart’ method to configure logbox:
Something might be wrong with the build script for LogBox. The LogBox code is part of the ColdBox repo on GitHub and we have an Ant script that separates out the logging bits and core libs and repackages them together. Can you zip up your LogBox folder and send it so I can see what’s in it. Also, redownload and confirm that the latest download doesn’t have it either please.
Sounds like a bug in the build process then. You can borrow that folder from the ColdBox download since it’s the same code. In the mean time I’d recommend just switching over to the full ColdBox platform
Also, please enter a ticket so we can get the LogBox download fixed.