Open All Menu Items.
Fatal error
You have an error in your SQL syntax;.... published
,a
.component_id
,....
Apache/2.4.37
PHP/7.2.12
MariaDB/10.1.37
It will be fixed if you replace 'a.published' with null in the method getListQuery in administrator/components/com_menus/Model/ItemsModel.php
Labels |
Added:
?
|
Title |
|
Labels |
Added:
J4 Issue
|
The last change was at https://github.com/joomla/joomla-cms/pull/10281/files
The null array is probably useless. Simply removing the whole array should help.
Agreed
Many thanks
On 20 Nov 2018, 07:58 +0000, Tomasz Narloch notifications@github.com, wrote:
The last change was at https://github.com/joomla/joomla-cms/pull/10281/files
The null array is probably useless. Simply removing the whole array should help.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-12-17 16:12:53 |
Closed_By | ⇒ | Quy |
Closed_By | Quy | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23108
Please test PR #23293
On mysqli, I do not get the error, whether I keep present code or modify as suggested.
Don't have MariadB to test.
@alikon