[Zope-dev] Zope Tests: 5 OK

2007-07-16 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Sun Jul 15 12:00:00 2007 UTC to Mon Jul 16 12:00:00 2007 UTC.
There were 5 messages: 5 from Zope Unit Tests.


Tests passed OK
---

Subject: OK : Zope-2.7 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Sun Jul 15 20:56:44 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-July/008037.html

Subject: OK : Zope-2.8 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Sun Jul 15 20:58:15 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-July/008038.html

Subject: OK : Zope-2.9 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Sun Jul 15 20:59:46 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-July/008039.html

Subject: OK : Zope-2.10 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Sun Jul 15 21:01:17 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-July/008040.html

Subject: OK : Zope-trunk Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Sun Jul 15 21:02:51 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-July/008041.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope] Problem w/ ZMySQLDA

2007-07-16 Thread tonylabarbara

- Original Message - 
From: tonylabarbara at aol.com
To: zope at zope.org
Sent: Saturday, July 14, 2007 5:43 PM
Subject: [Zope] Problem w/ ZMySQLDA


  Hi;
  ? I just built out a new server and transfered my databases. I use Zope to
  server my web sites and ZMySQLDA to interface between the two. Everything 
  seems
  to be fine. I can see the databases, the tables, the columns in the 
  tables, the
  permissions are correct, etc. I hook up ZMySQLDA and that seems to be 
  fine. It
  connects to the database. However, when I go to look at the pages from 
  served
  the database, the browser hangs. Any ideas how to troubleshoot this?

 You should have a MySQL_database_connection object in a folder somewhere (in 
 the ZMI).? The Status for this object should say The database connection 
 is open.? There is a Test tab for this object in which you can enter an 
 sql query. If this query works ok, then the next step is to test your Z SQL 
 Method(s).

Thanks. That clarified a lot. The MySQL query comes back fine. I'm 
troubleshooting a complex shop I had a programmer who worked for me build...so 
it's not my code...and it's complex ;) I went into the shopkeeper's side and 
was able to successfully query the database. I was, for example, able to 
display the cotton products for editing. However, when I do 
essentially_the_same_thing TTW with the following code snippet, it hangs!

tal:block metal:define-macro=content
?? define=dummy python:request.set('category', 5)

? tal:block metal:use-macro=here/Store/Main_frame_content/macros/content /

/tal:block 

Furthermore, mytop shows the user is hanging:
 30 mysqluser?? localhost mrtableclo?? 473? Sleep

What should I do next to troubleshoot this?
TIA,
Tony


AOL now offers free email to everyone.  Find out more about what's free from 
AOL at AOL.com.
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Problem w/ ZMySQLDA

2007-07-16 Thread Jonathan


- Original Message - 
From: [EMAIL PROTECTED]

To: zope@zope.org
Sent: Monday, July 16, 2007 8:55 AM
Subject: [Zope] Problem w/ ZMySQLDA




- Original Message - 
From: tonylabarbara at aol.com

To: zope at zope.org
Sent: Saturday, July 14, 2007 5:43 PM
Subject: [Zope] Problem w/ ZMySQLDA



 Hi;
 ? I just built out a new server and transfered my databases. I use Zope 
 to
 server my web sites and ZMySQLDA to interface between the two. 
 Everything

 seems
 to be fine. I can see the databases, the tables, the columns in the
 tables, the
 permissions are correct, etc. I hook up ZMySQLDA and that seems to be
 fine. It
 connects to the database. However, when I go to look at the pages from
 served
 the database, the browser hangs. Any ideas how to troubleshoot this?


You should have a MySQL_database_connection object in a folder somewhere 
(in
the ZMI).? The Status for this object should say The database 
connection
is open.? There is a Test tab for this object in which you can enter 
an
sql query. If this query works ok, then the next step is to test your Z 
SQL

Method(s).


Thanks. That clarified a lot. The MySQL query comes back fine. I'm 
troubleshooting a complex shop I had a programmer who worked for me 
build...so it's not my code...and it's complex ;) I went into the 
shopkeeper's side and was able to successfully query the database. I was, 
for example, able to display the cotton products for editing. However, 
when I do essentially_the_same_thing TTW with the following code snippet, 
it hangs!


tal:block metal:define-macro=content
?? define=dummy python:request.set('category', 5)

? tal:block 
metal:use-macro=here/Store/Main_frame_content/macros/content /


/tal:block

Furthermore, mytop shows the user is hanging:
 30 mysqluser?? localhost mrtableclo?? 473? Sleep

