Installation problem of Concrete 5.5.1
Permalink
I have got a problem with the installation of Concrete 5.5.1
The installation stops saying: "Installing dashboard."
I have windows 7 and WAMPSERVER
What is the problem?
How can solve it?
The installation stops saying: "Installing dashboard."
I have windows 7 and WAMPSERVER
What is the problem?
How can solve it?
Please paste the output of <?phpinfo()?>. I'm able to install without issue.
OK Phpinfo in the attachments
I have php 5.2.9-2
apache 2.0.63
MySQL 5.5.16
Wamp Server 2.2
I have php 5.2.9-2
apache 2.0.63
MySQL 5.5.16
Wamp Server 2.2
To solve the problem you have to go in the my.ini file and go under [mysqld] and write: default-storage-engine=MyISAM
and you have to save the file...
and you have to save the file...
my.ini file belongs to wamp. Click on the tray icon, go to MySQL and you should be able to see "my.ini" file in there.
The my.ini file is a config file for the mysql server and not really anything to do with concrete5. I'd guess this tweak is the correct answer.
I can't tell you specifically where this file is (as I'm a mac/MAMP user), but from what I've read it should be somewhere near the folder where mysql is installed, e.g. d:\WampServer\bin\mysql\mysql5.5.8 (that's just an example, find your wamp folder, the bin folder, then dig into the mysql folder).
I can't tell you specifically where this file is (as I'm a mac/MAMP user), but from what I've read it should be somewhere near the folder where mysql is installed, e.g. d:\WampServer\bin\mysql\mysql5.5.8 (that's just an example, find your wamp folder, the bin folder, then dig into the mysql folder).
I have done a bug report on this here:
http://www.concrete5.org/index.php?cID=385241...
Fxxxx, could you solve the problem?
http://www.concrete5.org/index.php?cID=385241...
Fxxxx, could you solve the problem?
Writing: default-storage-engine=MyISAM definately solves this problem. though should be a better way to do this and has caused me more trouble han any other install of concrete.