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

bug(comment.sh): PDOException, QueryException #24

Open
Kristinita opened this issue Feb 22, 2019 · 0 comments
Open

bug(comment.sh): PDOException, QueryException #24

Kristinita opened this issue Feb 22, 2019 · 0 comments

Comments

@Kristinita
Copy link
Owner

Kristinita commented Feb 22, 2019

1. Summary

I can't begin to use comment.sh. I get errors in dashboard.

2. Steps to reproduce

I sign up on comment.sh → I open dashboard.

3. Expected behavior

Dashboard without bugs.

4. Actual behavior

Whoops, looks like something went wrong.

First bug

 (1/2) PDOException

SQLSTATE[HY000] [2002] No route to host
in Connector.php line 68
at PDO->__construct('mysql:host=dokku-mysql-isso;port=3306;dbname=isso', 'mysql', '1cd4e25b54430013', array(0, 2, 0, false, false))in Connector.php line 68
at Connector->createPdoConnection('mysql:host=dokku-mysql-isso;port=3306;dbname=isso', 'mysql', '1cd4e25b54430013', array(0, 2, 0, false, false))in Connector.php line 44
at Connector->createConnection('mysql:host=dokku-mysql-isso;port=3306;dbname=isso', array('driver' => 'mysql', 'host' => 'dokku-mysql-isso', 'port' => '3306', 'database' => 'isso', 'username' => 'mysql', 'password' => '1cd4e25b54430013', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => null, 'name' => 'mysql'), array(0, 2, 0, false, false))in MySqlConnector.php line 24
at MySqlConnector->connect(array('driver' => 'mysql', 'host' => 'dokku-mysql-isso', 'port' => '3306', 'database' => 'isso', 'username' => 'mysql', 'password' => '1cd4e25b54430013', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => null, 'name' => 'mysql'))in ConnectionFactory.php line 182
at ConnectionFactory->Illuminate\Database\Connectors\{closure}()
at call_user_func(object(Closure))in Connection.php line 915
at Connection->getPdo()in Connection.php line 940
at Connection->getReadPdo()in Connection.php line 399

Second bug

 (2/2) QueryException

SQLSTATE[HY000] [2002] No route to host (SQL: select * from `users` where `sub` = auth0|5c6ff42d2af99732cae2920f limit 1)
in Connection.php line 664
at Connection->runQueryCallback('select * from `users` where `sub` = ? limit 1', array('auth0|5c6ff42d2af99732cae2920f'), object(Closure))in Connection.php line 624
at Connection->run('select * from `users` where `sub` = ? limit 1', array('auth0|5c6ff42d2af99732cae2920f'), object(Closure))in Connection.php line 333
at Connection->select('select * from `users` where `sub` = ? limit 1', array('auth0|5c6ff42d2af99732cae2920f'), true)in Builder.php line 1963
at Builder->runSelect()in Builder.php line 1951
at Builder->Illuminate\Database\Query\{closure}()in Builder.php line 2435
at Builder->onceWithColumns(array('*'), object(Closure))in Builder.php line 1952
at Builder->get(array('*'))in Builder.php line 481
at Builder->getModels(array('*'))in Builder.php line 465
at Builder->get(array('*'))in BuildsQueries.php line 77

5. Not helped

  1. Different browsers (I try in browser versions without addons and user settings):

    • Firefox Quantum 65.0.1 (64-bit)
    • Chrome 72.0.3626.96 (Official Build) (64-bit)
  2. Different registration e-mails:

Thanks.

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

1 participant