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

Blank pages with one link and MySQL Connection error #1

Closed
darkmatus opened this issue Oct 8, 2013 · 2 comments
Closed

Blank pages with one link and MySQL Connection error #1

darkmatus opened this issue Oct 8, 2013 · 2 comments

Comments

@darkmatus
Copy link

I installed CsnUser to test it for an small site.
After following the install instruction I call on my developing machine "127.0.0.1/user"
and all what I got was an white page with an link to /user.
The same occurred when I call "127.0.0.1/forgotten-password".

The other problem is that I got a "SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)".
The correct databese settings are in the doctrineorm.local.php and works fine on the terminal.

@coolcsn
Copy link
Owner

coolcsn commented Oct 8, 2013

It is obvious there is no connection to the MySQL server. "SQLSTATE[HY000] [2002] Connection refused". Just for any case I will try to install the module on a development machine to make sure everything works fine and I will get back to you.

@darkmatus
Copy link
Author

Okay the error was that the pre-defined 'localhost' won't work.
I need to change it to 127.0.0.1 ._.

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

2 participants