// post · 653
Bluetrait Event Viewer 1.6
Bluetrait Event Viewer (BTEV) 1.6 is now out. It has a few fixes that should make it compatible with WordPress 2.5 (due out in March I believe).
// leave a comment
HTML allowed: <a href="" title="" rel=""></a> <b></b> <blockquote cite=""></blockquote> <em></em> <i></i> <strike></strike> <strong></strong> <li></li> <ol></ol> <ul></ul>
ie: <b>bold</b>
Your comment may need to be reviewed before it is published.
// comments
I was running my WordPress 2.5 blog on PHP 4 (because I hadn't gotten around to having my server run .php as PHP5). While running PHP4, I couldn't activate your plugin because it triggered an error on the line with the debug_print_backtrace function. After telling my server to run .php as PHP5 I had no problem activating the plugin.
You might check and see if the function debug_print_backtrace is PHP5 only. If so, you might need to let users know.