+ Reply to Thread (include dating software, release, and patch number!)
Results 1 to 7 of 7

Thread: Error message - help!

  1. #1

    Join Date
    Feb 2008
    Posts
    32

    Default Error message - help!

    I am all of a sudden getting the error message:

    Database error in Asia Connect - Connecting People
    Query:
    SELECT `VALUE` FROM `GlParams` WHERE `Name` = 'enable_boonex_footers'

    Mysql error:
    MySQL server has gone away

    Found error in file /home/xxxxxx/public_html/xxxxxxx/inc/db.inc.php
    at line 179. Called db_assoc_arr function with erroneous argument #0

    Debug backtrace:
    Array
    (
    [1] => Array
    (
    [file] => /home/xxxxxxx/public_html/xxxxxxxx/inc/db.inc.php
    [line] => 129
    [function] => db_res
    [args] => Array
    (
    [0] => SELECT `VALUE` FROM `GlParams` WHERE `Name` = 'enable_boonex_footers'
    [1] => 1
    )

    )

    [2] => Array
    (
    [file] => /home/xxxxxxx/public_html/xxxxxxxx/inc/db.inc.php
    [line] => 179
    [function] => db_assoc_arr
    [args] => Array
    (
    [0] => SELECT `VALUE` FROM `GlParams` WHERE `Name` = 'enable_boonex_footers'
    )

    )

    [3] => Array
    (
    [file] => /home/xxxxxxx/public_html/xxxxx/templates/tmpl_uni/scripts/functions.php
    [line] => 21
    [function] => getparam
    [args] => Array
    (
    [0] => enable_boonex_footers
    )

    )

    [4] => Array
    (
    [file] => /home/xxxxxxx/public_html/xxxxxxx/inc/menu.inc.php
    [line] => 30
    [args] => Array
    (
    [0] => /home/xxxxxx/public_html/xxxxx/templates/tmpl_uni/scripts/functions.php
    )

    [function] => require_once
    )

    [5] => Array
    (
    [file] => /home/xxxxxx/public_html/xxxxxxx/inc/design.inc.php
    [line] => 29
    [args] => Array
    (
    [0] => /home/xxxxx/public_html/xxxxxxx/inc/menu.inc.php
    )

    [function] => require_once
    )

    [6] => Array
    (
    [file] => /home/xxxxxx/public_html/xxxxxxxx/inc/profiles.inc.php
    [line] => 22
    [args] => Array
    (
    [0] => /home/xxxxxxx/public_html/xxxxxxx/inc/design.inc.php
    )

    [function] => require_once
    )

    [7] => Array
    (
    [file] => /home/xxxxx/public_html/xxxxxxx/periodic/notifies.php
    [line] => 23
    [args] => Array
    (
    [0] => /home/xxxxx/public_html/xxxxxxx/inc/profiles.inc.php
    )

    [function] => require_once
    )

    )


    Called script: /home/xxxxxx/public_html/xxxxxxx/periodic/notifies.php

    Request parameters:
    Array
    (
    )


    --
    Auto-report system


    any body know what i can do?

    many thanks,

    Stuart

  2. #2
    bigal0228's Avatar
    Join Date
    Sep 2007
    Posts
    409
    Blog Entries
    1

    Default This is a database connection error.

    The most common reason for the MySQL server has gone away error is that the server timed out and closed the connection.

    You can find out more about this at this link:

    http://dev.mysql.com/doc/refman/5.0/en/gone-away.html
    If at first you don't succeed, go to a forum and ask like hell. (Using Joomla 1.5.18, JomSocial 1.6.12, Fully Customized)
    <div>

<a href="http://www.fancamtastic.com/?idAff=5"><img src="http://www.fancamtastic.com/media/images/banners/Banner6.gif" width="445" height="49" border="0"></a><br />
<a href="http://www.fancamtastic.com/?idAff=5"></a>

</div>

  3. #3

    Join Date
    Feb 2008
    Posts
    32

    Smile Error message

    Many thanks for your reply!

    I re-installed the database and my problems disappeared!

    Stuart

  4. #4
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,642
    Blog Entries
    5

    Default

    Well - reinstalling normally would not help this... unless your mysql server is so screwed up - it lost your data.

    Normally, the errors you mentioned happen due to:

    1) backups running
    2) mysql server is down
    3) you are using persistent connections, and they are all "used up"

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  5. #5

    Join Date
    Jan 2009
    Posts
    4

    Default The same error here help me please

    I got the same error but is strango couse i can upload music but no videos.
    I upload music >60mb and i have no problems but yes in video. Any suggest?

    Database error in Finespace Tu Comunidad Online De Habla Espaņola
    Query:
    SELECT 1 FROM RayMovieFiles WHERE Uri = 'Sandra-bailando-en-el-garaje-de-la-Rubi' LIMIT 1

    Mysql error:
    MySQL server has gone away

    Found error in file /home/finespac/public_html/inc/utils.inc.php
    at line 738. Called db_arr function
    with erroneous argument #0

  6. #6
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,642
    Blog Entries
    5

    Default

    Quote Originally Posted by Finespace View Post
    Mysql error:
    MySQL server has gone away
    First thought is...

    MySQL :: MySQL 5.0 Reference Manual :: B.1.2.9 MySQL server has gone away

    The most common reason for the MySQL server has gone away error is that the server timed out and closed the connection.

    You can also get these errors if you send a query to the server that is incorrect or too large. If mysqld receives a packet that is too large or out of order, it assumes that something has gone wrong with the client and closes the connection.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  7. #7

    Join Date
    Jan 2009
    Posts
    4

    Default

    But is strange couse i can upload large audio files...

+ Reply to Thread (include dating software, release, and patch number!)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Error Message
    By daveofgv in forum Dolphin General Discussion v6.00 and above
    Replies: 1
    Last Post: 02-01-2008, 12:48 AM
  2. Error Message
    By australian in forum General Troubleshooting
    Replies: 0
    Last Post: 12-16-2005, 08:43 PM
  3. error message
    By im5150 in forum General Troubleshooting
    Replies: 8
    Last Post: 12-16-2005, 09:42 AM
  4. Another Error Message
    By outlander in forum General Troubleshooting
    Replies: 0
    Last Post: 12-15-2005, 05:25 AM
  5. error message
    By iscaweb in forum General Troubleshooting
    Replies: 11
    Last Post: 07-08-2005, 06:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts