A PHP Error was encountered

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

Database Error

数据库发生错误。

无法使用提供的设置连接到数据库服务器。

Filename: core/MY_Controller.php

Line Number: 343


Fatal error: Uncaught Error: Call to a member function close() on string in /www/wwwroot/dash.konsole.xyz/application/core/MY_Controller.php:349 Stack trace: #0 [internal function]: Index_Controller->__destruct() #1 {main} thrown in /www/wwwroot/dash.konsole.xyz/application/core/MY_Controller.php on line 349
HEX
HEX
Server: Apache
System: Linux sys.digiflyeg.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User: opal (1023)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //lib64/python2.7/mutex.pyo
�
zfc@sPdZddlmZeddd�[ddlmZdd
d��YZd	S(sKMutual exclusion -- for use with module sched

A mutex has two pieces of state -- a 'locked' bit and a queue.
When the mutex is not locked, the queue is empty.
Otherwise, the queue contains 0 or more (function, argument) pairs
representing functions (or methods) waiting to acquire the lock.
When the mutex is unlocked while the queue is not empty,
the first queue entry is removed and its function(argument) pair called,
implying it now has the lock.

Of course, no multi-threading is implied -- hence the funny interface
for lock, where a function is called once the lock is acquired.
i����(twarnpy3ks/the mutex module has been removed in Python 3.0t
stackleveli(tdequetmutexcBs5eZd�Zd�Zd�Zd�Zd�ZRS(cCst|_t�|_dS(s)Create a new mutex -- initially unlocked.N(tFalsetlockedRtqueue(tself((s/usr/lib64/python2.7/mutex.pyt__init__s	cCs|jS(s!Test the locked bit of the mutex.(R(R((s/usr/lib64/python2.7/mutex.pyttestscCs|jst|_tStSdS(s[Atomic test-and-set -- grab the lock if it is not set,
        return True if it succeeded.N(RtTrueR(R((s/usr/lib64/python2.7/mutex.pyt
testandsets		cCs3|j�r||�n|jj||f�dS(s�Lock a mutex, call the function with supplied argument
        when it is acquired.  If the mutex is already locked, place
        function and argument in the queue.N(RRtappend(Rtfunctiontargument((s/usr/lib64/python2.7/mutex.pytlock's
cCs8|jr+|jj�\}}||�n	t|_dS(s]Unlock a mutex.  If the queue is not empty, call the next
        function with its argument.N(RtpopleftRR(RR
R((s/usr/lib64/python2.7/mutex.pytunlock0s	
(t__name__t
__module__RR	RRR(((s/usr/lib64/python2.7/mutex.pyRs
						N((t__doc__twarningsRtcollectionsRR(((s/usr/lib64/python2.7/mutex.pyt<module>
s