- Summary
- The provided text contains an error log indicating that the MySQLi connection failed due to "object is not fully initialized," specifically pointing to a `MysqliStatement` object being accessed at line 137 before the necessary database object is fully created. The log reveals multiple stack traces where errors originate from various components in the Joomla CMS application, including the `HomeCollectiveRaypublic_htmlincludesapp.php` file and the `joomla` database driver. The root cause is a connection refused error when attempting to execute a SELECT query that combines multiple tables and joins (`j4_menu`, `j4_extensions`, and `homecollectiveray`). Additionally, there is an exception being logged in `JoomlaDatabaseMysqliMysqliStatement`, which is likely a bug in the initialization logic of the MySQLi driver. This indicates that the code attempts to use a database object that has not been properly set up, causing the execution to fail with a connection refused exception.
- Title
- mysqli object is not fully initialized (500 Whoops, looks like something went wrong.)
- Description
- mysqli object is not fully initialized (500 Whoops, looks like something went wrong.)
- Keywords
- line, null, object, start, error, route, join, array, load, render
- NS Lookup
- A 172.67.150.155, A 104.21.30.54
- Dates
-
Created 2026-03-08Updated 2026-03-08Summarized 2026-03-23
Query time: 1407 ms