Hello, Thanks, I delete all my old directories and re-downloaded the nightly again. Installation is now ok. On Wed, 2024-05-15 at 07:37 +0200, Johan Cwiklinski wrote:
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/911800df75fc8c9adadfe562dc5d416375...
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-leave@mailman3.com