Install Joomla via CLI using the script below.
php installation/joomla.php install --site-name="My Site name" --admin-user="Some name" --admin-username="admin" --admin-password="qwertyuiop123" --admin-email="your@emailaddress.nl" --db-type="mysqli" --db-host="localhost" --db-user="root" --db-pass="" --db-name="demoDB" --db-prefix="demo_" --db-encryption="0"
Should install without the warning
Joomla is installed but there is a deprecation warning:
Deprecated: Creation of dynamic property Joomla\CMS\Installation\Application\CliInstallationApplication::$clientId is deprecated in C:\root\installation\src\Application\CliInstallationApplication.php on line 107
Joomla 5.0.1
WAMP server with PHP 8.1.x
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
PHP 8.x
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-12-03 06:56:58 |
Closed_By | ⇒ | alikon |
please test #42451