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

SQL Error during setup step 3 Ubuntu/Nginx #1555

Open
danrue opened this issue Oct 14, 2014 · 6 comments
Open

SQL Error during setup step 3 Ubuntu/Nginx #1555

danrue opened this issue Oct 14, 2014 · 6 comments

Comments

@danrue
Copy link
Contributor

danrue commented Oct 14, 2014

Running the latest on master (360f4a3), I get the following error on step 3 of the initial setup:

PHP message: PHP Fatal error:  Uncaught exception 'EpiDatabaseQueryException' with message 'Query error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mytable.user' doesn't exist - SELECT * FROM `user` WHERE `id`=:owner ' in /www/mysite.org/src/libraries/external/epi/EpiException.php:13

I attempted to run the latest RC as well as 3.0. On both the RC and 3.0.0, I saw "HTTP 500" errors during step 3, leading me to believe that perhaps it is an nginx problem.

@cheif
Copy link

cheif commented Oct 22, 2014

Also seem to have this issue, tested in RC and 3.0.
I suspect this has something with the database not being set-up at all, since my "trovebox" db is empty after running setup and getting a HTTP 500.

@rebeccapowell
Copy link

I have the same issue on Apache. It isn't specifically a nginx problem.

@gr8tushar
Copy link

Hi Guys, I am also facing this issue. Any update on this ?

@arpadlukacs
Copy link

I also have this issue on Manjaro with Apache using the latest code from the master branch.

@russmac
Copy link

russmac commented May 9, 2015

Same issue,
The setup attempts to access the DB before creating it.

This isnt anything service specific, The code is completely borked.

@russmac
Copy link

russmac commented May 9, 2015

See #1572 I have engineered a work around for you.
Im hoping you guys will have the same success, It will take you 3 minutes to do.

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

6 participants