Na de /install/index.php te hebben uitgevoerd, krijg ik de onderstaande melding die ik niet verholpen krijg. Ik hoop dat iemand me kan helpen.

------------------------
Warning: include_once(MODX_MANAGER_PATH/includes/document.parser.class.inc.php) [function.include-once]: failed to open stream: No such file or directory in /usr/home/deb3757n6/domains/gohendrickx.nl/public_html/assets/modules/temailer/install/index.php on line 72
Warning: include_once() [function.include]: Failed opening ’MODX_MANAGER_PATH/includes/document.parser.class.inc.php’ for inclusion (include_path=’.:/usr/local/lib/php’) in /usr/home/deb3757n6/domains/gohendrickx.nl/public_html/assets/modules/temailer/install/index.php on line 72
Fatal error: Class ’DocumentParser’ not found in /usr/home/deb3757n6/domains/gohendrickx.nl/public_html/assets/modules/temailer/install/index.php on line
------------------------
De code waar het om gaat in de index.php is:
if (strtoupper($_SERVER[’REQUEST_METHOD’]) == ’POST’)
{
include_once("../../../../manager/includes/config.inc.php");
include_once(MODX_MANAGER_PATH.’/includes/document.parser.class.inc.php’);
$modx = new DocumentParser;
echo ’<p>Installation Progress...</p><ul>’;