Re: [Zope] nxmldocument product and zope 2.8.1

2006-01-24 Thread Chris Withers
[EMAIL PROTECTED] wrote: mod = imp.load_module(modname, None, found, ('.dll', 'rb', imp.C_EXTENSION)) ImportError: DLL load failed: The specified procedure could not be found. Looks like nXMLDocument is expecting a procedure that isn't in the DLL it's found. Incorrect version of the DLL?

Re: [Zope] TinyMCE

2006-01-24 Thread Chris Withers
Garito wrote: Don't like kupu because is very difficult to install and very very difficult to use I find that a suprising statement... What problems did you experience? cheers, Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk

[Zope] 2.8.5/Win32 image opening error

2006-01-24 Thread Mikko Ohtamaa
Hi, I installed Zope 2.8.5 for Windows (to use with Plone, moving from 2.7.4). I cannot start Zope in debug mode since I get errors about missing images. At least SiteErrorLog and OFSP complains about missing icons, though files are there. Looks like Zope just can't find them. IOError: [Errno

Re: [Zope] Security issue with manage_page_header

2006-01-24 Thread Martijn Pieters
On 1/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: My site, including the bug, is currently public and to be demoed in two days. Any assistance or guidance is greatly appreciated. Switch on VerboseSecurity in etc/zope.conf; this will give you much more info on what the security engine state

Re: [Zope] Strange behaviour - 3 links which should be the same don't

2006-01-24 Thread Martijn Pieters
On 1/24/06, Sasha Vincic [EMAIL PROTECTED] wrote: Following 3 URLs should return the same content but they don't, why? Without tracebacks we have little to go on to help you. Please provide them. -- Martijn Pieters ___ Zope maillist - Zope@zope.org

Re: [Zope] TinyMCE

2006-01-24 Thread Garito
Chris Withers escribió: Garito wrote: Don't like kupu because is very difficult to install and very very difficult to use I find that a suprising statement... What problems did you experience? cheers, Chris Hi, Chris! I ask to the list some months ago but no solution was proposed (at

Re: [Zope] Strange behaviour - 3 links which should be the same don't

2006-01-24 Thread Sasha Vincic
On 1/24/06, Martijn Pieters [EMAIL PROTECTED] wrote: On 1/24/06, Sasha Vincic [EMAIL PROTECTED] wrote: Following 3 URLs should return the same content but they don't, why? Without tracebacks we have little to go on to help you. Please provide them. Well I don't have any tracebacks, no errors

[Zope] Zope vs Plone: performance issues!

2006-01-24 Thread Hugo Ramos
Hi all, I'm responsible for a big corporate intranet and corporate portal. They were using Zope/Plone before I got here and the problems are too many. Let's talk about performance issues... Plone is VERY SLOW responding requests. All content is stored in ZODB objects and zcatalog is used to

[Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread michael nt milne
HiI've got a few Plone sites set-up using Apache through Zope. The question is, I'd like to implement SSL on the site login etc, as it's not secure without this. There's also one site I'd like to serve completely over https. However. I'm told that you can't run SSL on virtual hosts and can only

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread Jens Vagelpohl
On 24 Jan 2006, at 14:30, michael nt milne wrote: Hi I've got a few Plone sites set-up using Apache through Zope. The question is, I'd like to implement SSL on the site login etc, as it's not secure without this. There's also one site I'd like to serve completely over https. However.

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread Tino Wildenhain
michael nt milne schrieb: Hi I've got a few Plone sites set-up using Apache through Zope. The question is, I'd like to implement SSL on the site login etc, as it's not secure without this. There's also one site I'd like to serve completely over https. However. I'm told that you can't run SSL

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread Tino Wildenhain
Jens Vagelpohl schrieb: ... I don't know if making Zope serve out SSL directly helps that (I doubt it) because I wouldn't consider using it. No, it does not. You only add the hassle to deal with nasty zope patches to the scene. Only IP per ssl-host helps :-) Regards Tino

