From owner-freebsd-questions@FreeBSD.ORG Tue Dec 28 07:16:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7518E16A4CE for ; Tue, 28 Dec 2004 07:16:20 +0000 (GMT) Received: from station189.com (station189.com [203.194.198.184]) by mx1.FreeBSD.org (Postfix) with SMTP id 798D943D41 for ; Tue, 28 Dec 2004 07:16:19 +0000 (GMT) (envelope-from rene.mendoza@syspres.com) Received: (qmail 11730 invoked from network); 28 Dec 2004 07:16:38 -0000 Received: from unknown (HELO ?192.168.2.110?) (210.213.178.183) by station189.com with SMTP; 28 Dec 2004 07:16:38 -0000 Message-ID: <41D10A65.50801@syspres.com> Date: Tue, 28 Dec 2004 15:25:25 +0800 From: "Rene C. Mendoza" User-Agent: Mozilla Thunderbird 0.8 (X11/20041109) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: moinmoin-1.2.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 07:16:20 -0000 Hello! Has anyone successfully installed moinmoin-1.2.4 on FreeBSD 4.10? I installed from ports and used "make install clean" to install the port. AFAIK, there were no problems during the installation. However, whenever I try to create or edit a page on the default pages, I kept getting "Page is immutable!". Moreover, I get this error messages when I click on the "Info" link. Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/MoinMoin/request.py", line 391, in run wikiutil.getSysPage(self, config.page_front_page).page_name, self) File "/usr/local/lib/python2.4/site-packages/MoinMoin/wikiaction.py", line 544, in do_info history(page, pagename, request) File "/usr/local/lib/python2.4/site-packages/MoinMoin/wikiaction.py", line 402, in history log.to_end() File "/usr/local/lib/python2.4/site-packages/MoinMoin/logfile/logfile.py", line 268, in to_end self._input.seek(0, 2) # to end of file File "/usr/local/lib/python2.4/site-packages/MoinMoin/logfile/logfile.py", line 115, in __getattr__ raise StopIteration StopIteration Thanks in advance! Rene Mendoza