Revision: 743 http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=743 Author: ayushman Date: 2024-01-08 04:18:53 -0500 (Mon, 08 Jan 2024) Log Message: ----------- reorder the troubleshooting instructions to move them up, as they are equally applicable to both Ubuntu and Debian, as well as Fedora
Modified Paths: -------------- trunk/sviki/RunningSavaneLocally.mdwn Modified: trunk/sviki/RunningSavaneLocally.mdwn =================================================================== --- trunk/sviki/RunningSavaneLocally.mdwn 2024-01-08 09:04:38 UTC (rev 742) +++ trunk/sviki/RunningSavaneLocally.mdwn 2024-01-08 09:18:53 UTC (rev 743) @@ -116,6 +116,11 @@ There is an admin user 'agn' in the demo database, with password '12345'. +With MySQL 5.7 and later, be sure to exclude ONLY_FULL_GROUP_BY +from sql_mode e.g. in my.cnf. + +Please ensure to disable SQL strict mode if you encounter an error such as "Field doesn't have a default value." This adjustment is essential for smooth operation. + ## Supported PHP versions As of 2023, Savannah requires **PHP version 5.4, 5.5, 5.6, 7.0, 7.2, 7.4, 8.0 @@ -136,11 +141,6 @@ However Fedora25 moved to PHP-7.0, and so the code didn't "just work". -With MySQL 5.7 and later, be sure to exclude ONLY_FULL_GROUP_BY -from sql_mode e.g. in my.cnf. - -Please ensure to disable SQL strict mode if you encounter an error such as "Field doesn't have a default value." This adjustment is essential for smooth operation. - Some features still may not work. Use Apache with a configuration like this: