[Zope] ZMySQLDA

2005-08-31 Thread michael
Hi, I am trying to set this up, following install instructions from zope.org/Members/Mike/ZMySQLDA make -f Makefile command works fine, but 'make' afterwards produces the following error: can some one please help me! I have followed all instructions around, and none of them cover thi

Re: [Zope] HELP!! Data.fs corrupted

2005-08-31 Thread Jens Vagelpohl
On 31 Aug 2005, at 22:36, Paul Sue wrote: * Module Products.GroupUserFolder.GroupUserFolder, line 980, in authenticate Any ideas?? How about you look at line 980 in the GroupUserFolder module..? jens ___ Zope maillist - Zope@zope.org http:

RE: [Zope] Sending Fax through MailHost

2005-08-31 Thread Chris Larsen
Title: RE: [Zope] Sending Fax through MailHost thanks -Original Message- From: Jens Vagelpohl [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 31, 2005 4:57 PM To: zope user list Subject: Re: [Zope] Sending Fax through MailHost On 31 Aug 2005, at 22:29, Chris Larsen wrote: > B

Re: [Zope] Sending Fax through MailHost

2005-08-31 Thread Jens Vagelpohl
On 31 Aug 2005, at 22:29, Chris Larsen wrote: By the way, I did notice that in my address in outlook it’s specified as the “email-type” “FAX” and when I put a normal email address in it is “email type” “SMTP”. I guess when you do [fax: ] it changes the email-type to FAX and uses the numbe

RE: [Zope] HELP!! Data.fs corrupted

2005-08-31 Thread Paul Sue
Actually, I was able to find a good copy of Data.fs. OK, so I copied over to the new server; Zope started OK. I can get to the ZMI but when I try to view my site, I get: Site Error An error was encountered while publishing this resource. AttributeError Sorry, a site error occurred. Traceback

RE: [Zope] Sending Fax through MailHost

2005-08-31 Thread Chris Larsen
Title: Sending Fax through MailHost By the way, I did notice that in my address in outlook it’s specified as the “email-type” “FAX” and when I put a normal email address in it is “email type” “SMTP”.  I guess when you do [fax: ] it changes the email-type to FAX and uses the number as the ad

RE: [Zope] Sending Fax through MailHost

2005-08-31 Thread Chris Larsen
Title: Sending Fax through MailHost Sorry for the slim amount of information.. here’s what my dtml-sendmail header looks like:   To: [Fax:18478767346]   From: [EMAIL PROTECTED] Subject:     From: Chris Larsen Sent: Wednesday, August 31, 2005 1:19 PM To: zope@zope.org

RE: [Zope] Excel spreadsheet attachment in dtml-sendmail

2005-08-31 Thread Chris Larsen
Title: Excel spreadsheet attachment in dtml-sendmail Never mind.. the dtml-boundary looks like this now.. I guess that zopelabs.com how-to needs to be updated.. oh well.     From: Chris Larsen Sent: Wednesday, August 31, 2005 3:10 PM To: zope@zope.org Subject: [Zope] Excel spr

[Zope] Excel spreadsheet attachment in dtml-sendmail

2005-08-31 Thread Chris Larsen
Title: Excel spreadsheet attachment in dtml-sendmail Hi again, Now on to my next problem.. I have tried the below code to send off a spreadsheet as an attachment and am getting a dat file and a 232B file that can’t be read. Here’s the code from zopelabs.com appropriated to my own info: To

Re: [Zope] HELP!! Data.fs corrupted

2005-08-31 Thread Dieter Maurer
Paul Sue wrote at 2005-8-31 01:31 -0700: > ... >./repozo.py -Rv -r /temp/recover -o Data.fs > >However, when I start up Zope, I get: > >2005-08-31T01:20:21 PANIC(300) ZODB FS FS21 ERROR: /home/zope/ssoi/var/Data.fs >data record exceeds transaction record at 54956706 > > >ZODB.FileStorage.

Re: [Zope] Where to authenticate during traversal

2005-08-31 Thread Dieter Maurer
Chris Withers wrote at 2005-8-31 08:45 +0100: > ... >I notice you're still silent about my comments on whether Zope's >security policy as a whole needs an alternative ;-) I argued earlier against it. That's why I was silent this time... -- Dieter ___

[Zope] Sending Fax through MailHost

2005-08-31 Thread Chris Larsen
Title: Sending Fax through MailHost Hi, I'm trying to put a fax number into the "To:" field of the mailhost header and am not having much luck. Obviously the standard for this is to address the email to [FAX:18479131145] but when I do [FAX:1] it just tells me that there are no recipients des

