The leading events on Wi-Fi globally. We will bring together players from across the Wi-Fi ecosystem to network, to speak, exhibit and do business and of course to hear the latest developments, case studies and best practice in the evolving world of Wi-Fi.
Prepare to meet executive from enterprise, fixed and mobile operators, government and community leaders, industry bodies, regulators and of course the leading software and hardware vendors, chipset vendors and subject matter experts from across the spectrum.
*/ public function disconnect() { // Close the connection. if (\is_callable([$this->connection, 'close'])) { $this->connection->close(); } parent::disconnect(); } */ public function disconnect() { // Close the connection. if (\is_callable([$this->connection, 'close'])) { $this->connection->close(); } parent::disconnect(); } * * @since 2.0.0 */ public function __destruct() { $this->disconnect(); } /** * Alter database's character set. *|
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()
|