Jump to content
  • 0

Error 504 i error 500


user_1337

Question

Co do error 504:

 

Po kilku tygodniach użytkowania sklepu, bez wykonywania zmian w bazie danych po instalacji presty wszystko działało bez zarzutów. Pewnego pięknego dnia chce wejść na stronę sklepu i dostałem error 504. Panel również nie działa. Włączyłem obsługę błędów i coś takiego:

 

 

Warning: PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /classes/db/DbPDO.php on line 64

w tej linii znajduje się:
return new PDO($dsn, $user, $password, array(PDO::ATTR_TIMEOUT => $timeout, PDO::MYSQL_ATTR_USE_BUFFERED_QUERY => true));

Warning: Cannot modify header information - headers already sent by (output started at /classes/db/DbPDO.php:64) in /classes/exception/PrestaShopException.php on line 37

tutaj:

header('HTTP/1.1 500 Internal Server Error');

        if (_PS_MODE_DEV_ || defined('_PS_ADMIN_DIR_')) {
            // Display error message
            echo '<style>
#psException{font-family: Verdana; font-size: 14px}
#psException h2{color: #F20000}
#psException p{padding-left: 20px}
#psException ul li{margin-bottom: 10px}
#psException a{font-size: 12px; color: #000000}
#psException .psTrace, #psException .psArgs{display: none}
#psException pre{border: 1px solid #236B04; background-color: #EAFEE1; padding: 5px; font-family: Courier; width: 99%; overflow-x: auto; margin-bottom: 30px;}
#psException .psArgs pre{background-color: #F1FDFE;}
#psException pre .selected{color: #F20000; font-weight: bold;}
</style>';
            echo '<div id="psException">';
            echo '<h2>['.get_class($this).']</h2>';
            echo $this->getExtendedMessage();
 
 
Czym to jest spowodowane? Zna ktoś rozwiązanie takiego problemu?
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...