Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minds install, loadConfigs methoads not working #183

Open
MohammedSalehAk opened this issue Jul 2, 2024 · 0 comments
Open

minds install, loadConfigs methoads not working #183

MohammedSalehAk opened this issue Jul 2, 2024 · 0 comments

Comments

@MohammedSalehAk
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant