Flemming Bjerke - 2003-09-01

I have database with 5 tables on my mandrake9.1, zope2.6.1 and mysql-standard-4.0.12-pc-linux-i686. The three of them work fine, but the two do not work when I test throug a Mysql connection.  I am also able to "show tables" and to "show databases".

When I select * from the one table, zope tells me that it "cannot connect to localhost:8080", which is utterly strange.

When I select * from the other table, zope comes out with the following error message:

--------------------
Zope Error

Zope has encountered an error while publishing this resource.

Error Type: AttributeError
Error Value: 'None' object has no attribute 'strip'

Troubleshooting Suggestions

The URL may be incorrect.
The parameters passed to this resource may be incorrect.
A resource that this resource relies on may be encountering an error.

For more detailed information about the error, please refer to the HTML source for this page.

If the error persists please contact the site maintainer. Thank you for your patience.
---------------------------

I have the same connection on exactly the same database working on the same mysql and zope on a redhat9.0. Furthermore, if I perform the mentioned "select " in mysql, they works perfectly. I have reinstalled zope as well as mysql on my mandrake9.1. But, the problem persists on mandrake9.1.

If anyone could suggest what is wrong, I will be happy.

Thank you
    Flemming