Re: [Zope] Zope scalabilty and problems

2005-08-31 Thread Peter Bengtsson
>From experience, one of the most efficient performance boosts is to purchase a fast machine for it. If you're in a commercial environment, your shareholders might prefer that you spent your costed time developing new things instead of spending a few extra hundreds of pounds/dollars on expensive CP

Re: [Zope] Zope scalabilty and problems

2005-08-31 Thread J Cameron Cooper
Kennamore, Matthew G [NTK] wrote: Here is our situation, we originally launched zope with a small user base in mind and like most IT implementations it got away from us quickly and we have over 1000 users now. We are experiencing huge slowdowns and lots of complaints of performance. Let me o

[Zope] Help STX in UTF-8

2005-08-31 Thread Vlada Macek
I registered the help directory using context.registerHelp(directory='help') in my product's __init__.py. Then I placed UTF-8 encoded STX file in my language there, but the help via ZMI is displayed with garbled UTF-8 chars. It's unreadable, but it is not the matter of browser's Display encod

Re: [Zope] Zope scalabilty and problems

2005-08-31 Thread Lennart Regebro
On 8/31/05, Kennamore, Matthew G [NTK] <[EMAIL PROTECTED]> wrote: > The Technologies we are using are Zope, Zeo, plone and so forth. Why are we > having these large issues? I see sites with hundreds of thousands of users > and they don't seem to have these issues? We plan to recode our site to g

[Zope] Zope scalabilty and problems

2005-08-31 Thread Kennamore, Matthew G [NTK]
Title: Zope scalabilty and problems Here is our situation, we originally launched zope with a small user base in mind and like most IT implementations it got away from us quickly and we have over 1000 users now.  We are experiencing huge slowdowns and lots of complaints of performance. Let m

[Zope] Re: upgrade 2.5.1 to 2.7.5 causes error in product code

2005-08-31 Thread Florent Guillaume
John Schinnerer wrote: Hello, Thanks Tres, looks like zope 2.7.5/python 2.3.5 is triggering a genuine full-blown error on my code python:here.sponsors[0] != '' if the tuple is empty, whereas 2.5.1/2.1.3 must have been returning some equivalent of boolean 'false' when the tuple was empty. Now

Re: [Zope] Visibility and Copy&Paste support

2005-08-31 Thread Willi Langenberger
According to Peter Bengtsson: > Some of these objects I don't want to encourage people to create via > the ZMI and I don't want to clutter up the "Add new object drop down" > with stuff that can't be added. > > If I register the class, but set 'visibility=None' I still can't > copy/cut & paste the

[Zope] Visibility and Copy&Paste support

2005-08-31 Thread Peter Bengtsson
I've understood that in product development I have to register all my classes with registerClass() that I want to, as instanciated objects, copy/cut & paste. Some of these objects I don't want to encourage people to create via the ZMI and I don't want to clutter up the "Add new object drop down" wi

RE: [Zope] HELP!! Data.fs corrupted

2005-08-31 Thread Paul Sue
Sorry, I didn't make myself clear .. I have the full backup of the original Data.fs and then the incremental "deltafs" files, from which I tried to recover Data.fs: 2004-11-19-07-32-58.fs 2005-01-04-07-00-53.deltafs 2005-01-01-07-00-57.deltafs ... 2005-08-26-06-01-25.deltafs 2005-08-27-06-01-29

Re: [Zope] HELP!! Data.fs corrupted

2005-08-31 Thread Tino Wildenhain
Paul Sue schrieb: Hi, Our server crashed and wouldn't boot up. Fortunately, we had backups of of Data.fs on another server .. so I installed Zope 2./7.4/Plone 2.0.5 on another server and used repozo to try to restore Data.fs: ./repozo.py -Rv -r /temp/recover -o Data.fs However, when I star

[Zope] HELP!! Data.fs corrupted

2005-08-31 Thread Paul Sue
Hi, Our server crashed and wouldn't boot up. Fortunately, we had backups of of Data.fs on another server .. so I installed Zope 2./7.4/Plone 2.0.5 on another server and used repozo to try to restore Data.fs: ./repozo.py -Rv -r /temp/recover -o Data.fs However, when I start up Zope, I get:

Re: [Zope] Where to authenticate during traversal

2005-08-31 Thread Chris Withers
Dieter Maurer wrote: I forgot to mention that you need to reindex the index "allowedRolesAndUsers" for descendants when you change the permissions and descendants inherit them. Well, I know THAT ;-) (in fact, it's something I'm hoping to optimise some time soon...) I notice you're still sile