22-Apr-2015, 07:46 PM
The error isn't saying that commentics.php is not at that location. It's saying that set_variables.php is not at that location.
So it's likely that the value of the $cmtx_path variable is the issue.
1. Can you post the URL of the page where you're seeing that error.
2. Can you post your full integration code (the code that looks like this):
So it's likely that the value of the $cmtx_path variable is the issue.
1. Can you post the URL of the page where you're seeing that error.
2. Can you post your full integration code (the code that looks like this):
PHP Code:
<?php
$cmtx_identifier = '1';
$cmtx_reference = 'Page One';
$cmtx_path = 'upload/';
require $cmtx_path . 'includes/commentics.php'; //don't edit this line
?>