Re: [Zope] Zope vs Plone: performance issues!

2006-01-24 Thread bruno desthuilliers
Hugo Ramos wrote: Hi all, I'm responsible for a big corporate intranet and corporate portal. They were using Zope/Plone before I got here and the problems are too many. Let's talk about performance issues... Plone is VERY SLOW responding requests. All content is stored in ZODB objects and

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread Jens Vagelpohl
On 24 Jan 2006, at 14:59, Tino Wildenhain wrote: Jens Vagelpohl schrieb: ... I don't know if making Zope serve out SSL directly helps that (I doubt it) because I wouldn't consider using it. No, it does not. You only add the hassle to deal with nasty zope patches to the scene. Only IP

Re: [Zope] Zope vs Plone: performance issues!

2006-01-24 Thread Chris Withers
bruno desthuilliers wrote: I think the problem has more to do with Plone than with Zope or the ZODB. We have a couple 'barebones' zope applications here that serve public website. Hosting is on a shared server (behind apache) with no zeo, no cache, no tuning, no fancy configuration, and

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread Jens Vagelpohl
On 24 Jan 2006, at 15:12, michael nt milne wrote: Ok, thanks. The annoying thing is that I am renting a virtual dedicated server which allows multiple domain names obviously but not multiple IP addresses. Or it probably costs more for that. Do you reckon SSL will ever be available for

Re: [Zope] Zope vs Plone: performance issues!

2006-01-24 Thread Lennart Regebro
On 1/24/06, Hugo Ramos [EMAIL PROTECTED] wrote: Let's talk about performance issues... Plone is VERY SLOW responding requests. All content is stored in ZODB objects and zcatalog is used to search. But even if you request the intranet home only, it takes about 10 seconds to load. The hardware

Re: [Zope] Zope vs Plone: performance issues!

2006-01-24 Thread Peter Bengtsson
On 1/24/06, Hugo Ramos [EMAIL PROTECTED] wrote: Hi all, I'm responsible for a big corporate intranet and corporate portal. They were using Zope/Plone before I got here and the problems are too many. Let's talk about performance issues... Plone is VERY SLOW responding requests. All content

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread michael nt milne
Ok, thanks. The annoying thing is that I am renting a virtual dedicated server which allows multiple domain names obviously but not multiple IP addresses. Or it probably costs more for that. Do you reckon SSL will ever be available for virtual single IP based hosts? On 1/24/06, Jens Vagelpohl

Re: [Zope] Indexing files

2006-01-24 Thread Sune Christiansen
Hei again. I have installed TextIndexNG and indexed my Zope DTML Methods objects and Zope Files objects, and enabled Document converters (PDF, Word etc.) As indexed attributes I use SearchableText,PrincipiaSearchSource,getFile, but the indexes related to the pdf files are still empty. Is it

Re: [Zope] Indexing files

2006-01-24 Thread Andreas Jung
--On 24. Januar 2006 16:58:52 +0100 Sune Christiansen [EMAIL PROTECTED] wrote: Hei again. I have installed TextIndexNG and indexed my Zope DTML Methods objects and Zope Files objects, and enabled Document converters (PDF, Word etc.) As indexed attributes I use

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread Tino Wildenhain
michael nt milne schrieb: Ok, thanks. The annoying thing is that I am renting a virtual dedicated server which allows multiple domain names obviously but not multiple IP addresses. Or it probably costs more for that. Do you reckon SSL will ever be available for virtual single IP based hosts?

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread michael nt milne
I guess though that the pop-up for the certificate only happens once for each client when they enter the site? On 1/24/06, Jens Vagelpohl [EMAIL PROTECTED] wrote:On 24 Jan 2006, at 15:12, michael nt milne wrote: Ok, thanks. The annoying thing is that I am renting a virtual dedicated server which

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread Jens Vagelpohl
On 24 Jan 2006, at 15:46, michael nt milne wrote: On 1/24/06, Jens Vagelpohl [EMAIL PROTECTED] wrote: On 24 Jan 2006, at 15:12, michael nt milne wrote: Ok, thanks. The annoying thing is that I am renting a virtual dedicated server which allows multiple domain names obviously but not

