Results 43 comments of Chris King

What specifically is the problem with update.sh? Can you give any additional information?

Please provide me more details than just "a problem". Also you say it was a problem with update.sh, but then you randomly say to edit install.sh on a line that...

That's really very odd. Its definitely not the best practice on adding two variables together, but according to [this](https://github.com/koalaman/shellcheck/wiki/SC2004), it should be: ``` $((mem+swap)) ``` I will update both scripts...

Look in /var/www/fiercephish/storage/logs/laravel.log, that will direct you to what is wrong. It sounds like a service isn't starting (like mysql) or something causing that issue. Double check your mysql creds...

Yeah sounds like your mysql password is incorrect, check /var/www/fiercephish/.env and maybe try manually logging into the mysql server using the "mysql" cli

that's logging in as root. If you want to do that, update the /var/www/fiercephish/.env DB_USERNAME and DB_PASSWORD variables to make sure its using the root user, then run "cd /var/www/fiercephish/;...

It disappeared? I'm curious what the 500 error is, its probably from some of the tinkering with routes. You can check under /var/www/fiercephish/storage/laravel.log

I haven't had an issue here before yet, but that may be due to insufficient testing since its an early addition in the dev branch. Do you have an example...

Not a bad idea. I'll add it to the roadmap

Added notes from other duplicate issues: Feature request: Report browser / device types vuln's of clicking users Feature request: Report browser agent / device type of clicking users