Severity: Warning
Message: mysqli::real_connect(): (HY000/2002): Cannot assign requested address
Filename: mysqli/mysqli_driver.php
Line Number: 201
Backtrace:
File: /www/wwwroot/dash.konsole.xyz/application/core/MY_Controller.php
Line: 343
Function: __construct
File: /www/wwwroot/dash.konsole.xyz/application/controllers/Api.php
Line: 12
Function: __construct
File: /www/wwwroot/dash.konsole.xyz/index.php
Line: 316
Function: require_once
无法使用提供的设置连接到数据库服务器。
Filename: core/MY_Controller.php
Line Number: 343
<?php /** * Contains flatsome default values, used throughout the whole theme * * @author UX Themes * @category Class * @package Flatsome/Classes * @since 3.4.2 */ if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Class Flatsome_Default */ class Flatsome_Default { /** Primary Color */ const COLOR_PRIMARY = '#446084'; /** Secondary Color */ const COLOR_SECONDARY = '#d26e4b'; /** Success Color */ const COLOR_SUCCESS = '#7a9c59'; /** Alert Color */ const COLOR_ALERT = '#b20000'; }