Conversation
supportGetting this error: Warning: require_once(__DIR__/class-dbug.php) [function.require-once]: failed to open stream: To fix I changed the code to the following: require_once dirname(__FILE__) . '/class-dbug.php'; require_once dirname(__FILE__) . '/class-wp-dbug.php'; http://wordpress.org/extend/plugins/wp-dbug/
No comments were stored for this source.