Re: [Zope] Zope vs Plone: performance issues!

2006-01-24 Thread Andrew Sawyers
standard products that probably will not help you. I'm not a speed guru, but load balancing with ZEO would probably be the easiest way of improving the performance in this case. That's my guess. If he's got a dual cpu'd machine and is running two zeo instances, he's fine unless he's got a

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread Slobodan Jovcic
Use a wildcard certificate, if all of your subdomains on the server belong to a single domain. Hi I've got a few Plone sites set-up using Apache through Zope. The question is, I'd like to implement SSL on the site login etc, as it's not secure without this. There's also one site I'd like

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread michael nt milne
ok, they're not technically subdomains but full domains in their own right but served from a single server which has its own domain. Would a wild card work with that? Would the pop-ups still be present when a user enters the site? On 1/24/06, Slobodan Jovcic [EMAIL PROTECTED] wrote: Use a wildcard

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread Jens Vagelpohl
On 24 Jan 2006, at 17:31, michael nt milne wrote: ok, they're not technically subdomains but full domains in their own right but served from a single server which has its own domain. Would a wild card work with that? Would the pop-ups still be present when a user enters the site? This

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread Slobodan Jovcic
Um, not really. In order for the wildcard cert e.g. *.mydomain.com to work, all the sites have to be on subdomains like site1.mydomain.com, site2.mydomain.com, etc. It doesn't matter if the sites are on virtual hosts or not. Serving the cert on anything that doesn't end with "mydomain.com" will

Re: [Zope] Indexing files

2006-01-24 Thread Sune Christiansen
when you say external PDF converter, do you mean the pdf converter I created the pdf file with? I have tried to index a microsoft word file also, but the result is the same: an empty index. - Sune --On 24. Januar 2006 16:58:52 +0100 Sune Christiansen [EMAIL PROTECTED] wrote: Hei again. I

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread michael nt milne
ok, so for single different domains, hosted virtually on one single IP address I will have to brave the SSL pop up occurring when users enter the login area for Plone. I'm only going to have it on the login areas so it's not so bad. Better than having no SSL at all on logon. There must be lots of

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread David Pratt
I think this should be doable for single cert with multiple domains. Setup you exising ip with one domain (ie. mysecure_domain.com). Get the cert on this domain. Setup a rewrite rule in apache for port 443 for mysecure_domain.com You could use a self signed cert to experiment. When user logs

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread michael nt milne
Ok, that's really interesting. Thanks. Yes I could just stay using SSL after the login if there's a problem with going non-sslI understand the setting up the single secure domain bit linked to the IP address but don't quite get how I would link each site's login areas to that? Basically are you

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread David Pratt
Hi Jens. I tried something similar to this about a year ago as an experiment. I think the problem I had at the time with with session expiring and I was thinking about storing the session data in the database and retrieving it back when user went back to non-ssl. This was a while ago and I did

Re: [Zope] TinyMCE

2006-01-24 Thread J Cameron Cooper
Garito wrote: Chris Withers escribió: Garito wrote: Don't like kupu because is very difficult to install and very very difficult to use I find that a suprising statement... What problems did you experience? cheers, Chris Hi, Chris! I ask to the list some months ago but no solution

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread David Pratt
Hi Michael. First you need a way to get to the root of your site two different ways. First is using the domain you have your ssl on and the other for your other domain name(s) www.domain_one.com /site1 www.mysecure_domain.com/site1/site1 If you have apache proxy then you can

RE: [Zope] Strange behaviour - 3 links which should be the same don't

2006-01-24 Thread ken wood
Your two busted links work fine in Firefox 1.5. Kaw usa -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sasha Vincic Sent: Tuesday, January 24, 2006 12:19 AM To: zope@zope.org Subject: [Zope] Strange behaviour - 3 links which should be the same don't

