4と5のリビジョン間の差分
| 削除された箇所はこのように表示されます。 | 追加された箇所はこのように表示されます。 | 
| 行 101: | 行 101: | 
| 
= ポート番号の変更 = Apache2と同居させる場合は、Aipo4のポート番号を変更する。[[BR]] 以下のファイルを変更する。 * {{{/opt/aipo/bin/backup_handler.sh}}} * {{{/opt/aipo/bin/restore_handler.sh}}} * {{{/opt/aipo/bin/shutdown.sh}}} * {{{/opt/aipo/bin/startup.sh}}} * {{{/opt/aipo/tomcat/conf/server.xml}}}  | 
TypeError
'dict' object is not callable
If you want to report a bug, please save this page and attach it to your bug report.
Traceback
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/home/osakichi/moin/lib/python2.4/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI object>)
- 1170 self.page.send_page(self, msg=msg)
 - 1171 else:
 - 1172 handler(self.page.page_name, self)
 - 1173
 - 1174 # generate page footer (actions that do not want this footer use
 
- handler = <function do_diff>
 - self = <MoinMoin.request.RequestCGI object>
 - self.page = <MoinMoin.Page.Page instance>
 - self.page.page_name = u'Aipo'
 
/home/osakichi/moin/lib/python2.4/site-packages/MoinMoin/wikiaction.py in do_diff (pagename=u'Aipo', request=<MoinMoin.request.RequestCGI object>)
- 170 from MoinMoin.util.diff import diff
 - 171 request.write(diff(request, oldpage.get_raw_body(), newpage.get_raw_body()))
 - 172 newpage.send_page(request, count_hit=0, content_only=1, content_id="content-below-diff")
 - 173 else:
 - 174 lines = wikiutil.linediff(oldpage.getlines(), newpage.getlines())
 
- newpage = <MoinMoin.Page.Page instance>
 - newpage.send_page = <bound method Page.send_page of <MoinMoin.Page.Page instance>>
 - request = <MoinMoin.request.RequestCGI object>
 - count_hit undefined
 - content_only undefined
 - content_id undefined
 
/home/osakichi/moin/lib/python2.4/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, msg='', **keywords={'content_id': 'content-below-diff', 'content_only': 1, 'count_hit': 0})
- 1254 format_args=pi_formatargs,
 - 1255 do_cache=do_cache,
 - 1256 start_line=pi_lines)
 - 1257
 - 1258 # check for pending footnotes
 
- start_line undefined
 - pi_lines = 0
 
/home/osakichi/moin/lib/python2.4/site-packages/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, Parser=<class MoinMoin.parser.wiki.Parser>, body=u'Debian etch\u3078\u306e\u3001Aipo4\uff08ver.4.0.2.0\uff09\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\n\n= \u76ee\u6b21 =\n...cd /opt/aipo/bin\n./startup.sh\n}}}\n\n----\n\u30ab\u30c6\u30b4\u30ea\u30fc\uff1a\u6280\u8853\n', format_args='', do_cache=1, **kw={'start_line': 0})
- 1345 try:
 - 1346 code = self.loadCache(request)
 - 1347 self.execute(request, parser, code)
 - 1348 except Exception, e:
 - 1349 if not is_cache_exception(e):
 
- self = <MoinMoin.Page.Page instance>
 - self.execute = <bound method Page.execute of <MoinMoin.Page.Page instance>>
 - request = <MoinMoin.request.RequestCGI object>
 - parser = <MoinMoin.parser.wiki.Parser instance>
 - code = <code object <module> at 0x803b8a8b0, file "Aipo", line 2>
 
/home/osakichi/moin/lib/python2.4/site-packages/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, parser=<MoinMoin.parser.wiki.Parser instance>, code=<code object <module> at 0x803b8a8b0, file "Aipo", line 2>)
- 1374 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
 - 1375 try:
 - 1376 exec code
 - 1377 except 'CacheNeedsUpdate':
 - 1378 raise Exception('CacheNeedsUpdate')
 
- code = <code object <module> at 0x803b8a8b0, file "Aipo", line 2>
 
/home/osakichi/www/Aipo in
() 
TypeError
'dict' object is not callable
- args = ("'dict' object is not callable",)
 - message = "'dict' object is not callable"
 
System Details
- Date: Tue, 04 Nov 2025 16:05:30 +0000
 - Platform: FreeBSD www612.sakura.ne.jp 11.2-RELEASE-p16 FreeBSD 11.2-RELEASE-p16 #2: Mon Dec 9 13:33:15 JST 2024 root@www4400.sakura.ne.jp:/home/obj/usr/src/sys/GENERIC amd64
 - Python: Python 2.7.18 (/usr/local/bin/python)
 - MoinMoin: Release 1.5.7 (release)
 
おさのうぃき