星闪 - bluetooth蓝牙技术 http://bluetooth.com.cn/index.php/cn/projects/sparklink Mon, 05 Jan 2026 04:51:33 +0800 Joomla! - Open Source Content Management zh-cn sale@bluetooth.com.cn (bluetooth.com.cn) 星闪联盟 http://bluetooth.com.cn/index.php/cn/projects/sparklink/20987-xing-shan-lian-meng http://bluetooth.com.cn/index.php/cn/projects/sparklink/20987-xing-shan-lian-meng 星闪联盟

星闪联盟是致力于全球化的产业联盟,目标是推动新一代无线短距通信技术SparkLink的创新和产业生态,承载智能汽车、智能家居、智能终端和智能制造等快速发展的新场景应用,满足极致性能需求。2020年9月22日,星闪联盟正式成立。

阅读全文...

]]>
sale@bluetooth.com.cn (Super User) 星闪 Thu, 28 Sep 2023 20:43:39 +0800
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()