We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 24265
    • 3 Posts
    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. smiley
    ------------------------
    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>’;