eureka2 / G6K

Generator of calculation simulator (calculator)
MIT License
20 stars 20 forks source link

Base table or view already exists: 1050 Table 'marate' already exists #3

Closed imadtoubal closed 6 years ago

imadtoubal commented 6 years ago

I have this error when i install

[PDOException]
  SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'marate' already exists
eureka2 commented 6 years ago

Hi,

What is the version of composer do you use?

Which DBMS do you use? SQLite, PostgreSQL or MySQL?

imadtoubal commented 6 years ago

I am using Mysql and Composer 1.6.3

eureka2 commented 6 years ago

I can not reproduce this issue :

Can you delete the databases "demo" and the one you created, restart the installation and show me the trace of the installation?

imadtoubal commented 6 years ago

I have already tried this, the error occurs in the first installation as well.

eureka2 commented 6 years ago

can you access the administration interface? http://localhost/simulator/calcul/admin

imadtoubal commented 6 years ago

I cannot, it tells me that I do not have the demo. (my guess is because it is simply not present in the database)

ArfaouiHamouda commented 6 years ago

Hi @eureka2 i had the same issue and when i try to login as admin i dunno the Password , the Documentation isn't clear sorry .

Edit : Probleme is solved but still can't figure out the Default Password so i can access the Admin Panel .

eureka2 commented 6 years ago

Hi,

I have just released a new version (3.3.0), can you start the installation again?

Before you start the installation:

and restart the installation: php -d memory_limit=-1 composer.phar create-project eureka2/g6k simulator/

the password of admin is admin1

ArfaouiHamouda commented 6 years ago

Thanks alot that solved my probleme , i appreciate your help

eureka2 commented 6 years ago

fixed in version 3.3.0