Minds / engine

mirror of https://gitlab.com/minds/engine
https://minds.com
GNU Affero General Public License v3.0
200 stars 94 forks source link

loadConfigs methoads not working #35

Open MohammedSalehAk opened 4 months ago

MohammedSalehAk commented 4 months ago

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

so how can i let it work