Post by pierre on Jun 17, 2013 10:12:27 GMT -5
OK ... I commented out all commands that involve CSS, and got rid of all SQLite calls, in a really cut-down bit of code. I still get the error page. It happens whenever the server is doing something meaty, and while it is doing that, a link (or button) is clicked.
For example: I set up a page (call it [mainPage]), which does a "cls", and then loads and renders a small picture file. It also has links to a different page. Navigate away from [mainPage], using 2 PCs both connected to that application, then press a button or link to return to [mainPage]. If you press both "return" buttons more or less at the same time, the /seaside/go/..." error page appears (this is using localhost).
So, it looks like the server can't cope with a request arriving when it is already busy doing something.
Thanks for the other link, Stefan (default.css not found). However, I had already read that one; unfortunately it doesn't end with a solution.