Misleading message after comment submission on question page
-
Whenever I submit a comment on Q&A detail page, I get a warning message (MB_ICONEXCLAMATION) that says "Oops! There seems to be a server problem, please try posting your comment later." with a message box titled "The page at http://www.codeproject.com says:". As if the comment couldn't be submitted. But, after refreshing the page, I can see my comment on the page without any problem. This is occurred (i think) for every comment that I submitted. I'm using SeaMonkey 2.0.12 and I suspect, the browser is with the problem.
-
Whenever I submit a comment on Q&A detail page, I get a warning message (MB_ICONEXCLAMATION) that says "Oops! There seems to be a server problem, please try posting your comment later." with a message box titled "The page at http://www.codeproject.com says:". As if the comment couldn't be submitted. But, after refreshing the page, I can see my comment on the page without any problem. This is occurred (i think) for every comment that I submitted. I'm using SeaMonkey 2.0.12 and I suspect, the browser is with the problem.
It's most likely due to one of our servers having indigestion. Antacids have been provided.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
It's most likely due to one of our servers having indigestion. Antacids have been provided.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
It's most likely due to one of our servers having indigestion. Antacids have been provided.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
I apologized to browser.
-
It's most likely due to one of our servers having indigestion. Antacids have been provided.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
It's most likely due to one of our servers having indigestion. Antacids have been provided.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
Now that's happening with the answers as well. I tried submitting answer here[^] and I was whown this message -
We have tried to add your answer 3 times without success. Our servers are just a little overworked. Sorry.
But the answer was submitted. Server - Web 22. Browser - FF 3.6.15 I have a very slow internet connection today. Could this be the reason?
..Go Green..
-
Now that's happening with the answers as well. I tried submitting answer here[^] and I was whown this message -
We have tried to add your answer 3 times without success. Our servers are just a little overworked. Sorry.
But the answer was submitted. Server - Web 22. Browser - FF 3.6.15 I have a very slow internet connection today. Could this be the reason?
..Go Green..
Your slow connection could definitely be the reason. What's happening is you're sending in the data, then the script on the page is waiting for a reply from the server. Since your connection is slow the initial post may have made it rhrough, but the response back from the server didn't arrive back in time. The script on the page knows no better so can only report that it failed.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
Your slow connection could definitely be the reason. What's happening is you're sending in the data, then the script on the page is waiting for a reply from the server. Since your connection is slow the initial post may have made it rhrough, but the response back from the server didn't arrive back in time. The script on the page knows no better so can only report that it failed.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP