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

Script is terminated #60

Closed
simonjcarr opened this issue Mar 5, 2017 · 4 comments
Closed

Script is terminated #60

simonjcarr opened this issue Mar 5, 2017 · 4 comments

Comments

@simonjcarr
Copy link

This is the only error message I get and it happens instantly. I have tied the error down the fact that the code is not able to Create the Schema, but I don't know if that is because it is not able to connect or it can not find the server or something else.

Any ideas?

@AnatolyUss
Copy link
Owner

Make sure your db credentials are correct (in config).
Make sure you have installed PDO...

@mr-russ
Copy link
Contributor

mr-russ commented Mar 24, 2017

Target database might exist with tables that exist. The screen doesn't print the error as we don't print errors to the screen in the current logging with the way the boolError is set.

@AnatolyUss
Copy link
Owner

It fails when running SELECT schema_name FROM information_schema.schemata .

Hence the reason should be one of following:

  1. Wrong pg credentials.
  2. PDO is not installed properly.

@mr-russ
Copy link
Contributor

mr-russ commented Apr 10, 2017

#61 also includes information to ensure you have the right modules installed. See if that helps you identify the cause.

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

3 participants