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

Installation issue #1

Open
ghost opened this issue Jan 24, 2015 · 4 comments
Open

Installation issue #1

ghost opened this issue Jan 24, 2015 · 4 comments

Comments

@ghost
Copy link

ghost commented Jan 24, 2015

It tries to create database when it already exist. It should see that the database exist and then try to install the tables. Some hosting packages do not allow the application to create databases. You have to create the database and then the application can connect and create the tables.

@shaadomanthra
Copy link
Member

yup... ill update the code ...thnks

@WebCrew
Copy link

WebCrew commented Apr 5, 2016

is it solved already?

@kendomen
Copy link

I was also wondering if this is resolved

@jaswant-tak
Copy link

Looks like Developer has forgot to resolve the issue, anyway the quick fix is go to

/app/models/install.php

and comment the line # 26

//$this->create_db($db_name,$host,$user,$pass);

Cheers
Jaswant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants