* */ echo "

Testing Scriblio. Look for any errors reported below (and cross your fingers that we don't have any).

"; ini_set('display_errors', 'on'); error_reporting(E_ERROR); require_once('../../../wp-config.php'); ini_set('display_errors', 'on'); error_reporting(E_ERROR); if($scrib){ echo "

The Scriblio plugin registered in WordPress and active.

"; }else{ require_once('scriblio.php'); echo "

The Scriblio plugin isn't registered in WordPress, but I was able to manually test it. If any errors appear above, please copy them in their entirety and send them to the Scriblio mail list.

"; } //phpinfo(); ?>