-
Notifications
You must be signed in to change notification settings - Fork 9
current Midas setup 3.4.1 #159
Comments
Just to elaborate: After following the installation guide on read the docs I have done the following: -> set up a mysql database, "midas" with midas as a user granting all permissions top that user. I then goto the site http://midas/index.php/install and get the following screen: Then I select "goto next step": I get the following screen: I then select the mysql database from the dropdown: I fill in my credentials: I then select "setup database and account" underneath the mysql filled in credentials. I do not set up any other databases. The following error appears: These are lines 114-115 from the InstallController.php file if (!isset($sqlFile) || !file_exists($sqlFile)) {
throw new Zend_Exception('Unable to find sql file');
} Which in itself seems to be where the it fails. Further up in the code on lines 111 and line 112, the following appears: $sqlFile = $upgradeComponent->getNewestVersion(true);
$sqlFile = BASE_PATH.'/core/database/'.$type.'/'.$sqlFile.'.sql'; the other variable set there seems to be looking at the front end name="type" is not defined as I haven't selected a DB type. I then select a DB type, but the value of the hidden input with POST name "type" doesn't update, which is what the InstallController.php script $type variable refers to. Does any of that help? I can replicate this EVERY time I goto install the Midas from the Docs. Help! |
Vagrant box is working for me but I'm still struggling to do the same with Docker images
You should be able to try it by yourself with the Vagrant box that's defined in the If your vm-host OS is Windows, you'll need to reuse #236 😉
If your scripts consists of one or more |
Hello devs,
For a period of weeks I have tried to get this working, following the instructions given on git and within the read the docs, and previous docs to try and get a feel for the framework.
I have encountered that in its current form that the Midas platform is unable to be built from scratch using the current GIT distribution (and current docs). I have tried numerous Linux platforms for this.
Does anyone have this current version working, that was built from a scratch machine or VM?
I can share my script for setting it up. Would it be possible for one of the Devs to follow the instructions given to setup from scratch (on read the docs), with a VM? I think that there must be a key aspect missing from the docs, including the Database setup (still need to setup the DB manually, not in instructions. ie "create database midas").
The issues that I have previously listed are a product of the current setup instructions.
many thanks.
The text was updated successfully, but these errors were encountered: