vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Forum and Server Management (https://vborg.vbsupport.ru/forumdisplay.php?f=232)
-   -   Database (https://vborg.vbsupport.ru/showthread.php?t=215361)

crazyrockerz 06-04-2009 08:02 PM

Database
 
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: User ******** already has more than 'max_user_connections' active connections
/hermes/web01/****/moo.******/includes/class_core.php on line 311

MySQL Error :
Error Number :
Request Date : Wednesday, June 3rd 2009 @ 12:08:29 PM
Error Date : Wednesday, June 3rd 2009 @ 12:08:29 PM
Script : http://www..com/misc.php?show=latestposts&resultsnr=5
Referrer : http://www..com/index.php
IP Address : 117.197.212.114
Username :
Classname : vB_Database
MySQL Version :



i am new to vbulletin

and i am getting 100 of same error ia not understanding whats the problem ? can some one help me out

Thanks in advance

crazyrockerz 06-04-2009 08:07 PM

Database error in vBulletin 3.8.2:

Invalid SQL:

SELECT COUNT(*) as cnt,max(lastpost) as lastupdate
FROM thread AS thread
INNER JOIN tagthread AS tagthread ON
(tagthread.tagid = 1 AND tagthread.threadid = thread.threadid)
WHERE thread.forumid IN()
AND thread.visible = 1
AND thread.sticky IN (0, 1)
AND thread.open <> 10
GROUP BY tagthread.tagid;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
AND thread.visible = 1
AND thread.sticky IN (0, 1)' at line 5
Error Number : 1064
Request Date : Wednesday, June 3rd 2009 @ 02:08:56 AM
Error Date : Wednesday, June 3rd 2009 @ 02:08:57 AM
Script : http://www..com/cron.php?rand=1244009333
Referrer : http://www..com/
IP Address : 98.200.68.187
Username : Unregistered
Classname : vB_Database
MySQL Version :


Thanks in advance

crazyrockerz 06-04-2009 08:13 PM

Database error in vBulletin 3.8.2:

Invalid SQL:

insert into infernoshoutusers
(s_user, s_bold, s_italic, s_underline, s_color, s_font)
values
('34', '1', '0', '0', '', '');

MySQL Error : Duplicate entry '34' for key 1
Error Number : 1062
Request Date : Thursday, June 4th 2009 @ 09:39:35 AM
Error Date : Thursday, June 4th 2009 @ 09:40:10 AM
Script : http://www..com/infernoshout.php
Referrer : http://www..com/
IP Address : 124.15.50.XXX
Username : XXXXXXXX
Classname : vB_Database
MySQL Version :



Thanks in advance

Lynne 06-04-2009 09:06 PM

Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

PHP Code:

define('DISABLE_HOOKS'true); 


Lynne 06-04-2009 09:07 PM

This is a server problem. You'll have to talk to your host about increasing the number of max_user_connections.

Lynne 06-04-2009 09:10 PM

You can read this in the manual - Duplicate entry 'XXX'. The table infernoshoutusers is not a default vbulletin table. If the manual page doesn't help, you should ask for help with this in the modification thread (or read the thread first to see if this issue has come up before).

Dismounted 06-05-2009 05:19 AM

Three related threads merged.


All times are GMT. The time now is 08:30 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01068 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete