Tom van der Laan TLWebdesign
Tom van der Laan commented on issue octoleo/octojoom#7 2024-05-27 08:50:16 +00:00
Clean new mac install docker issues

Hmm this was caused by a previous try to install docker without using --cask. I removed all files to clean it up and then it worked fine. But on MACOS you need docker desktop (it's what get…

Tom van der Laan opened issue octoleo/octojoom#7 2024-05-27 08:24:20 +00:00
Clean new mac install docker issues
Tom van der Laan opened issue octoleo/octojoom#6 2024-05-27 08:06:21 +00:00
shebang MACOS compatible
Tom van der Laan commented on issue octoleo/octojoom#4 2024-05-27 07:42:00 +00:00
MACOS: Default path /Users/ instead of /home/

ah yeah i can test it on my wife's laptop 😅 I already had docker desktop installed before on my laptop.

Tom van der Laan commented on issue octoleo/octojoom#4 2024-05-26 23:00:32 +00:00
MACOS: Default path /Users/ instead of /home/

This is something i had to search and replace in the script.

Tom van der Laan closed issue octoleo/octojoom#5 2024-05-26 23:00:06 +00:00
MACOS: Stuck on "You must enter a domain name!"
Tom van der Laan commented on issue octoleo/octojoom#5 2024-05-26 23:00:05 +00:00
MACOS: Stuck on "You must enter a domain name!"

Ok i got past this issue by enabling newest bash with homebrew.

Tom van der Laan commented on issue octoleo/octojoom#5 2024-05-26 21:36:47 +00:00
MACOS: Stuck on "You must enter a domain name!"

Hmm Figured out why we had this issue. On macos it defaults use ZST as the terminal. But you can load bash. But default bash is 3.5 and that feature you're using is since bash 4.0 so i had to use…

Tom van der Laan commented on issue octoleo/octojoom#5 2024-05-26 21:14:41 +00:00
MACOS: Stuck on "You must enter a domain name!"

I've done some debugging here and it seems changing a string to upper and lower case like this is a no go on macos: ${VDM_KEY^^} , ${VDM_KEY,,}.

I've not created a function to convert to upper…

Tom van der Laan opened issue octoleo/octojoom#5 2024-05-22 23:10:25 +00:00
MACOS: Stuck on "You must enter a domain name!"
Tom van der Laan opened issue octoleo/octojoom#4 2024-05-22 23:09:26 +00:00
MACOS: Default path /Users/ instead of /home/
Tom van der Laan opened issue joomla/Component-Builder#1134 2024-05-22 22:41:14 +00:00
[ENHANCEMENT]: New layout for dashboard for J4/5
Tom van der Laan opened issue joomla/Component-Builder#1131 2024-05-15 07:13:53 +00:00
[BUG]: Error: updating database schema. Error: failed to create missing joomla_power table. Invalid default value for 'id'
Tom van der Laan commented on issue joomla/Component-Builder#1109 2024-04-22 16:16:36 +00:00
[BUG]: CHAR(64) isn't big enough for J4/J5 image strings

The extra data behind the url had a function. If you use the html helpef it auto adds sizing to the image that is generated.

Tom van der Laan commented on issue joomla/Component-Builder#1109 2024-04-22 16:16:05 +00:00
[BUG]: CHAR(64) isn't big enough for J4/J5 image strings

Shouldn’t the field be changed to whatever joomla is using?

Tom van der Laan closed issue joomla/Component-Builder#1075 2024-04-11 22:11:20 +00:00
JCB 5.0.0-Alpha3 Juri not found in search and libraries view
Tom van der Laan commented on issue joomla/Component-Builder#1106 2024-04-11 22:05:45 +00:00
[BUG]: Unknown column 'add_jcb_powers_path' in 'field list'

Running the sql manually from the update file 5.0.0-alpha.sql fixed it:

ALTER TABLE #__componentbuilder_joomla_component ADD add_jcb_powers_path TINYINT(1) NOT NULL DEFAULT 0 AFTER…

Tom van der Laan commented on issue joomla/Component-Builder#1106 2024-04-11 22:03:37 +00:00
[BUG]: Unknown column 'add_jcb_powers_path' in 'field list'

I've logged the query that it tries to run to compile the demo component since i have the exact same issue:

SELECT add_jcb_powers_path FROM #__componentbuilder_joomla_component WHERE id

Tom van der Laan commented on issue joomla/Component-Builder#1076 2024-03-12 21:02:40 +00:00
JCB 5.0.0 Alpha-3 Error: 500 jquery::ui not found.

Saving the configuration of JCB fixed the problem.