Re: [Zope] Zope vs Plone: performance issues!

2006-01-24 Thread Lennart Regebro
On 1/24/06, Andrew Sawyers [EMAIL PROTECTED] wrote: If he's got a dual cpu'd machine and is running two zeo instances, he's fine unless he's got a ram problem. To be running 2 zeo instances on the same machine, they have to be doing some type of load balancing or faking load balancing so that

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread David Pratt
Michael. I found a bookmark for something that might help. I remember this person had written a bit of a howto on some of this for Plone. His name was Eric Vought and his howto was SSL redirect around March of last year. His document which is now an orphan was at:

Re: [Zope] Zope vs Plone: performance issues!

2006-01-24 Thread Sasha Vincic
On 1/24/06, Peter Bengtsson [EMAIL PROTECTED] wrote: On 1/24/06, Hugo Ramos [EMAIL PROTECTED] wrote: Hi all, I'm responsible for a big corporate intranet and corporate portal. They were using Zope/Plone before I got here and the problems are too many. Let's talk about performance

[Zope] Re: SSL over Multiple Zope/Plone sites?

2006-01-24 Thread michael nt milne
Ok thanks very much for this. Much appreciated. On 1/24/06, michael nt milne [EMAIL PROTECTED] wrote: Would it work if you carried the SSL through and continued the session? On 1/24/06, David Pratt [EMAIL PROTECTED] wrote: Hi Jens. I tried something similar to this about a year ago as an

[Zope] Re: Zope vs Plone: performance issues!

2006-01-24 Thread Alexander Limi
Check out CacheFu and it's accompanying tutorial. http://plone.org/products/cachefu http://plone.org/products/cachefu/documentation/how-to/crash-course CacheFu is being used on plone.org at the moment. Neither Zope nor Plone are proper delivery systems, and if you want performance, you

[Zope] [ANN] iungoCMS 06.01

2006-01-24 Thread Maik Jablonski
Hi, if you search an fast-and-flexible-and-easy-to-install-and-maintain Zope-based CMS for the typical little website, which is maintained by a little group of people, have a look at iungoCMS... http://www.iungo.org What is iungo? -- Based on the web-application-server Zope

Re: [Zope] Re: Zope vs Plone: performance issues!

2006-01-24 Thread Jens Vagelpohl
On 24 Jan 2006, at 20:36, Alexander Limi wrote: Check out CacheFu and it's accompanying tutorial. http://plone.org/products/cachefu http://plone.org/products/cachefu/documentation/how-to/crash-course CacheFu is being used on plone.org at the moment. Neither Zope nor Plone are proper

Re: [Zope] Zope vs Plone: performance issues!

2006-01-24 Thread Dieter Maurer
Hugo Ramos wrote at 2006-1-24 11:08 -0300: ... Let's talk about performance issues... Plone is VERY SLOW responding requests. All content is stored in ZODB objects and zcatalog is used to search. But even if you request the intranet home only, it takes about 10 seconds to load. The hardware is

Re: [Zope] 2.8.5/Win32 image opening error

2006-01-24 Thread Dieter Maurer
Mikko Ohtamaa wrote at 2006-1-24 11:04 +: I installed Zope 2.8.5 for Windows (to use with Plone, moving from 2.7.4). I cannot start Zope in debug mode since I get errors about missing images. At least SiteErrorLog and OFSP complains about missing icons, though files are there. Looks like

Re: [Zope] repozo problem

2006-01-24 Thread Dieter Maurer
Gerhard Schmidt wrote at 2006-1-23 10:59 +0100: I have some problems with repozo. I have setup repozo for backup of our Data.fs about two years ago and it worked without problem until 4 weeks ago. Since than it behaves very strange. I am running repozo with den follwing parameters.

Re: [Zope] Strange behaviour - 3 links which should be the same don't

