473,769 Members | 5,787 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem found with zope

Seb
Hello,

I have a (french) web site under PLONE2. Every thing is ok (concerning Zope
/PLONE2) , but since few days I get a "very strange problem". I'm using Zope
2.7.0 with Apache under FreeBSD.

My problem : When you refresh several times my web site the pictures are
"mixted". I mean on some pictures positions, it is some other pictures that
are used instead the good ones. It happens at random.

I'm quite sure it is a python problem but I'lm not an expert.

If you want to see my "problem", my website is www.biendivorcer.com (it is
only a french site).

Thanks for your help.

Sébastien
Jul 18 '05 #1
3 1190
Seb schrieb:
My problem : When you refresh several times my web site the pictures are
"mixted". I mean on some pictures positions, it is some other pictures that
are used instead the good ones. It happens at random.

I'm quite sure it is a python problem but I'lm not an expert.


I've browsed your page with Mozila 1.7. There is a linkTransparent .gif
in the navigation area which is a transparent background image and
gets overlayed by other images when I switch to another tab. If I
hit Shift+Reload, the page is displayed correctly.

I have no idea how this can be tracked to python code. To me it appears
as a cache issue.

Mit freundlichen Gruessen,

Peter Maas

--
-------------------------------------------------------------------
Peter Maas, M+R Infosysteme, D-52070 Aachen, Tel +49-241-93878-0
E-mail 'cGV0ZXIubWFhc0 BtcGx1c3IuZGU=\ n'.decode('base 64')
-------------------------------------------------------------------
Jul 18 '05 #2
Seb wrote:
Hello,

I have a (french) web site under PLONE2. Every thing is ok (concerning Zope
/PLONE2) , but since few days I get a "very strange problem". I'm using Zope
2.7.0 with Apache under FreeBSD.

My problem : When you refresh several times my web site the pictures are
"mixted". I mean on some pictures positions, it is some other pictures that
are used instead the good ones. It happens at random.
What I see is that the page changes on fast refreshes - with parts
beeing left out - font sizes changing dramtically, etc. This only in
Internet Explorer, though. In Firefox 0.9 it appears to be steady as a
rock. Since the xhtml source is identical everytime - no matter what the
representation is, my tentative guess would be that this is an Internet
Explorer problem. Especially since the problem can be reproduced when
you save the xhtml source to disk and load that into your browser.
--
Vincent Wehren

I'm quite sure it is a python problem but I'lm not an expert.

If you want to see my "problem", my website is www.biendivorcer.com (it is
only a french site).

Thanks for your help.

Sébastien

Jul 18 '05 #3

[Seb]
My problem : When you refresh several times my web site the pictures are
"mixted". I mean on some pictures positions, it is some other pictures that
are used instead the good ones. It happens at random.


This is a wild stab in the dark, but I have seen this before (not with Zope,
but with a different web server). The reason was that sometimes the server
would send an HTTP response twice, so over an HTTP/1.1 persistent connection
the requests and replies would get out of sync. Here's what I mean - say
the requests and responses should have looked like this:

"Get me spam.gif" "OK, here is spam.gif"
"Get me eggs.gif" "OK, here is eggs.gif"
"Get me viking.gif" "OK, here is viking.gif"

you would get this:

"Get me spam.gif" "OK, here is spam.gif"
"Get me eggs.gif" "OK, here is spam.gif"
"Get me viking.gif" "OK, here is eggs.gif"

because the bug meant that the response for spam.gif was sent twice. The
second response would sit in the socket buffer and be picked up the next
time a request came in over the persistent connection.

Ethereal (http://www.ethereal.com/) will easily show you whether this is
happening to you - it's not at all likely, but the symptoms were exactly the
same as you describe.

--
Richie Hindle
ri****@entrian. com

Jul 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
4931
by: Sig | last post by:
Hi there, Could you help me finding out whether Zope could be a serious technological framework for big corporation (compared to J2EE and ..Net) or not ? In the (quite very) big corporation I work in, the IT managers are wondering about the future of web technologies for our intranets. Currently, we run web applications in many technologies : heavy J2EE (EJB...), light J2EE (JSP), ASP.Net, ASP, PHP, ... Our big IT boss
0
1173
by: johan | last post by:
---------- Forwarded Message ---------- Subject: problem CMFOODocument Date: Tuesday 21 October 2003 11:18 From: johan <johan30@easynet.be> To: zope@zope.org Hi, I have the following problem : I try to install CMFOODocument into Products
4
2344
by: Jochen Demuth | last post by:
Hi, I am trying to install ZWiki on Zope 2.5.1 / Debian 2.4.20-bf2.4-xfs. First I copied the contents of the ZWiki-0.32.0.tgz to the Products-directory under SOFTWARE_HOME: This is what it contained before: server1:/usr/lib/zope/lib/python/Products# ls ExternalMethod PageTemplates StandardCacheManagers ZSQLMethods Hotfix_2002-06-14 PluginIndexes TemporaryFolder ZopeTutorial
9
1604
by: john | last post by:
Hi I am developing a timesheet system. It will have 3 levels of access 1)Administrator 2)Approver -- Will approve or reject the timesheet filled by employees 3)Employees -- Fill in the timesheet which will ontain info like start time & end for task & task description. There will be different projects with different employees & approvers Also I need to genrate reports like timesheet for an employee for this particular week or month.Or...
47
2620
by: Will Stuyvesant | last post by:
Hello all, So Zope still lives, yay. Well, I like that they use Python. <rant> What amazed me is they write that they "added types to the variables and hope that it will be added to the Python project too". Really. ROFL.
2
1507
by: Philippe Bouige | last post by:
Hello, After install de Zope under WINXP, I have not problem with zope but it's not possible install module for my version python 2.3... The message is : "Python version 2.3 required, which was not found registry"... but I have python23 !!! How to modify registry ? Thank you very much for your help
0
2131
by: Unigroup of New York | last post by:
Content-Type: multipart/mixed; boundary="------------C465DF38DCB38DD2AF7117E0" Lines: 327 Date: Tue, 15 Feb 2005 23:36:38 -0500 NNTP-Posting-Host: 24.46.113.251 X-Complaints-To: abuse@cv.net X-Trace: fe12.lga 1108528794 24.46.113.251 (Tue, 15 Feb 2005 21:39:54 MST) NNTP-Posting-Date: Tue, 15 Feb 2005 21:39:54 MST Xref: number1.nntp.dca.giganews.com comp.lang.python:398656
3
2613
by: krzychu | last post by:
Hi, I have installed brand new platform - Zope-2-7-6, Python 2.4.1, Plone 2.0.5, OS Debian 1:3.3.6-2. After import a old Plone site from the following platform Zope-2-7-4, Python 2.3.3, Plone 2.0.3 to the new one, I get error when I visit PuthonScript in the ZMI. "invalid syntax (Script (Python), line 1)"
0
1162
by: jack139 | last post by:
I installed zope under windows and found a problem when import addition modules - iHotfix and itools. When place itools in python's library path, site-packages, import works fine. When place itools in zope-instance's library path, /zope-instance/lib/python, it seems the the import only work partially, for examlple, only partial attributes and methods are imported. Someone say that this porblem will disapear in linux box, I will try it. But...
0
9583
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10210
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9990
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9860
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7406
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6668
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5297
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
2814
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.