Installation problems - never completes dashboard
Permalink 3 users found helpful
Hi, I am stuck at installation. I have everything required for the installation and this is verified before I start.
I empty my database so it has a clean install, everything works fine - gets to installing dashboard and starts going really slowly.
After a while the installation bar fills and turns red and I just get a 'back' button which reverts me to the installation page and states how many tables are already in my database.
Any resolutions?
I empty my database so it has a clean install, everything works fine - gets to installing dashboard and starts going really slowly.
After a while the installation bar fills and turns red and I just get a 'back' button which reverts me to the installation page and states how many tables are already in my database.
Any resolutions?
find [mysqld] in your mysql.ini
replace with below code
[mysqld]
#port=3306
lower_case_table_names = 2
default-storage-engine=MyISAM
replace with below code
[mysqld]
#port=3306
lower_case_table_names = 2
default-storage-engine=MyISAM
Don't use
Use
Otherwise you will have the wrong "case" for your tables in your Concrete database when you move from a local install to "Hosted" install,
lower_case_table_names = 2
Use
lower_case_table_names = 0
Otherwise you will have the wrong "case" for your tables in your Concrete database when you move from a local install to "Hosted" install,
did you get over the issue?
in my installation about ~30% of the installation goes smoothly and stops. no failed process indication nor back button. all my required items and optional items are checked and successful with green tick.
why does this happen?
reply is really appreciated.
thanks,