20-Mar-2017, 01:42 PM
Hi Steven,
Thank you for your help. I was able to install system. But I am still not able to make it work.
I placed following codes in a test page on website (http://companyinfoz.com/test.php) :
<?php
session_start();
?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<?php
$cmtx_identifier = '1';
$cmtx_reference = 'Page One';
$cmtx_folder = '/comments/';
require($_SERVER['DOCUMENT_ROOT'] . $cmtx_folder . 'frontend/index.php');
?>
Page is appearing blank. I do not see any php error also, Any idea how can I fix this ?
Regards,
Kumar
Thank you for your help. I was able to install system. But I am still not able to make it work.
I placed following codes in a test page on website (http://companyinfoz.com/test.php) :
<?php
session_start();
?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<?php
$cmtx_identifier = '1';
$cmtx_reference = 'Page One';
$cmtx_folder = '/comments/';
require($_SERVER['DOCUMENT_ROOT'] . $cmtx_folder . 'frontend/index.php');
?>
Page is appearing blank. I do not see any php error also, Any idea how can I fix this ?
Regards,
Kumar