try {
// Set the query and get the result list.
$db->setQuery($this->query);
$items = $db->loadObjectList();
} catch (ExecutionFailureException $e) {
Factory::getApplication()->enqueueMessage(Text::('JERROR_AN_ERROR_HAS_OCCURRED'), 'error');
} catch (mysqli_sql_exception $e) {
Factory::getApplication()->enqueueMessage($e->getMessage(), 'error');
}
_
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-02-17 21:52:57 |
Closed_By | ⇒ | Hackwar |
I have no idea what this report is supposed to mean. Since there is a slightly older issue with the same title, I'm guessing that this actually isn't a valid issue report. Closing this one.