• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

No Database Errors for a Couple of Days Now, What gives?

Just had it a minute ago

Code:
<!--

Database error in vBulletin :

mysql_connect() [&lt;a href='function.mysql-connect'&gt;function.mysql-connect&lt;/a&gt;]: User androidf_forums already has more than 'max_user_connections' active connections

/home/androidf/public_html/includes/class_core.php on line 311

MySQL Error   : 
Error Number  : 
Request Date  : Monday, December 12th 2011 @ 03:01:15 AM
Error Date    : Monday, December 12th 2011 @ 03:01:15 AM
Script        : http://androidforums.com/forumdisplay.php?f=1225
Referrer      : http://androidforums.com/
IP Address    : 
Username      : 
Classname     : vB_Database
MySQL Version : 

-->



</body>
</html>
 
^ Yup.. seeing them again.. it got pretty rare.. seems to be increasing in frequency now; still just a few a day. There was a time when it was uncertain with each click as to whether the page would come up or a database error (or that infernal "maintenance" message :D).
 
For me it seems like being online at 3 AM EST will cause me to get them. Perhaps it is just AF telling me I should go to sleep...
 
I've just made a change to the db config file - please let me know when you see this again.

Cool man!

Of course I will let you know as soon as I see anything :)

Antenna Crossed! :D

Let's hope it works ;)

But I am really greatful in any event because the service is for free,

Don't look a gift horse in the mouth you know? ;)

But I agree it should get fixed if it is possible :D

I can't troll with out these forums!
 
Been a while, but just got one:

Request Date : Wednesday, December 14th 2011 @ 03:00:53 AM
Error Date : Wednesday, December 14th 2011 @ 03:00:53 AM
 
Got the blue and red error page about 5 mins ago:

nginx error!
The page you are looking for is temporarily unavailable. Please try again later.

Website Administrator
Something has triggered an error on your website. This is the default error page for nginx that is distributed with EPEL. It is located /usr/share/nginx/html/50x.html

You should customize this error page for your own site or edit the error_page directive in the nginx configuration file /etc/nginx/nginx.conf.

Also, navigating around the site is painfully slow. (Also just got the same error when I tried to submit this post).
 
From here it sits on "waiting for androidforums.com" for anywhere from 10 or 15 seconds to a full minute or so, with any click to navigate anywhere in the forums (or to get to the forums from bookmark).

Only saw the database error once early this morning, but the site's had that slowness for about six hours now.
 
@Phases, yeah, it was, I didn't put that part of the error b/c I thought you were now only asking for that specific error to assess how the change you implemented affected the occurrence of the error.... My bad.
 
Sites been running error-free for me the past few days, but just now I got the Nginx Error.

Nginx%252520error.JPG
 
Just got this:

Database error in vBulletin 3.8.7:

Invalid SQL:



DELETE FROM arrowbe_pm WHERE pmtextid IN (SELECT pmtextid FROM arrowbe_pmtext WHERE fromuserid = 817288);

MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Tuesday, December 27th 2011 @ 02:02:43 AM
Error Date : Tuesday, December 27th 2011 @ 02:02:43 AM
Script : http://androidforums.com/misc.php
Referrer : http://androidforums.com/misc.php?do=spamcleanconfirm&u=817288
IP Address :
Username : Xyro
Classname : vB_Database
MySQL Version : </textarea>
 
nginx error just few minutes ago

Something has triggered an error on your website. This is the default error page for nginx that is distributed with EPEL. It is located /usr/share/nginx/html/50x.html

You should customize this error page for your own site or edit the error_page directive in the nginx configuration file /etc/nginx/nginx.conf.
 
Just got this database error:

Code:
Database error in vBulletin 3.8.7:

Invalid SQL:

        	SELECT COUNT(post.postid) AS unread
        	  FROM arrowbe_post as post
        	INNER
              JOIN arrowbe_thread AS thread
                ON thread.threadid = post.threadid
        	INNER
              JOIN arrowbe_forum AS forum
                ON forum.forumid = thread.forumid
            LEFT OUTER
              JOIN arrowbe_threadread AS threadread
                ON threadread.threadid = thread.threadid
               AND threadread.userid = 74228
            LEFT OUTER
              JOIN arrowbe_forumread AS forumread
                ON forumread.forumid = forum.forumid
               AND forumread.userid = 74228
             WHERE thread.forumid IN (0,2,11,20,22,27,28,30,32,43,47,107,111,117,118,168,227,255,267,572,574,889,1086,1087,1247,1318,1319)
               AND thread.visible IN (0,1,2)
               AND post.dateline   > COALESCE(threadread.readtime, 1327088303)
               AND post.dateline   > COALESCE(forumread.readtime , 1327088303)
               AND post.dateline   > 1327088303
               AND thread.lastpost > COALESCE(threadread.readtime, 1327088303)
               AND thread.lastpost > COALESCE(forumread.readtime , 1327088303)
               AND thread.lastpost > 1327088303;

MySQL Error   : MySQL server has gone away
Error Number  : 2006
Request Date  : Friday, January 20th 2012 @ 03:36:27 PM
Error Date    : Friday, January 20th 2012 @ 03:36:27 PM
Script        : [url]http://androidforums.com/newreply.php?do=postreply&t=481041[/url]
Referrer      : [url]http://androidforums.com/newreply.php?do=newreply&p=3833639[/url]
IP Address    : <redacted>
Username      : scary alien
Classname     : vB_Database
MySQL Version :

Haven't seen any updates to this thread for a while (which is good).

Cheers!
 
Back
Top Bottom