This is a comment on Cannot refer to uploaded files, posted by WikiAdmin at 11.05.2022 07:45
View source for Re: Cannot refer to uploaded files
This can be, if you run with ((/Dev/Guidelines/SQL/SQLmodes SQL Strict mode)). We should fix this, so it will run out of the box with SQL strict mode. constants.php %% const SQL_MODE_STRICT = 'TRADITIONAL,NO_ENGINE_SUBSTITUTION,ONLY_FULL_GROUP_BY'; const SQL_MODE_PERMISSIVE = 'NO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER'; %% config.php %% 'sql_mode_strict' => '0', %% Can you please provide a patch.