Hi,
we are currently using vb2.0.0 on Apache 1.3.14/php 4.0.6/MySQL 3.23.40 on a Linux 2.2 machine.
Many users report problems that they are unable to reply to existing topics (we did NOT have this problem since we started the board, it only recently appeared). Whenever you want to reply to a topic and press "Submit Reply" button, the browser sends the request but never seems to get any data back so the request eventually times out showing the browsers error page.
However, these users seem to be able to create new threads. Also everything else works very swiftly, including "Preview Post".
Some users also complained about receiving multiple notifications of new posts but when they checked the forum there wasn't a new message there. I assume these two problems could be related.
Unfortunately I wasn't able to determine a pattern when one can post replies or not. What I noticed was that for the table session only the .frm file exits (even after I flushed the tables) and that I cannot do a REPAIR or ANALYZE. But a SELECT * FROM session; does show me the current sessions. In the vb Control Panel 'Simultaneous sessions limit' is set to '0'.
The server load is minimal (< 0.5) and there are enough "free" httpd processes and mysql connections. Also if I look at the mysql processlist all running threads are sleeping, there are no long running queries or locks etc.
I also installed 2.0.3 in parallel (to use the same db) but I get the same problems.
Is this a known problem? Anyone any clues why this is happening?
We need to solve this problem asap because for many users the board system is becoming a pain to use.
Any support very much appreciated.
we are currently using vb2.0.0 on Apache 1.3.14/php 4.0.6/MySQL 3.23.40 on a Linux 2.2 machine.
Many users report problems that they are unable to reply to existing topics (we did NOT have this problem since we started the board, it only recently appeared). Whenever you want to reply to a topic and press "Submit Reply" button, the browser sends the request but never seems to get any data back so the request eventually times out showing the browsers error page.
However, these users seem to be able to create new threads. Also everything else works very swiftly, including "Preview Post".
Some users also complained about receiving multiple notifications of new posts but when they checked the forum there wasn't a new message there. I assume these two problems could be related.
Unfortunately I wasn't able to determine a pattern when one can post replies or not. What I noticed was that for the table session only the .frm file exits (even after I flushed the tables) and that I cannot do a REPAIR or ANALYZE. But a SELECT * FROM session; does show me the current sessions. In the vb Control Panel 'Simultaneous sessions limit' is set to '0'.
The server load is minimal (< 0.5) and there are enough "free" httpd processes and mysql connections. Also if I look at the mysql processlist all running threads are sleeping, there are no long running queries or locks etc.
I also installed 2.0.3 in parallel (to use the same db) but I get the same problems.
Is this a known problem? Anyone any clues why this is happening?
We need to solve this problem asap because for many users the board system is becoming a pain to use.
Any support very much appreciated.
Comment