Re: [Zope] Running 2 instances of Zope on Apache

2006-07-26 Thread ianripping
I have tried using the exaplme provided but having no luck. This is my standard config file: VirtualHost *:80 ServerAdmin [EMAIL PROTECTED] ServerName commsg6lds RewriteEngine On RewriteRule ^/(.*)

[Zope] ZJetDA product and Microsoft Access

2006-07-26 Thread michael nt milne
HiI've had a look at this product and installed it on Zope 2.8.7. It installed fine but when I look in the 'add' menu I'm not seeing an 'add ZJetDA database connection' which you get for other installed database adapters. Possibly I'm wrong in expecting this? I know it's totally crazy to want to

Re: [Zope] ZJetDA product and Microsoft Access

2006-07-26 Thread Jesper Steen Steffensen
HiI've had a look at this product and installed it on Zope 2.8.7. It installed fine but when I look in the 'add' menu I'm not seeing an 'add ZJetDA database connection' which you get for other installed database adapters. Possibly I'm wrong in expecting this? I know it's totally crazy to want to

Re: [Zope] ZJetDA product and Microsoft Access

2006-07-26 Thread michael nt milne
HiThanks a lot for this. I'll try that out. Cheers.On 7/26/06, Jesper Steen Steffensen [EMAIL PROTECTED] wrote: HiI've had a look at this product and installed it on Zope 2.8.7. It installed fine but when I look in the 'add' menu I'm not seeing an 'add ZJetDA database connection' which you get

Re: [Zope] Running 2 instances of Zope on Apache

2006-07-26 Thread KE Liew
What does your RewriteRule Log tell you? http://betabug.ch/zope/witch Check out that site to help you write it out ;) Regards, Liew On 7/26/06, ianripping [EMAIL PROTECTED] wrote: I have tried using the exaplme provided but having no luck. This is my standard config file: VirtualHost

Re: [Zope] Running 2 instances of Zope on Apache

2006-07-26 Thread Peter Bengtsson
How about something like this:: VirtualHost *:80 ServerAdmin [EMAIL PROTECTED] ServerName live.commsg6lds RewriteEngine On RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/live.commsg6lds:80/extranet/VirtualHostRoot/$1 [L,P] /VirtualHost VirtualHost *:80

Re: [Zope] Mark Pilgrim's Feed Parser in Zope

2006-07-26 Thread KJZZ Webmaster
Dieter, Appreciate your help. I found a way to test if the ExternalMethod really returned a dict here: http://infrae.com/mailman_/pipermail/silva-dev/2004q2/001091.html And you were right! This is not seen as as a valid dictionary (nor is it seen as a string): stuff =

[Zope] Newbie: Missing a Variable (TAL/METAL Question)

2006-07-26 Thread beno -
Hi; I have the following block of code:table tal:define="objects here/objectValues; sort_on python:(('title', 'nocase', 'asc'), ('bobobase_modification_time', 'cmp', 'desc')); sorted_objects python:sequence.sort(objects, sort_on); start python:getattr(request, 'start', 0); batch

Re: [Zope] Mark Pilgrim's Feed Parser in Zope

2006-07-26 Thread Jonathan
snip I found a way to test if the ExternalMethod really returned a dict here: http://infrae.com/mailman_/pipermail/silva-dev/2004q2/001091.html And you were right! This is not seen as as a valid dictionary (nor is it seen as a string): stuff = container.externalmethod(feedurl=feedurl) test =

Re: [Zope] Newbie: Missing a Variable (TAL/METAL Question)

2006-07-26 Thread David H
beno - wrote: Hi; I have the following block of code: table tal:define="objects here/objectValues; sort_on python:(('title', 'nocase', 'asc'), ('bobobase_modification_time', 'cmp', 'desc')); sorted_objects python:sequence.sort(objects, sort_on); start python:getattr(request,

[Zope] Re: Plone Site

2006-07-26 Thread Martin Aspeli
SANDRA LORENA ANAYA DIAZ wrote: Hi, I have installed zope 2.7 and I need add a Plone Site. This feature don`t exist? How I do to add a Plone site in this version of Zope? http://plone.org/documentation/how-to/setup-from-source Martin ___ Zope

Re: [Zope] Mark Pilgrim's Feed Parser in Zope

2006-07-26 Thread Gabriel Genellina
At Wednesday 26/7/2006 18:57, KJZZ Webmaster wrote: And you were right! This is not seen as as a valid dictionary (nor is it seen as a string): stuff = container.externalmethod(feedurl=feedurl) test = same_type(stuff, {}) print test return printed returns 0 However, interestingly enough, if

Re: [Zope] Running 2 instances of Zope on Apache

2006-07-26 Thread Dieter Maurer
ianripping wrote at 2006-7-26 01:30 -0700: ... VirtualHost *:80 ServerAdmin [EMAIL PROTECTED] ServerName commsg6lds RewriteEngine On RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/commsg6lds:80/extranet/VirtualHostRoot/$1 [L,P] /VirtualHost I am using rewrite rule

Re: [Zope] ZJetDA product and Microsoft Access

2006-07-26 Thread Philip Kilner
Hi Michael, michael nt milne wrote: I know it's totally crazy to want to hook Access up with Zope using sql queries but I'd just like to know if it's been done or is possible. Crazy on so many levels.../but/, although I can't tell you anything about the DA you are asking about, I can very

Re: [ZWeb] Zope.org QueuedCatalog

2006-07-26 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26 Jul 2006, at 09:39, Michael Haubenwallner wrote: I had to process the queue by hand a few times today, think it is the cronjob after all. I'll send a mail to sysadmin. Do you have an idea how that job is run and on what machines? I'm at ZC