Guest User

Untitled

a guest
Aug 8th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. this solved the error connecting to database error
  2. wp config create --dbname=mywordpress --dbuser=myuser --dbpass=myrootsqlpass
  3.  
  4. this solved the Unable to determine linked PHP error
  5. create /usr/local/sbin folder and reset permissions
  6. sudo chown -R 'whoami':admin /usr/local/sbin
  7.  
  8. check error logs to resolve 502 Bad Gateway Error
  9. /usr/local/var/log/php-fpm.log
Add Comment
Please, Sign In to add comment