CraigT543 / EasyBlue

Modifications for Easy!Appointments
21 stars 23 forks source link

Unable to install!!!HELP #17

Open acontn opened 7 years ago

acontn commented 7 years ago

I make all the install steps as describe but I always have a Unexpected Issue Details The installation could not be completed due to an unexpected issue. Please check the browser's console for more information.

I try to install the original E!A and works perfect but when I try to install this one, it always gave me the same error

acontn commented 7 years ago

This is the message in the console: The installation could not be completed due to an unexpected issue. Please check the browser's console for more information. Object { readyState: 4, getResponseHeader: getResponseHeader(), getAllResponseHeaders: getAllResponseHeaders(), setRequestHeader: setRequestHeader(), overrideMimeType: overrideMimeType(), statusCode: statusCode(), abort: abort(), state: state(), always: always(), catch: catch(), 9 más… } error Internal Server Error

Pls help to fix!

zazazouthecat commented 7 years ago

in the config.php s set the debug mode to true before setup and post error msg

Easybluelover commented 7 years ago

I will have the same problem: The error i get:

An uncaught Exception was encountered

Type: Exception

Message: $name setting does not exist in database: theme_color

CraigT543 commented 7 years ago

Did you install the program on top of an existing install or did you install it new? It sounds like the theme_color field did not add to the database. That normally happens in the install or in the update series. So let me know if it was on install or update.

Easybluelover commented 7 years ago

Hi Craig , i did new install is that not correct ?

CraigT543 commented 7 years ago

It is a matter of whether or not the database was updated. If you did a new install using the old database you still need to do an update because my build uses some extra fields that are not in the original. So try going to your browser to the URL "http://url-to-ea-installation/index.php/backend/update" and run the update. See if that corrects it.

ghost commented 7 years ago

Hi there,

Thanks for all your work on this project Craig! I am also having a similar error on a clean install on an empty database. Attached is the error response I received.

screen shot 2017-08-14 at 10 07 19 pm

Using this, I noticed that in the assets/sql/data.sql file, there is a missing semi-colon after ('google_sync_to', '') at line 26.

After correcting this, the clean install worked flawlessly. Hopefully this may help others having the same issues.

CraigT543 commented 7 years ago

Thanks for working that out I will up date it.