I Need Help With a Mysql Error

Discussion in 'PHP' started by rentmydn, Sep 29, 2010.

  1. #1
    I have a website I am working on that is displaying this particular error message:

    Fatal error: mysql error: [1317: Query execution was interrupted] in EXECUTE("SELECT session_data FROM pmd_sessions WHERE SessionID = 'e2fdbdb9519f779f8fefd9943c8c991c'") in /home1/lvcallsc/public_html/hotelsallowingpets/includes/adodblite/adodb-errorhandler.inc.php on line 77

    We have not got a clue how to solve this error. It comes and goes on occasion but is quite annoying.

    Please just need some help finding a solution to this. Thanks for any help anyone can provide.
     
    Last edited: Sep 29, 2010
    rentmydn, Sep 29, 2010 IP
  2. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #2
    maybe you have to repair your table..
     
    Bohra, Sep 29, 2010 IP
  3. muzaffar

    muzaffar Peon

    Messages:
    31
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Try the query

    SELECT session_data FROM pmd_sessions WHERE SessionID = 'e2fdbdb9519f779f8fefd9943c8c991c'

    in phpmyadmin SQL section and see what it says. It might help you.
     
    muzaffar, Sep 29, 2010 IP