It looks like it’s a slightly different problem. I’m seeing a few lines like this:
{"thread":"main","class":"WordPressInstaller","stack":"Error: Command failed: \"%%resourcesPath%%\\lightning-services\\php-7.3.5+11\\bin\\win64\\php.exe\" \"%%resourcesPath%%\\bin\\wp-cli\\wp-cli.phar\" --path=\"C:\\Users\\Gerhard\\Local Sites\\helpmekaar\\app\\public\" --require=\"%%resourcesPath%%\\bin\\wp-cli\\local-wpcli-error-reporting.php\" --skip-plugins --skip-themes \"core\" \"install\" --url=http://helpmekaar.local --title=\"helpmekaar\" --admin_user=gadmin --admin_password=[REDACTED] --admin_email=dev-email@flywheel.local\nFatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\\Users\\Gerhard\\Local Sites\\helpmekaar\\app\\public\\wp-includes\\wp-db.php:1688\nStack trace:\n#0 C:\\Users\\Gerhard\\Local Sites\\helpmekaar\\app\\public\\wp-includes\\wp-db.php(632): wpdb->db_connect()\n#1 C:\\Users\\Gerhard\\Local Sites\\helpmekaar\\app\\public\\wp-includes\\load.php(558): wpdb->__construct('root', 'root', 'local', 'localhost')\n#2 C:\\Users\\Gerhard\\Local Sites\\helpmekaar\\app\\public\\wp-settings.php(124): require_wp_db()\n#3 phar://C:/Users/Gerhard/AppData/Local/Programs/Local/resources/extraResources/bin/wp-cli/wp-cli.phar/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1271): require('C:\\\\Users\\\\Gerhar...')\n#4 phar://C:/Users/Gerhard/AppData/Local/Programs/Local/resources/extraResources/bin/wp-cli/wp-cli.phar/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1192): WP_CLI\\Runner->load_wordpress()\n#5 phar://C:/Users/Gerhard/AppData/Local/Programs/Local/resources/extraResources/bin/wp-cli/wp-cli.phar/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner.php(23): W in C:\\Users\\Gerhard\\Local Sites\\helpmekaar\\app\\public\\wp-includes\\wp-db.php on line 1688\nError: There has been a critical error on this website.Learn more about troubleshooting WordPress. There has been a critical error on this website.\n\n at ChildProcess.exithandler (child_process.js:317:12)\n at ChildProcess.emit (events.js:315:20)\n at ChildProcess.EventEmitter.emit (domain.js:467:12)\n at maybeClose (internal/child_process.js:1048:16)\n at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)","level":"error","message":"Error installing WordPress","timestamp":"2021-10-06T12:04:31.714Z"}
Note the parts about:
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in
and
Error: There has been a critical error on this website.Learn more about troubleshooting WordPress. There has been a critical error on this website.
That seems to indicate that for some reason, PHP isn’t able to use a vital function needed to interact with the database.
After my last reply in this topic, what sorts of things have changed? Did you re-install Local? Has there been an upgrade to Windows? Is there any antivirus installed that might be locking down the database?