

1. What browser are you using. Is there an option to turn off cache.
2. Stop, wait, remove .pyc files and start you apache service.
3. make sure all files have the right permission.
I run into similar problems of caching, and I fixed it by removing pyc
and making sure web server user have permission to read/write to
files.
As far as cut off html...(not sure about that. Might be you css or something)
Lucas
</tr> </div> </table>
</fieldset> </div> </div> <td><input type="submit" class="submitbutton"
And just to make sure. Your problem has nothing to do with something like this:
http://groups.google.com/group/turbogears/browse_thread/thread/11d1fa77286eab6f
Have you tried it?
Lucas
Interesting...
Is there any firewall/anti-virus software between your machine and the
production
machine that could be messing up the contents of your page ?
As an example: AVG anti-virus some time destroys a HTML message when
it insert its message telling me that there are no viruses in the message.
Maybe you are suffering from the same thing...
What you could try to do is: surf your development pages (one that contains
the paginate datagrid) and then do a copy & paste of the generated html
and save it in a static file in your production machine.
Then you try to access it and see if the page still looks strange...
Try also to browse your app directly from you production machine...
> Does any of this make any sense to anyone? Certainly not to me.
Hehehehe.. that is a bonus for working with computer science... :D
Cheers,
Roger
Roger
Thanks for the reply. I don't believe that antivirus can be blamed for
this. We are experiencing this on machines running AVG, Kaspersky,
Symantec, Avast, etc. These are just the ones I know about, but it
happens regardless of the AV component being used. I don't believe it
is
a firewall issue because it happens inside our firewall, outside our
firewall
and on the local machine itself.
This morning I setup Apache in front of the CherryPy server and used
mod_proxy
to proxy port 80 on Apache to 8080 on CherryPy. This all works
fine. This problem only appears when I'm using port 80 on CherryPy.
Can anyone think of any reason why this would be the case?
-Jim
Unfortunately I am getting out of ideas on what could be causing this.. :(
Just to be sure: when you said "and on the local machine itself" you mean
on the windows 2003 server, right ?
Have you tried the approach of saving the generated output on your
development machine and try to serve it as a static file by cherrypy
(using port 80) ?
Only do check if it is something related to paginate/widgets or not...
Cheers,
Roger
Glad to help ! :)
Cheers,
Roger
Ops, forgot to mention...
When you and Kaspersky support find a solution, could you give us a feedback ?
Sharing this kind of experience may be useful to other people.
Thanks,
Roger