Closed bobbingwide closed 8 years ago
In certain circumstances, if 'shutdown' is invoked earlier than expected, then the logic invoked attempts to call functions that haven't been loaded.
e.g.
bw_lazy_trace_count() should include a line to
oik_require( "includes\oik-actions.php", "oik-bwtrace" );
Oh my! I got the slash the wrong way round!
oik_require( "includes/oik-actions.php", "oik-bwtrace" );
In certain circumstances, if 'shutdown' is invoked earlier than expected, then the logic invoked attempts to call functions that haven't been loaded.
e.g.
bw_lazy_trace_count() should include a line to