stutteringp0et
  • Joined on 2021-10-18
stutteringp0et closed issue joomla/Component-Builder#1112 2024-05-02 15:31:45 +00:00
[BUG]: admin.css not loaded on dashboard
stutteringp0et commented on issue joomla/Component-Builder#1112 2024-05-02 15:31:44 +00:00
[BUG]: admin.css not loaded on dashboard

Seems to be fixed in rc3

stutteringp0et opened issue joomla/Component-Builder#1112 2024-04-28 21:08:05 +00:00
[BUG]: admin.css not loaded
stutteringp0et opened issue joomla/Component-Builder#1110 2024-04-28 02:02:25 +00:00
[BUG]: Cannot save layout with no dynamic get selected
stutteringp0et commented on issue joomla/Component-Builder#1109 2024-04-23 01:48:52 +00:00
[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…

stutteringp0et opened issue joomla/Component-Builder#1109 2024-04-22 02:52:42 +00:00
[BUG]: CHAR(64) isn't big enough for J4/J5 image strings
stutteringp0et pushed to 5.x at stutteringp0et/Component-Builder 2024-03-17 04:47:16 +00:00
80a7730fdd update values to reflect database requirements
stutteringp0et pushed to 5.x at stutteringp0et/Component-Builder 2024-03-17 04:12:54 +00:00
474c993ad5 Update to remove JUri class
stutteringp0et pushed to 5.x at stutteringp0et/Component-Builder 2024-03-17 03:54:20 +00:00
1a210a4c7b Update to remove JUri class
stutteringp0et created repository stutteringp0et/Component-Builder 2024-03-17 03:49:43 +00:00
stutteringp0et opened issue joomla/Component-Builder#1038 2024-01-26 18:44:46 +00:00
MySQL/MariaDB Database Compatibility
stutteringp0et commented on issue joomla/Component-Builder#1027 2024-01-24 19:56:20 +00:00
[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`…
stutteringp0et commented on issue joomla/Component-Builder#1027 2024-01-24 19:10:19 +00:00
[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…