I just moved my site to another server a week or so ago. It seems that since then I have been getting this message when trying to submit a comment: Warning:...
... That (and all the others) is actually a cascading error from an @fopen(...) somewhere above line 47. First, make sure you set the permissions on both the...
... @fopen(...) ... on both ... can write ... everything 777), ... @ says ... happening. ... Thanks for the help, Phil. I feel kind of stupid now. I don't...
My comments are all being logged to the same comments file....so every post has the same list of comments attached. How do I get dotcomments to store separate...
I have two weblogs I maintain for friends and they both use dotcomments. We have been using them for years now and suddenly as soon as they post a new post,...
http://www.13holes.com scroll down to the post with the picture of the two disco spies and there wont be any comments on it (hopefully, if there's comments...
... { ... what's my blogger template? is that the page where the "comments (0)" should show up? and also.. what do i put for "$comments_path" ??? is it just...
I was using an older version (no IP blocking) and only recently upgraded to the main version. What happened to the line break seperation between the comments? ...
I followed the readme.txt and installed the dotcomments files (03, including readme) to a subdomain, titled "http://mywebsite.com/BLOGNAME/comments.php". I...
... <snip/> ... From the readme's Requirements section: 2. Your weblog pages (both index and archive pages) must have a .php extension. If they do not, the...
Thanks for your fast response...I'll go modify and see what happens, then return later this evening and post any ongoing problems and/or news about resolution....
Sorry about earlier comment: I DID locate that information in the README.txt file, but had overlooked it. I've now tried to publish/republish everything in...
The comments count shows up on the main page, but the link brings up a 500 - internal service error. www.dailyramblings.com/members/crapalog/ to see for...
I'm having trouble with my blog always showing "0 comments", even when comments have been posted. Here's the php I'm using: <? function commentCount($n) { ...
On Wed, 26 May 2004 04:09:35 -0000, paulchristohperryan2 ... I believe he said "Oh, am I still subscribed to this? I can't be bothered to scroll down to the...
My comment counter doesn't work. Any suggestions would be greatly appreciated. Here's what I include in the Blogger template: <? function commentCount($n) { ...
Hello, Just joined hoping to get a look at dotcomments. Can someone point me to a site that has it implemented - especially a Grey Matter site? Perhaps I...
Hey guys. I recently unsubscribed from a group on yahoo and I'm still getting e-mails from the group. What's the deal with that? Is this something I should...
Hi everyone, I use the dotcomments for years, and this week the comments simply desapear. The counters are "0" and the link donīt show me the comments. They...
Hi-- Same thing happened to me. I implemented Drew's fix (see message here: http://groups.yahoo.com/group/dotcomments-support/message/592), and that got the...
Hey...just figured out how to get the counter working as well. Implement the change here: http://groups.yahoo.com/group/dotcomments- support/message/546, in...
hi, i've been using dotcomments for a few months and it's been working great! then, lunarpages added some PHP security (suPHP) and now nothing can be chmod 777...
Hi all, Some people have been posting novels in my comments system and it appears as though it has somehow reached its limit, because the last person's comment...
I've been using dotcomments for years now; I just moved my blog to a different server and the comments aren't working now. No error messages, no nothing,...
... Find the section in comments.php that says: $file = @fopen("comments/$commentID.comment", 'a'); fwrite($file, $thisComment); and delete the @ before fopen...