Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in the instalation #676

Closed
Zerquix18 opened this issue Jun 24, 2014 · 3 comments
Closed

Error in the instalation #676

Zerquix18 opened this issue Jun 24, 2014 · 3 comments
Labels
type: bug A problem that should not be happening type: enhancement An improvement or new feature request
Milestone

Comments

@Zerquix18
Copy link

woops!

Query Error [#1007]: Can't create database 'e107'; database exists Query: CREATE DATABASE e107 CHARACTER SET utf8

I reloaded the page and it appeared. You should save the instalation progress. Or don't create the database untill the user finish everything.

@Moc
Copy link
Member

Moc commented Jun 24, 2014

Let me make sure I understand this correctly.

  • During the installation process, you (accidentally?) reloaded the page and this error came up?
  • During which step in the installation process did this happen?

@Jimmi08
Copy link
Contributor

Jimmi08 commented Jun 24, 2014

Moc, this happened to me too. This means that e107 already created database and if you have still checked Create new database, this error appears. This is not bug, but this is: #559 (creating new database without you know about it)

@Moc Moc added bug and removed awaiting feedback labels Jun 24, 2014
@Moc Moc added this to the v2.0 alpha 3 milestone Jun 24, 2014
@Zerquix18
Copy link
Author

  • I reloaded the page, and instalation appeared from the start.
  • When I already connected to the database and I was going to type my admin data.

I think you should use CREATE DATABASE IF NOT EXISTS to do it easy. And you can SELECT * FROM users (and check if it returns false), so it's not dangerous if someone leaves the install.php file. Just a little advice. :P

@Moc Moc modified the milestones: v2.0 beta1, v2.0 alpha 3 Jun 25, 2014
@CaMer0n CaMer0n added the bug label Jul 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A problem that should not be happening type: enhancement An improvement or new feature request
Projects
None yet
Development

No branches or pull requests

4 participants