Jan Bakke

Results 15 comments of Jan Bakke

Maybe I should comment here instead? Have a look at Issue #351 ...but also at Issue #348 - #350

Exactly where in the process should the update check been handle? ToDo Fix the system module to get past the update check. Not sure of the cause yet. On Sun,...

Is it based on the version? Jan On Sun, 7 Jan 2024, 08:09 Jan Bakke, ***@***.***> wrote: > Exactly where in the process should the update check been handle? >...

Thx Keith I did a brand new installation, but I can't find any updates not installed? (I haven't checked it all yet). Even dp21rc1_to_21rc2.sql hav been updated. Still "Fix the...

...and 059_pre_v4.0_fixes.sql On Mon, Jan 8, 2024 at 6:10 AM Jan Bakke ***@***.***> wrote: > Thx Keith > I did a brand new installation, but I can't find any updates...

" You need to get the php-8-compat branch specifically." I have. What exactly "wasn't actually solved"? Jan On Mon, Jan 8, 2024 at 6:18 AM Keith Casey ***@***.***> wrote: >...

I noticed when i run 059_pre_v4.0_fixes.sql an error when I manually run it; Unknown column 'file_date' in 'files' Jan On Mon, Jan 8, 2024 at 6:44 AM Keith Casey ***@***.***>...

In 001_base_install.sql CREATE TABLE `files` ( ... `file_date` datetime default NULL, but in the table the field is named ' *file_datetime'* Jan On Mon, Jan 8, 2024 at 7:17 AM...

Strange, because the line in 059_pre_v4.0_fixes.sql actually renames the fileld. ALTER TABLE `files` CHANGE `file_date` `file_datetime` DATETIME NULL DEFAULT NULL; On Mon, Jan 8, 2024 at 8:05 AM Jan Bakke...

Probably my fault regarding file_datetime, re-instaled and now it uned fine: BUT it's a couple of missing semicolons in 060_pre_v4.0_standardizing.sql UPDATE `module_config` SET `module_config_value` = 'event_start_datetime' WHERE `module_config_value` = 'event_start_date'...