Bearded Dragon Posted March 15, 2016 Seems to happen every so often. If I go to thedaobums.com it throws the error but if I go to thedaobums.com/index.php it doesn't. Share this post Link to post Share on other sites
blue eyed snake Posted March 15, 2016 here the same Share this post Link to post Share on other sites
dawei Posted March 15, 2016 If we can get an update done, there may be some security and integrity improvements. 2 Share this post Link to post Share on other sites
Kar3n Posted March 19, 2016 Intermittent SQL errors or it times out. Share this post Link to post Share on other sites
dawei Posted March 19, 2016 Me too...  but we're both online now Share this post Link to post Share on other sites
Apech Posted May 4, 2016 again today - seems to be becoming a regular thing 4 Share this post Link to post Share on other sites
blue eyed snake Posted May 4, 2016 here too, several times this week  , that'l teach us patience 1 Share this post Link to post Share on other sites
dawei Posted May 4, 2016 Maybe some folks are just online too much     (ducking at tomatoes thrown)  I've tried to impress the need to upgrade the software but I'm waiting like everyone else. Share this post Link to post Share on other sites
Apech Posted May 4, 2016 Maybe some folks are just online too much     (ducking at tomatoes thrown)  I've tried to impress the need to upgrade the software but I'm waiting like everyone else.   I'm addicted - I constantly need to know if Karl has said anything irrational. 5 Share this post Link to post Share on other sites
wilfred Posted May 4, 2016 a little SQL is good for the bowels 1 Share this post Link to post Share on other sites
Kar3n Posted May 5, 2016 ... here too, for a good chunk of the morning. Â 1 Share this post Link to post Share on other sites
already Posted May 6, 2016 I've been getting this error for days but mostly when trying to access the buddhist discussion subforum. Share this post Link to post Share on other sites
Marblehead Posted May 6, 2016 Yeah, sometimes life gives us SQL errors.  The program is rigged so that the Buddhist sub-forum gets more of them than any other sub-forum. It is a test of their patience. 2 Share this post Link to post Share on other sites
blue eyed snake Posted May 6, 2016 Yeah, sometimes life gives us SQL errors.  The program is rigged so that the Buddhist sub-forum gets more of them than any other sub-forum. It is a test of their patience.    Share this post Link to post Share on other sites
Eques Peregrinus Posted May 7, 2016 I had a SQL error recently on the index page, it persisted for a few days before I tried to access to an other sub forum (by mistake while browsing my history), and the page got displayed correctly. This pushed me to experiment a bit. Â I sniffed my traffic with Wireshark, while trying to fetch the index page which displayed an SQL error, and observed there were no connection to the server, therefore that was likely a caching problem. Â So I tried to reload the page while bypassing the cache (generally by pressing [Ctrl] + [F5], or with developer tools) and the page reloaded normally without SQL error. Â Normally, a web resource (html pages, images, ...) is send with an ETag* (a field in the HTTP headers) or at least an expiration date**. I suppose that these HTTP headers are missing from the server response when it has to send the SQL error page. Â Â The same behaviour occurs for the page indicating the server is offline (the page with the guy sitting in lotus). Â Â *In the case of the ETag, the web browser establishes a connection with the server to send the ETag, and the server responds either by telling the resource is up-to-date or with the updated resource. Â **In the case of an expiration date, it is just a date, and the browser consults its cache until the date is reached, afterward, if the resource is requested, the browser is going to consult the server normally. 2 Share this post Link to post Share on other sites