Be aware that the problem only occurs on new banner, and if you choose a client.
To save a new banner on the selected client.
An error has occurred.
0 Call to a member function load() on boolean
Joomla v4alpha5
The problem is on file /administrator/components/com_banners/Table/BannerTable
line 204. Change from:
$client = Table::getInstance('Client', NAMESPACE . '\', array('dbo' => $db));
to
$client = new ClientTable($db);
I will also try to submit PR that fixes this issue.
Labels |
Added:
?
|
Status | Fixed in Code Base | ⇒ | Closed |
Closed_Date | 2018-11-14 15:05:59 | ⇒ | 2018-11-14 15:06:00 |
Closed_By | Quy | ⇒ | joomla-cms-bot |
Status | New | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-11-14 15:05:59 |
Closed_By | ⇒ | Quy |
Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23072
This issue can be closed because it’s solved with commit 329fd3b