oik version 1.2 broken – one line fix available
Apologies to anyone who installed an early version of oik version 1.2 to discover it produced the following error
Fatal error: Call to undefined function bw_trace() in … wp-content\plugins\oik\oik-add-shortcodes.php on line 174
There is a simple fix – but it requires you to be able to get to the code. Unfortunately you can’t get to the code by going to http://yourdomain/wp-admin/plugin-editor.php?file=oik%2Foik-add-shortcodes.php&plugin=oik%2Foik.php
You have to be able to access the file on the server.
In the oik-add-shortcodes.php file add the following line, after line 1.
require_once( ‘bwtrace.inc’ );
If you have been affected and need some help let me know Contact