Return-Path: Delivered-To: apmail-roller-user-archive@www.apache.org Received: (qmail 66615 invoked from network); 20 Apr 2007 20:16:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Apr 2007 20:16:21 -0000 Received: (qmail 99640 invoked by uid 500); 20 Apr 2007 20:16:27 -0000 Delivered-To: apmail-roller-user-archive@roller.apache.org Received: (qmail 99589 invoked by uid 500); 20 Apr 2007 20:16:27 -0000 Mailing-List: contact user-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@roller.apache.org Delivered-To: mailing list user@roller.apache.org Received: (qmail 99576 invoked by uid 99); 20 Apr 2007 20:16:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2007 13:16:27 -0700 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2007 13:16:20 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HezWR-00050M-Fy for user@roller.apache.org; Fri, 20 Apr 2007 13:15:59 -0700 Message-ID: <10109565.post@talk.nabble.com> Date: Fri, 20 Apr 2007 13:15:59 -0700 (PDT) From: lruiz To: user@roller.apache.org Subject: Re: Help with this problem "Comments are closed for this entry." In-Reply-To: <002b01c78358$d0986f00$6c01a8c0@HALFDOME> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: lrd190281@gmail.com References: <10091744.post@talk.nabble.com> <002b01c78358$d0986f00$6c01a8c0@HALFDOME> X-Virus-Checked: Checked by ClamAV on apache.org I check all the configs and they are ok, I think the problem is on the themes for some reason the $entry object isn't set so the following code on Weblog.vm doesn't work #if ($model.permalink) #showWeblogEntryComments($entry) #showWeblogEntryCommentForm($entry) #end so I moved the code to _day.vm in iteration over entries, and now it works, btw, i don't know nothing about velocity or if this is a good solution but I hope that helps you in some way so I attached the patch with the code changes for a better understanding Anil Gangolli wrote: > > > Check two places: > > There's a value that determines the number of days to allow for comments. > The default value for a new entry is determined on the Weblog Settings | > Preferences Tab | Settings page for the weblog. > > Their is an independent value for each entry; this value is initially set > from the default but can be tweaked per entry. You can see it by editing > the entry and looking under the "Advanced Settings" part of the page (if > you > click to expand that). > > What are you seeing there? > > Note that there may be bugs in the latest trunk code that are not in > previously released versions. > --a. > > > > ----- Original Message ----- > From: "lruiz" > To: > Sent: Thursday, April 19, 2007 10:40 PM > Subject: Help with this problem "Comments are closed for this entry." > > >> >> I had downloaded roller from trunk and then compile with success, I'm >> using >> tomcat5.5.23, mysql5.0.37, mysql connector5.0.5, the application runs >> fine, >> the think that I'm unable to comment an entry, I check the configuration >> and >> all seems ok (comments are suppose to allowed) but i always get this >> message >> "Comments are closed for this entry." >> >> thanks in advance >> larry >> -- >> View this message in context: >> http://www.nabble.com/Help-with-this-problem-%22Comments-are-closed-for-this-entry.%22-tf3611319s12275.html#a10091744 >> Sent from the Roller - User mailing list archive at Nabble.com. >> > > > http://www.nabble.com/file/8010/allow_comments_patch.txt allow_comments_patch.txt -- View this message in context: http://www.nabble.com/Help-with-this-problem-%22Comments-are-closed-for-this-entry.%22-tf3611319s12275.html#a10109565 Sent from the Roller - User mailing list archive at Nabble.com.