[COREblog-en] Major Issue with Coreblog 0.9b upgrade -

michael nt milne michael.milne at gmail.com
Mon May 22 18:36:17 CEST 2006


Thanks for the help but this is a site that has been running for a while.
Creating a new instance wouldn't help here.

I had a look at the event.log and found these around the time that the
entries disappeared.

1.

2006-05-18T11:24:51 ERROR Types Tool _queryFactoryMethod raised an exception
Traceback (most recent call last):
  File "/home/zopeinstance/Products/CMFCore/TypesTool.py", line 523, in
_queryFactoryMethod
    p = dispatcher[self.product]
  Fceback (most recent call last):
  File "/home/zopeinstance/Products/Archetypes/ExtensibleMetadata.py", line
256, in allowDiscussion
    dtool.overrideDiscussionFor(self, allowDiscussion)
  File "/home/zopeinstance/Products/CMFDefault/DiscussionTool.py", line 88,
in overrideDiscussionFor
    raise AccessControl_Unauthorized
Unauthorized: <AccessControl.unauthorized.Unauthorized instance at
0x44b1fe0c>

2.

------
2006-05-18T11:25:18 ERROR Zope.SiteErrorLog
Traceback (most recent call last):
  File "/opt/Zope-2.8/lib/python/ZPublisher/Publish.py", line 113, in
publish
    request, bind=1)
  File "/opt/Zope-2.8/lib/python/ZPublisher/mapply.py", line 88, in mapply
    if debug is not None: return debug(object,args,context)
  File "/opt/Zope-2.8/lib/python/ZPublisher/Publish.py", line 40, in
call_object
    result=apply(object,args) # Type s<cr> to step into published object.
  File
"/home/zopeinstance/Products/CMFFormController/FSControllerPageTemplate.py",
line 98, in __call__
    return self._call(FSControllerPageTemplate.inheritedAttribute('__call__'),
*args, **kwargs)
  File
"/home/zopeinstance/Products/CMFFormController/BaseControllerPageTemplate.py",
line 39, in _call
    return self.getNext(controller_state, REQUEST)
  File "/home/zopeinstance/Products/CMFFormController/ControllerBase.py",
line 243, in getNext
    return next_action.getAction()(controller_state)
  File
"/home/zopeinstance/Products/CMFFormController/Actions/TraverseTo.py", line
36, in __call__
    REQUEST, bind=1)
  File "/opt/Zope-2.8/lib/python/ZPublisher/mapply.py", line 88, in mapply
    if debug is not None: return debug(object,args,context)
  File "/opt/Zope-2.8/lib/python/ZPublisher/Publish.py", line 40, in
call_object
    result=apply(object,args) # Type s<cr> to step into published object.
  File
"/home/zopeinstance/Products/CMFFormController/FSControllerPythonScript.py",
line 105, in __call__
    result = FSControllerPythonScript.inheritedAttribute('__call__')(self,
*args, **kwargs)
  File "/home/zopeinstance/Products/CMFFormController/Script.py", line 141,
in __call__
    return BaseFSPythonScript.__call__(self, *args, **kw)
  File "/home/zopeinstance/Products/CMFCore/FSPythonScript.py", line 108, in
__call__
    return Script.__call__(self, *args, **kw)
  File "/opt/Zope-2.8/lib/python/Shared/DC/Scripts/Bindings.py", line 311,
in __call__
    return self._bindAndExec(args, kw, None)
  File "/opt/Zope-2.8/lib/python/Shared/DC/Scripts/Bindings.py", line 348,
in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/zopeinstance/Products/CMFCore/FSPythonScript.py", line 163, in
_exec
    result = f(*args, **kw)
  File "Script (Python)", line 1, in content_edit
  File "/home/zopeinstance/Products/CMFCore/FSPythonScript.py", line 108, in
__call__
    return Script.__call__(self, *args, **kw)
  File "/opt/Zope-2.8/lib/python/Shared/DC/Scripts/Bindings.py", line 311,
in __call__
    return self._bindAndExec(args, kw, None)
  File "/opt/Zope-2.8/lib/python/Shared/DC/Scripts/Bindings.py", line 348,
in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/zopeinstance/Products/CMFCore/FSPythonScript.py", line 163, in
_exec
    result = f(*args, **kw)
  File "Script (Python)", line 11, in content_edit_impl
  File "/home/zopeinstance/Products/Archetypes/BaseObject.py", line 623, in
processForm
    REQUEST=REQUEST, values=values)
  File "/home/zopeinstance/Products/Archetypes/BaseObject.py", line 612, in
_processForm
    mapply(mutator, result[0], **result[1])
  File "/home/zopeinstance/Products/Archetypes/utils.py", line 145, in
mapply
    return method(*call_args, **nkw)
  File "/home/zopeinstance/Products/Archetypes/BaseObject.py", line 223, in
setId
    parent.manage_renameObject(self.id, value)
  File "/opt/Zope-2.8/lib/python/OFS/CopySupport.py", line 263, in
manage_renameObject
    action ='manage_main')
Copy Error:
<HTML>
<HEAD>
<TITLE>Invalid Id</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<FORM ACTION="manage_main" METHOD="GET" >
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="10">
<TR>
  <TD VALIGN="TOP">
  <BR>
  <CENTER><B><FONT SIZE="+6" COLOR="#77003B">!</FONT></B></CENTER>
  </TD>
  <TD VALIGN="TOP">
  <BR><BR>
  <CENTER>
  The id "haftor" is invalid - it is already in use.
  </CENTER>
  </TD>
</TR>
<TR>
  <TD VALIGN="TOP">
  </TD>
  <TD VALIGN="TOP">
  <CENTER>
  <INPUT TYPE="SUBMIT" VALUE="   Ok   ">
  </CENTER>
  </TD>
</TR>
</TABLE>
</FORM>
</BODY></HTML>

3.

2006-05-19T12:20:08 INFO Plone Debug Error exceptions.AttributeError on
'NoneType' object has no attribute 'absolute_url' while rendering portlet
here/portlet_recent_comment/macros/portlet


On 5/22/06, Atsushi Shibata <shibata at webcore.co.jp> wrote:
>
> How about make a new Plone instance, or make new Zope instance ?
> AND I HIGHLY RECOMMEND YOU TO UPGRADE ZOPE TO LATEST VERSION.
>
> This will be my last replay(sorry!)
>
> Have fun :-).
>
> On Mon, 22 May 2006 17:00:17 +0100, wrote:
> > I'm not bothered now about the old entries. Just want to be able to
> > add a new entry now and start again. It wont let me as everything in
> > the editor interface comes out as blank. Add a new entry simply gives
> > me a blank page as do all the other tabs.
>
> ----------------------------------------
> Atsushi Shibata (Webcore Corp.)
> shibata at webcore.co.jp
> http://www.webcore.co.jp/
> ----------------------------------------
> _______________________________________________
> COREblog-en mailing list
> COREblog-en at postaria.com
> http://postaria.com/mailman/listinfo/coreblog-en
> Unsubscription writing to coreblog-en-leave at postaria.com
>



-- 
michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://postaria.com/pipermail/coreblog-en/attachments/20060522/3539e729/attachment.htm 


More information about the COREblog-en mailing list