2006-01-24 Thread Dieter Maurer
Sasha Vincic wrote at 2006-1-24 09:19 +0100: Following 3 URLs should return the same content but they don't, why? Link 1 (works) http://reports.eea.eu.int/briefing_2005_3/da Link 2 3 (content borked) http://reports.eea.eu.int/briefing_2005_3/da/

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread Jonathan Cyr
You can have one HTTPS/SSL per IP per port. I use Pound instead of Apache, and can run an instance for each port. I use HTTPS on port 444, and 445 for testing/staging arrangements that match the production HTTPS on 443. I can set up a self-signed or 3rd party certificate for each port, and

Re: [Zope] Zope vs Plone: performance issues!

2006-01-24 Thread Sasha Vincic
On 1/24/06, Hugo Ramos [EMAIL PROTECTED] wrote: Well... They were already using Zope's cache and Squid to proxy some static HTML I guess the problem is Plone itself... Skins etc... As I said and Limi, check out CacheFu. With it you can cache most of your site not just some static HTML and you

[Zope] Re: Zope vs Plone: performance issues!

2006-01-24 Thread Max M
Chris Withers wrote: Me? I couldn't _possibly_ comment ;-) Mr. Chris FU Withers, you might very will think so. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science ___ Zope maillist - Zope@zope.org

Re: [Zope] Strange behaviour - 3 links which should be the same don't

2006-01-24 Thread Sasha Vincic
On 1/24/06, Dieter Maurer [EMAIL PROTECTED] wrote: The three links may be different with respect to the effective base URL. The first two have the same base URL which is the same as second link. The third link doesn't have any base, which is strange. Well I got something more to check then.

Re: [Zope] Zope vs Plone: performance issues!

2006-01-24 Thread Michael Vartanyan
How did you go about caching authenticated content? Any simple personalization element like the user name in the corner disqualifies the whole page from effective participation in downstream proxying/caching. The only thing you can do with such page is to cache it for one particular user

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread Jonathan Cyr
er Pound can be found at http://www.apsis.ch/pound -Jon Jonathan Cyr wrote: You can have one HTTPS/SSL per IP per port. I use Pound instead of Apache, and can run an instance for each port. I use HTTPS on port 444, and 445 for testing/staging arrangements that match the

Re: [Zope] exUserFolder Product Install Problems in Windows XP

2006-01-24 Thread Greg Fischer
Well this is no help, butI havent tried in 6 months, however last time I did, I was not able to run exUserFolder on Zope 2.8.x. It was working fine on 2.7.x though. I never did find what the problem was, and my issue probably has nothing to do with yours, but I thought it was worth mentioning

Re: [Zope] TinyMCE

2006-01-24 Thread Garito
J Cameron Cooper escribió: Garito wrote: Chris Withers escribió: Garito wrote: Don't like kupu because is very difficult to install and very very difficult to use I find that a suprising statement... What problems did you experience? cheers, Chris Hi, Chris! I ask to the list some

Re: [Zope] Zope vs Plone: performance issues!

2006-01-24 Thread Paul Winkler
I'm no expert in this realm, but: Find Chris M's presentation on scaling zope, somewhere on plope.com. It doesn't go into great detail on this topic, but basically, IIRC the strategy is to push personalization (and final page composition) downstream. This generally means either: - Squid and ESI

Re: [Zope] Zope vs Plone: performance issues!

2006-01-24 Thread Sasha Vincic
On 1/24/06, Michael Vartanyan [EMAIL PROTECTED] wrote: How did you go about caching authenticated content? Any simple personalization element like the user name in the corner disqualifies the whole page from effective participation in downstream proxying/caching. The only thing you can do

[Zope] Re: SSL over Multiple Zope/Plone sites?

2006-01-24 Thread michael nt milne
Would it work if you carried the SSL through and continued the session? On 1/24/06, David Pratt [EMAIL PROTECTED] wrote: Hi Jens. I tried something similar to this about a year ago as an experiment. I think the problem I had at the time with with session expiring and I was thinking about

Re: [Zope] Zope vs Plone: performance issues!