What should I do next to troubleshoot this?


I would test the code outside of tal. Just execute (test) the routine by 
itself to see what it is returning. A couple of things to check:  (i) is the 
routine receiving the correct input parameters, (ii) is the routine 
returning what you are expecting.



Jonathan 


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Problem w/ ZMySQLDA

2007-07-16 Thread Maciej Wisniowski



 Furthermore, mytop shows the user is hanging:
  30 mysqluser   localhost mrtableclo   473  Sleep

 What should I do next to troubleshoot this?
Try deadlockdebugger to see what is happening

-- 
Maciej Wisniowski
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Problem w/ ZMySQLDA

2007-07-16 Thread tonylabarbara

Forgive my ignorance, but not quite sure how to do that. Nonetheless...

1) There was no problem with any of this on the old server until the server 
crashed.

2) My backups were?taken from a time when the old server was was working fine.

3) This problem occurs with *all* my shopping carts, not just this one.

Consequently, I have a hard time believing this is a code error. There *must* 
be something more fundamental at play here.



I had some problems with the python-eggs, but I don't imagine that's it, since 
the connection works, I can query the database, etc.

TIA,

Tony


-Original Message-
From: Jonathan [EMAIL PROTECTED]
To: zope@zope.org; [EMAIL PROTECTED]
Sent: Mon, 16 Jul 2007 9:12 am
Subject: Re: [Zope] Problem w/ ZMySQLDA



- Original Message - From: [EMAIL PROTECTED]?
To: zope@zope.org?
Sent: Monday, July 16, 2007 8:55 AM?
Subject: [Zope] Problem w/ ZMySQLDA?
?
?
 - Original Message -  From: tonylabarbara at aol.com?
 To: zope at zope.org?
 Sent: Saturday, July 14, 2007 5:43 PM?
 Subject: [Zope] Problem w/ ZMySQLDA?
?
?
  Hi;?
  ? I just built out a new server and transfered my databases. I use Zope  
   to?
  server my web sites and ZMySQLDA to interface between the two.   
  Everything?
  seems?
  to be fine. I can see the databases, the tables, the columns in the?
  tables, the?
  permissions are correct, etc. I hook up ZMySQLDA and that seems to be?
  fine. It?
  connects to the database. However, when I go to look at the pages from?
  served?
  the database, the browser hangs. Any ideas how to troubleshoot this??
?
 You should have a MySQL_database_connection object in a folder somewhere  
 (in?
 the ZMI).? The Status for this object should say The database  
 connection?
 is open.? There is a Test tab for this object in which you can enter  
 an?
 sql query. If this query works ok, then the next step is to test your Z  
 SQL?
 Method(s).?
?
 Thanks. That clarified a lot. The MySQL query comes back fine. I'm  
 troubleshooting a complex shop I had a programmer who worked for me  
 build...so it's not my code...and it's complex ;) I went into the  
 shopkeeper's side and was able to successfully query the database. I was,  
 for example, able to display the cotton products for editing. However,  
 when I do essentially_the_same_thing TTW with the following code snippet,  
 it hangs!?
?
 tal:block metal:define-macro=content?
 ?? define=dummy python:request.set('category', 5)?
?
 ? tal:block  metal:use-macro=here/Store/Main_frame_content/macros/content 
 /?
?
 /tal:block?
?
 Furthermore, mytop shows the user is hanging:?
  30 mysqluser?? localhost mrtableclo?? 473? Sleep?
?
 What should I do next to troubleshoot this??
?
I would test the code outside of tal. Just execute (test) the routine by itself 
to see what it is returning. A couple of things to check: (i) is the routine 
receiving the correct input parameters, (ii) is the routine returning what you 
are expecting.?
?
Jonathan ?



AOL now offers free email to everyone.  Find out more about what's free from 
AOL at AOL.com.
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Re: Problem w/ ZMySQLDA

2007-07-16 Thread J Cameron Cooper

[EMAIL PROTECTED] wrote:

Forgive my ignorance, but not quite sure how to do that. Nonetheless...
1) There was no problem with any of this on the old server until the 
server crashed.
2) My backups were taken from a time when the old server was was working 
fine.

3) This problem occurs with *all* my shopping carts, not just this one.
Consequently, I have a hard time believing this is a code error. There 
*must* be something more fundamental at play here.


Code and configuration often interact. You may find that one or the 
other was fragile.


   --jcc

