Fatal Error
-
Getting 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';
- The topic ‘Fatal Error’ is closed to new replies.