[Zope] Importing a site with missing products

2006-07-13 Thread Dale Strickland-Clark
I need to duplicate (for testing) a site currently running on Windows on to Linux. This isn't a big deal. I've done the reverse direction without grief. However, on this occasion, I want to change the database connector from MS SQL Server to (mxodbc) to PostgreSQL (zpsycopgda) . Having expor

Re: [Zope] Importing a site with missing products

2006-07-13 Thread Andreas Jung
--On 13. Juli 2006 09:48:14 +0100 Dale Strickland-Clark <[EMAIL PROTECTED]> wrote: Anyone any suggestions? The live site is running 2.7.6-final python 2.3.5 (win32) and the test site is running 2.8.4-final python 2.4.0 (linux) How do you duplicate the site? Through export/import? If yes, b

[Zope] Inavlid Refernce Counts in Temporary Storage

2006-07-13 Thread Philip Kilner
Hi All, I have an RDBMS application, which resides in a Plone site, but uses only Zope techniques. Aside from Plone, the only use of the ZODB is to hold session variables for users (search parameters etc.), and the load on that part of the system is very light (10 users, accessing the script in q

[Zope] Creating and displaying lists

2006-07-13 Thread larrymcdonnell
Hi,   I need to collect a list of student id numbers from one table so I can take this list, find them in another table, and display their names so their teachers can give them a score.   I still like to use DTML but I do not know if I have the sequence-number in the proper format. This is wha

Re: [Zope] Creating and displaying lists

2006-07-13 Thread David H
[EMAIL PROTECTED] wrote: Hi,   I need to collect a list of student id numbers from one table so I can take this list, find them in another table, and display their names so their teachers can give them a score.   I still like to use DTML but I do not know if I have the sequence-numb

Re: [Zope] Creating and displaying lists

2006-07-13 Thread Jonathan
- Original Message - From: [EMAIL PROTECTED] To: zope@zope.org Sent: Thursday, July 13, 2006 4:03 PM Subject: [Zope] Creating and displaying lists I need to collect a list of student id numbers from one table so I can take this list, find them in another table, and display their names

Re: [Zope] Importing a site with missing products

2006-07-13 Thread Dieter Maurer
Dale Strickland-Clark wrote at 2006-7-13 09:48 +0100: >I need to duplicate (for testing) a site currently running on Windows on to >Linux. > >This isn't a big deal. I've done the reverse direction without grief. > >However, on this occasion, I want to change the database connector from MS SQL >S

Re: [Zope] Inavlid Refernce Counts in Temporary Storage

2006-07-13 Thread Dieter Maurer
Philip Kilner wrote at 2006-7-13 15:30 +0100: > ... > t=db.pack(t) > File "D:\PROGRA~1\ENFOLD~1\Zope\lib\python\ZODB\DB.py", line 634, in pack > self._storage.pack(t, referencesf) > File >"D:\PROGRA~1\ENFOLD~1\Zope\lib\python\tempstorage\TemporaryStorage.py", >line 350, in pack > self._takeOu

[Zope] __bobo_traverse__ and a no-object

2006-07-13 Thread Garito
Hi all! Please, look at this code: def __bobo_traverse__(self, REQUEST, name): obj = getattr(self, name, None) if obj is not None: return obj else: obj = self.Dame(name) if obj is not None: return obj else: if 'Parametros' in s