An unhandled lowlevel error occurred. The application logs may have details

This is because you haven’t set your secret key correctly. Double check your config/secrets.yml file: It should be something like this: production: secret_key_base: <%= ENV[“SECRET_KEY_BASE”] %> Then in your droplet, you can run bundle exec rake secret to get your secret key. There are options like dotenv which is a useful gem that loads the … Read more

How to stop Node.js server?

I’ve just setup MEAN stack on my DigitalOcean server. I got the test app to run fine, but now when I open command line from DigitalOcean it just shows info: GET /modules/etc… and the part where I type is blank. How do I stop the server and get it back to where it was originally … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)