Hi, So updated to nightly, with strict declaration. Re-installation hangs. Apache log complains about 'includes/sql_parse.php' line 151. I found out this: " if (($i != ($token_count - 1)) || (strlen($tokens[$i] > 0))) { " should be this? " if (($i != ($token_count - 1)) || (strlen($tokens[$i]) > 0)) { " the closing parenthesis for the "strlen" should not be included in the comparison ? Install went fine, but the homepage now complains can't find the database and wants to install or upgrade :-( fun time :) On Thu, 2024-05-09 at 11:07 +0200, Johan Cwiklinski wrote:
Hello again,
Le 09/05/2024 à 10:59, Johan Cwiklinski a écrit :
I cannot reproduce on my local instance, but I can on demo. Problem is the new "Width in forms" column is missing on demo.
I first think it was a cache issue, but it's not.
I'm looking for a fix, I'll keep you in touch.
This column is not shown when form is configured to be displayed on one column; which is the default. On my local instance, it was configured on two columns, therefore I cannot see this bug.
The fix is quite simple: https://github.com/galette/galette/commit/5cf8741217f5b70f195ddafbf8782c670d...
++ -- Johan
_______________________________________________ Galette-users mailing list -- galette-users@mailman3.com To unsubscribe send an email to galette-users-leave@mailman3.com