This allows you to check that your KnowledgeTree configuration is set up correctly. You can run this at any time after configuration to check that things are still set up correctly.
Your document directory is set to the default, which is inside the web root. This may present a security problem if your documents can be accessed from the web, working around the permission system in KnowledgeTree.
'; } $linkcheck = generateLink('/Documents/', ''); $handle = @fopen($linkcheck, 'rb'); if ($handle !== false) { print 'Your document directory seems to be accessible via the web!
'; } ?>Logging support is operational.
} ?>Database support is not currently working. Error is: ' . htmlentities($dbSupport->toString()) . '
'; } else { ?>Database connectivity successful.
Unable to do a basic database query. Error is: ' . htmlentities($selectPriv->toString()) . '
'; } else { print 'Basic database query successful.
'; } ?> } ?>