18-Sep-2011, 11:23 PM
sorry for my bad english.
i have a problem with the integration in page like this:
domain.de/modules.php?name=Downloads&d_op=viewdownloaddetails&lid=1234&ttitle=ProgramName
the URL ist rewrite with mod_rewrite on Server, the adress looks like this:
domain.de/download-details-1234-ProgramName.html
The PHP Code in Script from commentics looks like this:
$page_id = "$lid";
$reference = "$ttitle";
$path_to_comments_folder = "comments/";
define ('IN_COMMENTICS', 'true');
require $path_to_comments_folder . "includes/commentics.php";
and on site show only the text "comment" thats all, no formfield....
i have testet on a debian Webserver and on Windows 7/Xampp.
anyone has an idea where the error is?
het
i have a problem with the integration in page like this:
domain.de/modules.php?name=Downloads&d_op=viewdownloaddetails&lid=1234&ttitle=ProgramName
the URL ist rewrite with mod_rewrite on Server, the adress looks like this:
domain.de/download-details-1234-ProgramName.html
The PHP Code in Script from commentics looks like this:
$page_id = "$lid";
$reference = "$ttitle";
$path_to_comments_folder = "comments/";
define ('IN_COMMENTICS', 'true');
require $path_to_comments_folder . "includes/commentics.php";
and on site show only the text "comment" thats all, no formfield....
i have testet on a debian Webserver and on Windows 7/Xampp.
anyone has an idea where the error is?
het