You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have try to install minds on my debian 12 server
so i install docker, npm and npx on my server
then i do minds install command
the command is working fine and stop in installing minds step
minds install
✔ This will WIPE: [front build, local stack], if exists. Proceed? … No / Yes
✔ Stopping containers
✔ Cleaning up front
✔ Setting up front
✔ Cleaning up stack
✔ Provisioning ElasticSearch
✔ Provisioning MySQL
✔ Start Cassandra
✖ Installing Minds
→ thrown in /var/www/Minds/engine/Controllers/Cli/Install.php on line 44
Restarting containers
'[02-Jul-2024 08:21:25 UTC] PHP Warning: Trying to access array offset on value of type null in /var/www/Minds/engine/Core/Data/Call.php on line 44\n'
'[02-Jul-2024 08:21:25 UTC] PHP Warning: Trying to access array offset on value of type null in /var/www/Minds/engine/Core/Data/Call.php on line 45\n'
'[02-Jul-2024 08:21:25 UTC] PHP Warning: Undefined array key "scheme" in /var/www/Minds/engine/Core/Provisioner/Installer.php on line 198\n'
'[02-Jul-2024 08:21:25 UTC] PHP Warning: Undefined array key "email" in /var/www/Minds/engine/Core/Provisioner/Installer.php on line 206\n'
'[02-Jul-2024 08:21:25 UTC] PHP Fatal error: Uncaught Error: Call to undefined method Minds\\Core\\Minds::loadConfigs() in /var/www/Minds/engine/Controllers/Cli/Install.php:44\n'
'Stack trace:\n'
'#0 /var/www/Minds/engine/cli.php(94): Minds\\Controllers\\Cli\\Install->exec()\n'
'#1 {main}\n'
' thrown in /var/www/Minds/engine/Controllers/Cli/Install.php on line 44',
so i dig to find the error and find that there is not loadConfigs method in Minds/Core/Minds
The text was updated successfully, but these errors were encountered:
I have try to install minds on my debian 12 server
so i install docker, npm and npx on my server
then i do minds install command
the command is working fine and stop in installing minds step
minds install
✔ This will WIPE: [front build, local stack], if exists. Proceed? … No / Yes
✔ Stopping containers
✔ Cleaning up front
✔ Setting up front
✔ Cleaning up stack
✔ Provisioning ElasticSearch
✔ Provisioning MySQL
✔ Start Cassandra
✖ Installing Minds
→ thrown in /var/www/Minds/engine/Controllers/Cli/Install.php on line 44
Restarting containers
so i dig to find the error and find that there is not loadConfigs method in Minds/Core/Minds
The text was updated successfully, but these errors were encountered: