Guest User

Untitled

a guest
Jan 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. curl -O https://download.wordpress.org/latest.tar.gz
  2.  
  3. cd /tmp
  4.  
  5. tar xzvf latest.tar.gz
  6.  
  7. wordpressuser:~$ sudo
  8.  
  9. gzip: stdin: unexpected end of file
  10. tar: Child returned status 1
  11. tar: Error is not recoverable: exiting now
  12.  
  13. sudo chmod g+w /var/www/html/blog/wp-content
  14.  
  15. sudo chmod -R g+w /var/www/html/blog/wp-content/themes
  16.  
  17. sudo chmod -R g+w /var/www/html/blog/wp-content/plugins
  18.  
  19. You do not have permission to access this page could not read .htaccess file
  20.  
  21. the plugin update has failed, update successful, closing maintenance mode.
Add Comment
Please, Sign In to add comment