SQLSTATE[HY000]: General error: 2006 MySQL server has gone away on running cron job magento

前端 未结 6 2214
遇见更好的自我
遇见更好的自我 2021-02-07 22:55

I am working on Magento site and I get this error:

SQLSTATE[HY000]: General error: 2006 MySQL server has gone away on running 
cron job magento

6条回答
  •  别跟我提以往
    2021-02-07 23:11

    I don't have any timeout issues.

    I moved a fclose(STDERR) line from my main file to a included file and this started happening.

    SQLSTATE[HY000]: General error: 2006 MySQL server has gone away

    I moved the line back to its original place and problem went away.

    Basically, closing STDERR from an included file seems to have some crazy repercussions.

提交回复
热议问题