Deprecated: Method ReflectionProperty::setAccessible() is deprecated since 8.5, as it has no effect since PHP 8.1 in /var/www/html/plugins/system/falangdriver/falangdriver.php on line 534
RAFAVI_LIFE_RECORD_BITBYBIT
广告

可选:点击以支持我们的网站

免费文章
生活记录
日期
2024-03-24 10:22:58
序号
磕线

这些边角过线磕线。划破线了。周边需要衬垫

日常记录
日期
2024-03-24 10:22:58
序号
过线孔划伤线
编号
189
日期
2024-03-24 10:28:16
序号
风机带来
编号
189
日期
2024-03-24 10:28:16
序号
主板绝缘支座
编号
189
日期
2024-03-24 16:00:48
序号
SPD没有1接头
编号
189
日期
2024-03-24 16:22:37
序号
刷卡器实物3针pw+与主控板1针对应
编号
189
日期
2024-03-24 16:22:37
序号
刷卡器实物1针pw+与主控板3针对应
编号
189
FaLang translation system by Faboba

登陆

mysqli object is already closed (500 Whoops, looks like something went wrong.)

Error

HTTP 500 Whoops, looks like something went wrong.

mysqli object is already closed

Exception

Error

  1. */
  2. public function disconnect()
  3. {
  4. // Close the connection.
  5. if (\is_callable([$this->connection, 'close'])) {
  6. $this->connection->close();
  7. }
  8. parent::disconnect();
  9. }
  1. */
  2. public function disconnect()
  3. {
  4. // Close the connection.
  5. if (\is_callable([$this->connection, 'close'])) {
  6. $this->connection->close();
  7. }
  8. parent::disconnect();
  9. }
  1. *
  2. * @since 2.0.0
  3. */
  4. public function __destruct()
  5. {
  6. $this->disconnect();
  7. }
  8. /**
  9. * Alter database's character set.
  10. *
DatabaseDriver->__destruct()

Stack Trace

Error
Error:
mysqli object is already closed

  at /var/www/html/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:318
  at mysqli->close()
     (/var/www/html/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:318)
  at Joomla\Database\Mysqli\MysqliDriver->disconnect()
     (/var/www/html/libraries/vendor/joomla/database/src/DatabaseDriver.php:496)
  at Joomla\Database\DatabaseDriver->__destruct()