You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oik-bwtrace v2.x used to support a constant named BW_TRACE_CONFIG_STARTUP.
Its purpose was to enable tracing as soon as the wp-config.php file was loaded.
Requirement
Enable tracing from the loading of the wp-config.php file
Add support for exporting the current trace options and action options configuration to a flat file ( JSON? ) so that they can be loaded when the database is not available.
We have to find a way to hide the trace files directory... perhaps this should be what needs to be put in BW_TRACE_CONFIG_STARTUP.
Document the new solution
Check what logic's required in _oik_bwtrace_mu.php and db.php.
The text was updated successfully, but these errors were encountered:
oik-bwtrace v2.x used to support a constant named
BW_TRACE_CONFIG_STARTUP
.Its purpose was to enable tracing as soon as the
wp-config.php
file was loaded.Requirement
Enable tracing from the loading of the
wp-config.php
fileProposed solution
BW_TRACE_CONFIG_STARTUP
._oik_bwtrace_mu.php
anddb.php
.The text was updated successfully, but these errors were encountered: