Installation simply does not work

233 views
Skip to first unread message

Lars Riemann

unread,
Dec 1, 2021, 1:41:35 PM12/1/21
to Easy!Appointments - Support Group
Hi,

so I was excited about easyappointment as it looks nice and has so many features. I tried to install on my NGINX Server but got 404 when the installation wizard should appear after following the installation guide. I fixed it by creating NGINX Rules. I had to make them up because I found no .htaccess or NGINX example in the Github.

location /EMSTrainingOHA/ {
    if (!-e $request_filename){
        rewrite ^(.*)$ /EMSTrainingOHA/index.php?/$1 last;
    }
    
    try_files $uri $uri/ /EMSTrainingOHA/index.php?/$args;
}

So now I get routed to the installer, but it seems to not have any CSS and my browser blocks some of the hrefs because they are http links instead of https...

Clicking the install button does not even do anything.

My Link:


Lars Riemann

unread,
Dec 1, 2021, 1:55:45 PM12/1/21
to Easy!Appointments - Support Group
When accessing backend I get the following error:

Es ist ein Datenbank-Fehler aufgetreten.

Error Number: 1146

Table 'db-8.ea_settings' doesn't exist

SELECT * FROM `ea_settings` WHERE `name` = 'company_name'

Filename: models/Settings_model.php

Line Number: 40


Alex Tselegidis

unread,
Dec 3, 2021, 8:20:33 AM12/3/21
to Easy!Appointments - Support Group
Hello! 

Regarding NGINX you should check this recipe: 


Things may differ from server to server but that is normally a good start. 

Regarding the database error, you are getting this because the installation was not completed. 

Run "php index.php console install" in the terminal after configuring the root config.php file or open the root app path in the browser and complete the installation from there. 



Alex Tselegidis, Easy!Appointments Creator
Need a customization? Get a free quote!



Reply all
Reply to author
Forward
0 new messages