|
Post by courtney8604 on Feb 8, 2007 22:23:17 GMT -5
so, everything is working fine, but i haven't had any comments in a while so i tried posting a test comment and after clicking "post" after filling in the comments, an internal error comes up. any suggestions as to what could be wrong? stand-in-the-rain.net is the site thanks!
|
|
|
Post by coldstone on Feb 9, 2007 0:42:16 GMT -5
Hey Courtney,
When I looked at your gm.cgi, it said that gm-comments.cgi wasn't readable and to chmod it to 755. I am guessing your permissions on that file got changed somehow.
|
|
|
Post by courtney8604 on Feb 9, 2007 8:59:27 GMT -5
alright that seemed to work... for some reason it was chmod at 0.... weird and it wouldn't let me changed it so i had to reupload it.... crazy stuff. anyway, thanks a lot 
|
|
|
Post by cenobyte on Feb 20, 2007 13:25:16 GMT -5
Gah.
I was having this same problem. gm-comments.cgi and gm.cgi are CHMODded correctly to 755, but every time someone goes to post a comment, an internal server error popped up. I eventually just had to reinstall the original gm-comments.cgi file from the installation package. That seemed to work fine. I suspect when I opened the file originally, some extraneous program grut got stuck in there and mucked up the code.
The comments are working well, now (still working on syndication).
Cheers, j
|
|
|
Post by gotadam on Mar 7, 2007 5:03:40 GMT -5
I don't mean to hijack the post, but since it's semi related I'll post here so I don't have to start a new thread. Appologies if this has been answered somewhere, but I cannot post comments on GM 1.7.1, I've tried using IE and Firefox. I have Force Preview and Commenter Verify both checked, however I don't see any commenter verifier, and after pressing "Post It" it looks as if its just going to the same page and no comment is posted. www.gotadam.com/archives/00000750.shtmlThank you.
|
|
|
Post by coldstone on Mar 7, 2007 18:27:48 GMT -5
Not a problem. There is actually a post for this in the bug board: greymatterforum.proboards82.com/index.cgi?board=gmbugreport&action=display&thread=1167774944But I think the search for these boards is kinda sucky, because google does not crawl them well/often enough. Basically, I made a goof when I implemented Force Preview, I assumed that the "Post It" button had a attribute "name=postit" which it did on my instance, but not by default. My apologies for this. If you modify your templates for comment previewing, change: <input type="submit" value="Post It" /> to: <input type="submit" name="postit" value="Post It" />
|
|