I had some problems with the python-eggs, but I don't imagine that's it, 
since the connection works, I can query the database, etc.

TIA,
Tony


-Original Message-
From: Jonathan [EMAIL PROTECTED]
To: zope@zope.org; 
[EMAIL PROTECTED]

Sent: Mon, 16 Jul 2007 9:12 am
Subject: Re: [Zope] Problem w/ ZMySQLDA

- Original Message - From: 
[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] 
To: zope@zope.org 
mailto:zope@zope.org 
Sent: Monday, July 16, 2007 8:55 AM 
Subject: [Zope] Problem w/ ZMySQLDA 
 
  
  - Original Message -  From: tonylabarbara at aol.com 
  To: zope at zope.org 
  Sent: Saturday, July 14, 2007 5:43 PM 
  Subject: [Zope] Problem w/ ZMySQLDA 
  
  
   Hi; 
   ? I just built out a new server and transfered my databases. I use 
Zope   to 
   server my web sites and ZMySQLDA to interface between the two.  
  Everything 
   seems 
   to be fine. I can see the databases, the tables, the columns in the 
   tables, the 
   permissions are correct, etc. I hook up ZMySQLDA and that seems to be 
   fine. It 
   connects to the database. However, when I go to look at the pages 
from 
   served 
   the database, the browser hangs. Any ideas how to troubleshoot this? 
  
  You should have a MySQL_database_connection object in a folder 
somewhere  (in 
  the ZMI).? The Status for this object should say The database  
connection 
  is open.? There is a Test tab for this object in which you can 
enter  an 
  sql query. If this query works ok, then the next step is to test 
your Z  SQL 
  Method(s). 
  
  Thanks. That clarified a lot. The MySQL query comes back fine. I'm  
troubleshooting a complex shop I had a programmer who worked for me  
build...so it's not my code...and it's complex ;) I went into the  
shopkeeper's side and was able to successfully query the database. I 
was,  for example, able to display the cotton products for editing. 
However,  when I do essentially_the_same_thing TTW with the following 
code snippet,  it hangs! 
  
  tal:block metal:define-macro=content 
  ?? define=dummy python:request.set('category', 5) 
  
  ? tal:block  
metal:use-macro=here/Store/Main_frame_content/macros/content / 
  
  /tal:block 
  
  Furthermore, mytop shows the user is hanging: 
   30 mysqluser?? localhost mrtableclo?? 473? Sleep 
  
  What should I do next to troubleshoot this? 
 
I would test the code outside of tal. Just execute (test) the routine by 
itself to see what it is returning. A couple of things to check: (i) is 
the routine receiving the correct input parameters, (ii) is the routine 
returning what you are expecting. 


--
Connexions
http://cnx.org

Building Websites with Plone
http://plonebook.packtpub.com

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Pierugo Massolo/IT/ITC/ALSTOM is out of the office.

2007-07-16 Thread pierugo . massolo

I will be out of the office starting  16-07-2007 and will not return until
30-07-2007.

For urgent request please contact Agata Landi.
Thanks___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] does zope support java script

2007-07-16 Thread Mohammed Tlais

-- Forwarded message --
From: Mohammed Tlais [EMAIL PROTECTED]
Date: Jul 16, 2007 2:36 PM
Subject: does zope support java script
To: [EMAIL PROTECTED]

Greetings

I have a web page that contains some java script code, when I add it to
zope, it will not be displayed at all, what should be done to allow java
scripts in zope?

Thanks in advance

Regards
M. Tleis
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] does zope support java script

2007-07-16 Thread Andreas Jung
Javascript has nothing to do with Zope. Javascript is client-side, Zope is 
sever-side. Your browser will this exactly that content that you put into 
Zope. Your description is far too vague in order give further help.


-aj

--On 17. Juli 2007 08:26:37 +0300 Mohammed Tlais [EMAIL PROTECTED] wrote:


-- Forwarded message --
From: Mohammed Tlais [EMAIL PROTECTED]
Date: Jul 16, 2007 2:36 PM
Subject: does zope support java script
To: [EMAIL PROTECTED]

Greetings

I have a web page that contains some java script code, when I add it to
zope, it will not be displayed at all, what should be done to allow java
scripts in zope?





pgpJN0GtCNV7F.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope-DB] Pierugo Massolo/IT/ITC/ALSTOM is out of the office.

2007-07-16 Thread pierugo . massolo

I will be out of the office starting  16-07-2007 and will not return until
30-07-2007.

For urgent request please contact Agata Landi.
Thanks___
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db