04-Jan-2016, 04:39 PM
Hello all
I have just installed this nice comment system without special issues, but whet I try to integrate it on my website I'm having problems with the pages creation and access. I added the necessary code to a test page as described at integration wiki:
But when I visit the page the message "Please ensure that this page has an identifier" appears where the comments form should be and Admin panel->Manage->Pages showed 0 entries. I then inserted page info at pages table in the database with an sql statement. Now Admin panel shows the page, but the my test page still shows the missing identifier message.
I have just installed this nice comment system without special issues, but whet I try to integrate it on my website I'm having problems with the pages creation and access. I added the necessary code to a test page as described at integration wiki:
Code:
$cmtx_identifier = '0';
$cmtx_reference = 'Inicio';
$cmtx_path = 'commentics/';
require $cmtx_path . 'includes/commentics.php';
But when I visit the page the message "Please ensure that this page has an identifier" appears where the comments form should be and Admin panel->Manage->Pages showed 0 entries. I then inserted page info at pages table in the database with an sql statement. Now Admin panel shows the page, but the my test page still shows the missing identifier message.