igmenezes / concerto-platform

Automatically exported from code.google.com/p/concerto-platform
0 stars 0 forks source link

Could not complete Concerto Installation #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
As this is related to installation, I am not sure what went wrong.
I have completed up to steps 5 specified in the following URL:
http://code.google.com/p/concerto-platform/wiki/installation4

On executing step 5, Concerto installation is not behaving as expected.

What is the expected output? What do you see instead?

 When http://<Concerto>/setup is called, concerto installation will have to be completed.
 However, database is not properly stored in the database.
 I have checked and this user (specified in SETTINGS.php) has full privileges in all databases.
 In MySQL Database Structure Test, it keeps on displaying the status bar, but nothing happens.

What version of the product are you using? On what operating system?

Concerto 4.0.0.beta4 and RHEL 5 (64 bit)

Please provide any additional information below.

 The screenshot indicates that all those predecessor steps have been completed. Please provide me some pointers on what should I be doing to complete the installation.

Original issue reported on code.google.com by m.krishn...@jouve.in on 16 Jul 2013 at 9:59

Attachments:

GoogleCodeExporter commented 8 years ago
Sorry, text should be:
I have completed up to steps 5 and on processing step 6, I am facing this issue.

Original comment by m.krishn...@jouve.in on 16 Jul 2013 at 10:21

GoogleCodeExporter commented 8 years ago
Does your MySQL user has GRANT privileges ?

Original comment by LisPrzem...@gmail.com on 16 Jul 2013 at 1:55

GoogleCodeExporter commented 8 years ago
I am having the same problem with creating the database tables.  The ROOT user 
should have all the grant priviledges.  

Original comment by cq...@sgi-singapore.com on 28 May 2014 at 8:01

GoogleCodeExporter commented 8 years ago
To fix setup stops at "database tables structure test"
Try
1. Grant user all privileges (user = the one you set in SETTINGS.php)
2. Use 5.3 < PHP < 5.5 (need less then 5.5 because the database extension used 
is mysql_connect, which is deprecated as of PHP 5.5.0)

Original comment by jessdeve...@gmail.com on 30 Jan 2015 at 8:53

GoogleCodeExporter commented 8 years ago

Original comment by LisPrzem...@gmail.com on 24 Mar 2015 at 6:46