« Return to Thread: HTTP PUT strange behavior

Re: HTTP PUT strange behavior

by Souheil CHELFOUH :: Rate this Message:

Reply to Author | View in Thread

I've had a headache trying to find the cause.
Roughly, the Catalog and Intid utilities were not find on a
getUtility, though the instance grokker and the indexes were fired
normally at the application instanciation.
I had this problem severak time. To reproduce it, you only need to
create a simple grok site and to have a grok.Indexes. If you have a
recent version of zope.publisher, you get an error at the application
creation
The index can't be created as the getUtility fails on both ICatalog and IIntids

2009/5/28 Martijn Faassen <faassen@...>:

> Souheil CHELFOUH wrote:
>> I tried changing the zope.publisher version to 3.5.x already and got
>> very strange behavior, local utilities (and more widely, instance
>> grokkers) were all messed up, in a basic site (app + container)
>
> Very strange; I don't see how it would affect either local utilities or
> instance grokkers. What does "messed up" mean? Any idea of what the
> cause could be?
>
> Regards,
>
> Martijn
>
> _______________________________________________
> Grok-dev mailing list
> Grok-dev@...
> http://mail.zope.org/mailman/listinfo/grok-dev
>
_______________________________________________
Grok-dev mailing list
Grok-dev@...
http://mail.zope.org/mailman/listinfo/grok-dev

 « Return to Thread: HTTP PUT strange behavior