Install a new 4.0 joomla and choose multilingual.
#16609 is first merged.
When installing languages we get
The most recent request was denied because it contained an invalid security token. Please refresh the page and try again.
Clicking OK in the Alert and Next
again does work and languages are installed.
Impossible to go further when choosing Activate the multilingual feature
Going back and trying again. Nope.
Choosing no Multilngual install gives the default site and admin set and
Warning
Joomla was unable to automatically create the French (FR) menu.
Joomla was unable to automatically create the English (en-GB) menu.
The Main menus ARE created.
The langswitcher modules are created but NOT tagged to the languages
The menu items are NOT created.
The language filter plugin is enabled.
The Content Languages are created.
The articles and categories are NOT created
If I try to display the articles manager I get a 500
'340.a.modified' isn't in GROUP BY '340.a.modified' isn't in GROUP BY
Labels |
Added:
?
|
Status | New | ⇒ | Confirmed |
Category | ⇒ | Installation Multilanguage |
If I try to display the articles manager I get a 500
'340.a.modified' isn't in GROUP BY '340.a.modified' isn't in GROUP BY
the sql in 4.0 needs a full group by clause by forcing the ONLY_FULL_GROUP_BY
sql mode in mysql (the other db already force it in default).
Any sql queries across the core that does not uses full group by queries will give that error.
See #12494 for more info
side note: this SQL ONLY_FULL_GROUP_BY
change (among the other sql modes forced in 4.0) should be in the 4.0 B/C breaks doc page.
nice, and then what?
installed latest staging with same Result as @infograf768 described.
@andrepereiradasilva
adding a.modified there solves that specific issue.
For the rest, all is still broken
Would be nice to test 4.0 multilangugage.
Status | Confirmed | ⇒ | Discussion |
@infograf768 is this still an issue with the new installer?
The new installer does not propose the choice between installed lang for sites and admin, and neither the choice to install a multilang sample data.
Therefore this issue is not present now. Closing.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-12-06 17:10:33 |
Closed_By | ⇒ | infograf768 |
Issue confirmed.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/16610.