Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Midas fails to install #150

Open
miconsult opened this issue Nov 6, 2015 · 2 comments
Open

Midas fails to install #150

miconsult opened this issue Nov 6, 2015 · 2 comments

Comments

@miconsult
Copy link

Hi there,

I have been working on this for a week now. Are you able to give me some help?

I am unable to configure the database, I get the following error with the Midas setup step 2.

An error occurred
The system has encountered the following error:
Unable to find sql file
In /var/www/midas/public_html/core/controllers/InstallController.php, line: 115

I note that this has been a bug for a few months now, was it resolved?

Is there a version of Midas that can be downloaded that works? The current one is unusable 3.4.1 as it cannot be installed onto a new system.

@miconsult
Copy link
Author

around line 103 this doesn't work

if ($this->_request->isPost()) {
            $type = $this->getParam('databaseType'); #this line doesn't resolve
            $form = $this->Form->Install->createDBForm()

I have solved the problem by hacking "myslq" as the type variable as follows:

$type = 'mysql';

which does get the install done, however this software is very buggy.

@jamiesnape
Copy link
Contributor

Please try the latest version of master:

https://github.com/midasplatform/Midas/archive/master.zip

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

No branches or pull requests

2 participants