25-Mar-2015, 08:36 PM
I think the issue that the original poster had was that their "require" wasn't pointing to where the commentics.php file was. It was likely resulting in a fatal error but their server probably wasn't displaying the error.
With yours it seems like it's requiring the file successfully, because it's showing the "Access Denied" message which is from the commentics.php file. However it looks like the PHP variable $cmtx_path isn't set which is why it's showing that message. Maybe you removed that variable from the integration code?
With yours it seems like it's requiring the file successfully, because it's showing the "Access Denied" message which is from the commentics.php file. However it looks like the PHP variable $cmtx_path isn't set which is why it's showing that message. Maybe you removed that variable from the integration code?