Installing

205 views
Skip to first unread message

Kyle Richards

unread,
Nov 12, 2016, 8:21:57 AM11/12/16
to Easy!Appointments - Support Group
I have created a database and upload all of the version 1.2 files to my server. When i got to the url to install it, the page is just blank. Any ideas on what would could this? I have install 1.1 on this exact server before with no problems. This is also not a upgrade, i did a fresh install.

Alex Tselegidis

unread,
Nov 12, 2016, 8:34:59 AM11/12/16
to Easy!Appointments - Support Group
Hello Kyle, is your database also empty as well? 

The installer will not remove any data or tables for security reasons. You will have to do this manually.

Kyle Richards

unread,
Nov 12, 2016, 9:42:55 AM11/12/16
to Easy!Appointments - Support Group
Yes the database is completely emptied.

Alex Tselegidis

unread,
Nov 12, 2016, 10:20:49 AM11/12/16
to Easy!Appointments - Support Group
Could you please enable the debug mode from your config.php file and write me the error output?

Martin Gagné

unread,
Nov 12, 2016, 5:14:48 PM11/12/16
to Easy!Appointments - Support Group
Have the same issue. It doesn't works (even a new install or an update). Did the debug mode. Here are the error message :

A PHP Error was encountered

Severity: Warning

Message: mkdir(): Invalid path

Filename: drivers/Session_files_driver.php

Line Number: 117

An uncaught Exception was encountered

Type: Exception

Message: Session: Configured save path '' is not a directory, doesn't exist or cannot be created.

Filename: /Library/WebServer/Documents/EvaluationMunicipale/web/system/libraries/Session/drivers/Session_files_driver.php

Line Number: 119

Alex Tselegidis

unread,
Nov 12, 2016, 5:21:51 PM11/12/16
to Easy!Appointments - Support Group
Ok I see what the problem is. This is a server configuration problem where in your server's php.ini file there is no "session.save-path" value, and PHP does not know where to store the session info. 

There are two solutions to this problem: 

1. Set the session.save_path directive to your "php.ini" file to a valid directory.

2. Create a new "/storage/sessions" directory inside Easy!Appointments and set the writable permissions. Then modify "/application/config/config.php" and set the "sess_save_path" to this path. 

It must be able to store the sessions afterwards.

Martin Gagné

unread,
Nov 12, 2016, 5:38:47 PM11/12/16
to Easy!Appointments - Support Group
nice! I created the folder "sessions" inside the "storage" folder of the root folder of the web site. 
I've opened the config file and put this value : (Line 297) $config['sess_save_path']          = __DIR__ . '/../../storage/sessions/';

I have to change the chmod on the "sessions" folder for 777. If I did not, nothing works. Now I see something! Many thanks.
Reply all
Reply to author
Forward
0 new messages