Announcement

Collapse
No announcement yet.

Database Error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Database Error

    Hi,,

    i have problem with my forum ... it gave me this error

    DATABASE ERROR

    the database has encountered a problem

    it was working fine .. but i dont know what happened ... this is my page source:-

    <!--
    Database error in vBulletin :
    mysql_connect() [&lt;a href='function.mysql-connect'&gt;function.mysql-connect&lt;/a&gt;]: User xxx has already more than 'max_user_connections' active connections
    /home/xxx/public_html/forum/includes/class_core.php on line 273
    MySQL Error :
    Error Number :
    Date : Friday, November 24th 2006 @ 04:41:10 AM
    Script : http://www.xxx.com/forum/
    Referrer :
    IP Address :
    Username :
    Classname : vb_database
    -->

    can you help??

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

    The server has maxed out the number of MySQL connections it allows. You can try turning persistent connections off in your config.php:

    PHP:
    $config['MasterServer']['usepconnect'] = 0;


    But if you still have problems after that, you will need ask your host to raise the maximum number of connections they allow.
    Want to take your board beyond the standard vBulletin features?
    Visit the official Member to Member support site for vBulletin Modifications: www.vbulletin.org

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...
    X