23-Apr-2013, 08:46 PM
Hello-- After much ado, I've gotten to the point where I can access the Commentics admin panel on the server. I've pretty thoroughly perused previous forum threads about this problem; have checked with my web host to ensure that all parameters needed are in their configuration; have gone over and over the 3 webpage codings necessary... to no avail - no form shows up on the one page I've put the codes into (in the right places, I would swear).
[My WYSIWYG editor (BlueGriffon) refuses to save the pre-<!DOCTYPE html> code, drat it - but I added it to the page via my cPanel editor - and will presumably have to do this every single time I update this page, which I expect to do often - aargh! The editor likewise will not allow the stacked-lines php coding - keeps running it all together on one line, no matter what I think of to try - but I've repaired -that- in the cPanel editor too... just in case that was quirking things up.]
I've added the "AddHandler" coding to an .htaccess file in /public_html/, which the /comments/ directory is under - have tried -both- versions given in your "Integration" documentation under "HTML Pages". Your documentation doesn't tell explicitly how to structure this file, so I just put that line like this (copying the example):
# secure .htaccess files
<Files .htaccess>
AddHandler x-httpd-php5-cgi .html .htm .shtml
</Files>
(I really wanted to add ".xhtml" to the end of that string ;^) - rather, I did...and then I took it out again, -just in case-!)
Still, I've even tried renaming the page (ideas.html) to ideas.php - but when I then typed the page URL into my browser, it merely showed a blank white screen instead of the full-of-stuff page. ??
I've also tried putting the "../" before "comments/", in case I was misinterpreting your statements about files being "in a directory" (because your definition of "root" as "public_html" was different from my understanding, so who knows)... But as this didn't change anything, I took those back out again.
One trouble may be that there are so many interrelated bits and pieces, I may have not truly scientifically tested every possibility, or had -2- things out of whack at once... If the mistake lies there, I'm sorry - I truly didn't want to have to bother you with this. (Have already spent a few days going back and forth with my webhost to get to the point of accessing the admin panel - darn, I thought I was home free! But, during that painful episode, I checked and rechecked all those files - so hopefully they're all there and okay. In any case, the admin panel is still working.)
I wondered whether there could be a -conflict- between the -2- meta-http-equiv lines that are now in this page:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="../comments/css/stylesheet.css" />
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
The second one was already there, and your documentation doesn't mention that situation, so there are now both. (I believe I even did try removing it, though at this point I wouldn't swear to that one.)
Do you have an inkling of what is holding this up? (I'm not a coder - big surprise.) The URL is www.weekendofnoblame.info/ideas.html
Thank you so much for your help!
[My WYSIWYG editor (BlueGriffon) refuses to save the pre-<!DOCTYPE html> code, drat it - but I added it to the page via my cPanel editor - and will presumably have to do this every single time I update this page, which I expect to do often - aargh! The editor likewise will not allow the stacked-lines php coding - keeps running it all together on one line, no matter what I think of to try - but I've repaired -that- in the cPanel editor too... just in case that was quirking things up.]
I've added the "AddHandler" coding to an .htaccess file in /public_html/, which the /comments/ directory is under - have tried -both- versions given in your "Integration" documentation under "HTML Pages". Your documentation doesn't tell explicitly how to structure this file, so I just put that line like this (copying the example):
# secure .htaccess files
<Files .htaccess>
AddHandler x-httpd-php5-cgi .html .htm .shtml
</Files>
(I really wanted to add ".xhtml" to the end of that string ;^) - rather, I did...and then I took it out again, -just in case-!)
Still, I've even tried renaming the page (ideas.html) to ideas.php - but when I then typed the page URL into my browser, it merely showed a blank white screen instead of the full-of-stuff page. ??
I've also tried putting the "../" before "comments/", in case I was misinterpreting your statements about files being "in a directory" (because your definition of "root" as "public_html" was different from my understanding, so who knows)... But as this didn't change anything, I took those back out again.
One trouble may be that there are so many interrelated bits and pieces, I may have not truly scientifically tested every possibility, or had -2- things out of whack at once... If the mistake lies there, I'm sorry - I truly didn't want to have to bother you with this. (Have already spent a few days going back and forth with my webhost to get to the point of accessing the admin panel - darn, I thought I was home free! But, during that painful episode, I checked and rechecked all those files - so hopefully they're all there and okay. In any case, the admin panel is still working.)
I wondered whether there could be a -conflict- between the -2- meta-http-equiv lines that are now in this page:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="../comments/css/stylesheet.css" />
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
The second one was already there, and your documentation doesn't mention that situation, so there are now both. (I believe I even did try removing it, though at this point I wouldn't swear to that one.)
Do you have an inkling of what is holding this up? (I'm not a coder - big surprise.) The URL is www.weekendofnoblame.info/ideas.html
Thank you so much for your help!