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
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE colormap [ <!ELEMENT colormap (color)*> <!ELEMENT color (#PCDATA)> <!ATTLIST color name CDATA "0"> <!ATTLIST color color CDATA "rgb(0,0,0)"> <!ATTLIST color compliance CDATA "SVG"> ]> <!-- Associate a color name with its red, green, blue, and alpha intensities. A number of methods and options require a color parameter. It is often convenient to refer to a color by name (e.g. white) rather than by hex value (e.g. #fff). This file maps a color name to its equivalent red, green, blue, and alpha intensities (e.g. for white, red = 255, green = 255, blue = 255, and alpha = 0). --> <colormap> <!-- <color name="none" color="rgba(0,0,0,0)" compliance="SVG, XPM"/> --> <!-- <color name="black" color="rgb(0,0,0)" compliance="SVG, X11, XPM"/> --> <!-- <color name="red" color="rgb(255,0,0)" compliance="SVG, X11, XPM"/> --> <!-- <color name="magenta" color="rgb(255,0,255)" compliance="SVG, X11, XPM"/> --> <!-- <color name="green" color="rgb(0,128,0)" compliance="SVG"/> --> <!-- <color name="cyan" color="rgb(0,255,255)" compliance="SVG, X11, XPM"/> --> <!-- <color name="blue" color="rgb(0,0,255)" compliance="SVG, X11, XPM"/> --> <!-- <color name="yellow" color="rgb(255,255,0)" compliance="SVG, X11, XPM"/> --> <!-- <color name="white" color="rgb(255,255,255)" compliance="SVG, X11"/> --> </colormap>