Comment to 'DB error'
Comment to DB error
  • Hello @Nurke !

    This error means the application is not able to locate the socket file needed to establish a MySQL connection. The easiest fix to try - change the following line in the inc/header.inc.php file:

    define('BX_DATABASE_HOST', 'localhost'); ///< db host

    to this variant

    define('BX_DATABASE_HOST', '127.0.0.1'); ///< db host

    If it will not help then it's better to send the report about it to the hosting support.

    • Thank you @LeonidS for your help!

      I have changed localhost word to 127.0.0.1 ( This number is ok right? Not some other?)

      I did contact tmd yesterday and they said they did some repair, but error showed today again. The thing is that I get this error sometimes, not all the time. I did your fix so all I can do is to wait and see if error will show up again... and will report back...

      Thank you Very much!