13-Mar-2015, 09:17 AM
My next try was to remove the parameters like this:
PHP Code:
<?php
$cmtx_parameters = 'en, cz';
$cmtx_identifier = $zeile['id'];
$cmtx_reference = $zeile['name'];
$cmtx_path = $_SERVER['DOCUMENT_ROOT'].'sites/comments/';
require $cmtx_path.'includes/commentics.php'; //don't edit this line
But when i do this the whole comment-script is gone