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
While upgrading oik and oik-bwtrace in a WordPress Multisite installation ( oik-plugins.eu ) I got a Fatal error; produced when oik-types attempted to call bw_trace2.
Expected output
No fatal error.
Oik-types is dependent upon oik and oik-fields so should not be using functions until it’s safe to do so.
Actual output
Fatal error: Uncaught Error: Call to undefined function bw_trace2() in oik-types/oik-types.php:460
Explanation
During an upgrade to the latest version of oik-bwtrace and oik I'd deactivated oik-bwtrace to avoid a compatibility problem between non-final versions. But somehow the oik plugin had also become deactivated. This was unexpected. So bw_trace2 was not being loaded by either of these plugins.
While upgrading oik and oik-bwtrace in a WordPress Multisite installation ( oik-plugins.eu ) I got a Fatal error; produced when oik-types attempted to call bw_trace2.
Expected output
No fatal error.
Oik-types is dependent upon oik and oik-fields so should not be using functions until it’s safe to do so.
Actual output
Fatal error: Uncaught Error: Call to undefined function bw_trace2() in oik-types/oik-types.php:460
Explanation
During an upgrade to the latest version of oik-bwtrace and oik I'd deactivated oik-bwtrace to avoid a compatibility problem between non-final versions. But somehow the oik plugin had also become deactivated. This was unexpected. So bw_trace2 was not being loaded by either of these plugins.
Workaround
Deactivate oik-types prior to updating oik.
Proposed solution
It’s an unexpected situation leading to an unexpected result.
It should be tested in both WPMS and straight WordPress.
The text was updated successfully, but these errors were encountered: