Block a user
[BUG]: J5 Joomla Fields
[BUG]: admin.css not loaded on dashboard
[BUG]: admin.css not loaded
[BUG]: Cannot save layout with no dynamic get selected
[BUG]: CHAR(64) isn't big enough for J4/J5 image strings
We have tested
this.value=this.value.split('#')[0]
in the onchange event of the media field and it still does not remove that extra descriptive string. So we might have to look at a server…
[BUG]: CHAR(64) isn't big enough for J4/J5 image strings
MySQL/MariaDB Database Compatibility
[BETA] Error during installation
Looking at install.mysql.utf8.sql, we can see that the addcontributors entry has the NOT NULL flag but no default value.
`add_update_server` TINYINT(1) NOT NULL DEFAULT 0,
`addcontributors`…
[BETA] Error during installation
Sorry to recycle this, but the issue occurs also on J5. It's not a Joomla issue, it's a MySQL/MariaDB issue. The error is an SQL error regarding the structure of the SQL statement missing a…