Hello,
Le 15/05/2024 à 06:13, Mhel Marcelo a écrit :
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)) {"
Yes, but it's already been fixed:
https://github.com/galette/galette/commit/911800df75fc8c9adadfe562dc5d41637512791c
Install went fine, but the homepage now complains can't find the
database and wants to install or upgrade :-(
I do not reproduce :/ I the "galette/config/config.inc.php" properly
created?
Is it possible you had a file transfer issue or something like that? The
"sql_parser.php" issue looks very strange.
Just to make sure, nightly version should be "2452856517 (2024-05-13
23:29:29 GMT+0200)".
++
--
Johan
_______________________________________________
Galette-users mailing list -- galette-users@mailman3.com
To unsubscribe send an email to galette-users-le...@mailman3.com