Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Many database errors testing 6

  1. #1

    Join Date
    Aug 2006
    Posts
    127

    Default Many database errors testing 6

    I am testing 6 and getting many db errors. This has not happened on this scale with 5.5 which I have a demo db of over 10k profiles. 5.5 loads a lot quicker, and it must have something to do with more and more code to get through to do the job, as the server is setup the same, php and mysql versions the same.

    Just getting around the site and testing the links and adding various bits and pieces to make sure things work, is getting a lot of the white page of death and also these db errors.

    It doesn't happen only on one specific page, it helps itself inconsistently.

    Has anyone else had this happen or is it just me? The error emails are starting to add up.
    Last edited by slipknot; 09-12-2007 at 05:43 AM. Reason: touchpad is really touchy :o)

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

    Default

    post a couple of the errors (copy / paste)

    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.

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

    Default

    Also...

    "testing 6" means nothing...

    you need to supply version and patch number.

    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.

  4. #4

    Join Date
    Aug 2006
    Posts
    127

    Default

    Sorry for not being specific but I have the 6.0.0 version. Not done the 6.0.1 patch. Perhaps there is a cure in the patch?

    ANYWAYS, a couple of logs for ya.

    Database error in CUPID
    Mysql error:
    Lost connection to MySQL server during query

    Debug backtrace:
    Array
    (
    [1] => Array
    (
    [file] => /cupid/rewrite_name.php
    [line] => 61
    [args] => Array
    (
    [0] => /cupid/inc/db.inc.php
    )

    [function] => require_once
    )

    )


    --
    Auto-report system

    Database error in CUPID
    Mysql error:
    Lost connection to MySQL server during query

    Debug backtrace:
    Array
    (
    [1] => Array
    (
    [file] => /cupid/templates/base/scripts/BxBaseConfig.php
    [line] => 23
    [args] => Array
    (
    [0] => /cupid/inc/db.inc.php
    )

    [function] => require_once
    )

    [2] => Array
    (
    [file] => /cupid/templates/tmpl_uni/scripts/BxTemplConfig.php
    [line] => 21
    [args] => Array
    (
    [0] => /cupid/templates/base/scripts/BxBaseConfig.php
    )

    [function] => require_once
    )

    [3] => Array
    (
    [file] => /cupid/inc/params.inc.php
    [line] => 113
    [args] => Array
    (
    [0] => /cupid/templates/tmpl_uni/scripts/BxTemplConfig.php
    )

    [function] => require_once
    )

    [4] => Array
    (
    [file] => /cupid/inc/profile_disp.inc.php
    [line] => 23
    [args] => Array
    (
    [0] => /cupid/inc/params.inc.php
    )

    [function] => require_once
    )

    [5] => Array
    (
    [file] => /cupid/inc/match.inc.php
    [line] => 22
    [args] => Array
    (
    [0] => /cupid/inc/profile_disp.inc.php
    )

    [function] => require_once
    )

    [6] => Array
    (
    [file] => /cupid/inc/admin.inc.php
    [line] => 22
    [args] => Array
    (
    [0] => /cupid/inc/match.inc.php
    )

    [function] => require_once
    )

    [7] => Array
    (
    [file] => /cupid/inc/design.inc.php
    [line] => 22
    [args] => Array
    (
    [0] => /cupid/inc/admin.inc.php
    )

    [function] => require_once
    )

    [8] => Array
    (
    [file] => /cupid/upload_media.php
    [line] => 23
    [args] => Array
    (
    [0] => /cupid/inc/design.inc.php
    )

    [function] => require_once
    )

    )


    --
    Auto-report system

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

    Default

    "Lost connection to MySQL server during query" is normally not a script problem - but a database server / connection problem.

    This also "It doesn't happen only on one specific page, it helps itself inconsistently."

    Do you have mysql persisitant connections ON? If so, turn them OFF

    Is your mysql server on the same host or a different one?

    What kind of hosting do you have? Shared? VPS? Dedicated?

    Who is the hosting company?

    Anyways - I would look into connection issues first - based on what you have posted so far.

    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.

  6. #6

    Join Date
    Aug 2006
    Posts
    127

    Default

    Do you have mysql persisitant connections ON?

    No idea, is there an easy to find out, or ask servage.net what the go is?

    Is your mysql server on the same host or a different one?

    It is a cluster system if you are aware of servage, its been ok till this 6 version, but they may also have changed something affecting my problem.

    Host is servage.net and clustered and shared would be my guess. Not real tech savvy am I?

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

    Default

    I donno - it's a cheap(er) host, $6.95 with lots and lots of hype on it's home page.... for $6.95 who knows how much they load their servers - and with the specs they say they give out for $6.95 I assume there is a lot of "crap" sites running on there also.

    That's all I can tell you with the information (and lack of information) available.

    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.

  8. #8

    Join Date
    Aug 2006
    Posts
    127

    Default

    THX for help, I will go to their support and find out what I can, IF anything.

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

    Default

    Quote Originally Posted by slipknot View Post
    No idea, is there an easy to find out
    Make a phpinfo.php file - and run it in your browser.

    Search modmysite for how to make this file.

    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.

  10. #10

    Join Date
    Aug 2006
    Posts
    127

    Default

    Done and all are OFF for the local value, that is register globals, safe mode and safe mode GID.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Database Errors driving me crazy
    By wishtotravel in forum General Troubleshooting
    Replies: 2
    Last Post: 11-21-2007, 07:12 AM
  2. Testing the new Dolphin
    By Dexobie in forum Dolphin General Discussion v6.00 and above
    Replies: 4
    Last Post: 09-06-2007, 03:26 AM
  3. DataBase Errors after PHPBB integration in Dolphin 5.6
    By cannibal in forum BBS / Forum Applications (non-Orca)
    Replies: 8
    Last Post: 02-24-2007, 11:28 PM
  4. QuickMod#2 - Show database errors in web browser
    By Smoge in forum Free Mod Exchange
    Replies: 0
    Last Post: 04-07-2005, 09:57 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
  •