Installation doesn't complete

Permalink 3 users found helpful
hellow,

My problem is this:
The installation of Concrete5 begins normally, suddenly when it reaches to installation of dashboard ,then it stops and throws an exception after it's created 166 tables on database or it stay in the same point.

My site folder is in local, I run this site with wamp server version 2.2, MySql 5.5.24, apache 2.2.22, php version 5.3.13.

 
DavidMontoya replied on at Permalink Reply 1 Attachment
this is the print screen file.
TechnatomyClient replied on at Permalink Reply
You can try to either increase the php max execution time or try resolving a possible storage default issue:

PHP Max Execution Time

1. Click WAMP Console
2. Navigate to PHP, then php.ini
3. Search for max_execution_time = 30
4. Change 30 to 180

Restore default MyISAM setting

1. Click WAMP Console
2. Navigate to MYSQL, then my.ini
3. Search for [mysqld] at the end
4. Add
default-storage-engine=MyISAM


I hope that helps.