2006-01-24 Thread Hugo Ramos
Well... They were already using Zope's cache and Squid to proxy some static HTML I guess the problem is Plone itself... Skins etc... On 1/24/06, Sasha Vincic [EMAIL PROTECTED] wrote: On 1/24/06, Peter Bengtsson [EMAIL PROTECTED] wrote: On 1/24/06, Hugo Ramos [EMAIL PROTECTED] wrote: Hi

Re: [Zope] SSL over Multiple Zope/Plone sites?

2006-01-24 Thread Jeff Donsbach
On 1/24/06, michael nt milne [EMAIL PROTECTED] wrote: Ok, thanks. The annoying thing is that I am renting a virtual dedicated server which allows multiple domain names obviously but not multiple IP addresses. Or it probably costs more for that. Do you reckon SSL will ever be available for

Re: [Zope] exUserFolder Product Install Problems in Windows XP

2006-01-24 Thread José Carlos Senciales
Thanks but Andrew Milton send me a mail to try with the CVS copy and in the CVS version this problem is fixed and the product work properly with my Win XP and Zope 2.8. Thanks. Jose Carlos - Original Message - From: Greg Fischer To: José Carlos Senciales Cc:

[Zope-Checkins] SVN: Zope/trunk/utilities/tracelog.py Simple script to analyze trace logs.

2006-01-24 Thread Jim Fulton
Log message for revision 41425: Simple script to analyze trace logs. Changed: A Zope/trunk/utilities/tracelog.py -=- Added: Zope/trunk/utilities/tracelog.py === --- Zope/trunk/utilities/tracelog.py2006-01-24 22:36:17

[Zope-dev] Zope tests: 8 OK

2006-01-24 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Mon Jan 23 12:01:02 2006 UTC to Tue Jan 24 12:01:02 2006 UTC. There were 8 messages: 8 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Mon Jan 23 21:02:48 EST

[Zope-dev] Zope - PERFORMANCE PROBLEMS

2006-01-24 Thread Vári Béla
Dear Sir/Madam! I'm writing on behalf of KFKI ISYS Information Systems Ltd. which is themost decisivepart of the biggest system integratorcompany in Hungary. We have a client where we have used Zope Application Serversince 1st of January 2004.We madea continuousexpansion in last 2

Re: [Zope-dev] Zope - PERFORMANCE PROBLEMS

2006-01-24 Thread Dieter Maurer
V-Bári Béla wrote at 2006-1-24 17:41 +0100:-A ... Related to this big user number we blundered a big performance problem which couldn't be solved by ourselves, so we need a person who is very expert in Zope and has a lot of experiences in the fine tuning and parametering of Zope. This

Re: [Zope-DB] Warnings from mxODBC in 2.8.5

2006-01-24 Thread Chris Withers
M.-A. Lemburg wrote: Well, given that in Zope 2.9.0 it also doesn't catch the following warning that you get on startup: /home/lemburg/zope/Zope-2.9.0/lib/python/App/ImageFile.py:21: DeprecationWarning: Using OFS.content_types is deprecated (will be removed in Zope 2.11). Instead use

Re: [Zope-DB] Warnings from mxODBC in 2.8.5

2006-01-24 Thread M.-A. Lemburg
Chris Withers wrote: M.-A. Lemburg wrote: Well, given that in Zope 2.9.0 it also doesn't catch the following warning that you get on startup: /home/lemburg/zope/Zope-2.9.0/lib/python/App/ImageFile.py:21: DeprecationWarning: Using OFS.content_types is deprecated (will be removed in Zope

[Zope-DB] Ape, postgresql and plone: UnmanagedJar instance and 'exportFile' attribute errors

2006-01-24 Thread Jeff Macfarland
Ape 1.0 is set to store in postgresql 7.4.6. Things seem work fine until I go to add a Plone Site in the ZMI. The following error shows up in the main html frame: Error Type: AttributeError Error Value: UnmanagedJar instance has no attribute 'exportFile' and the following in $INSTANCEROOT/log