linux:wordpress
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | linux:wordpress [2018/04/17 12:47] (current) – created percy | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Wordpress ====== | ||
| + | |||
| + | ===== Wordpress permission fix ===== | ||
| + | When I upgrade the wordpress, it shows the error | ||
| + | This is usually due to inconsistent file permissions.: | ||
| + | So I reset all the permission for the files: | ||
| + | cd / | ||
| + | sudo find . -type f -exec chmod 664 {} + | ||
| + | sudo find . -type d -exec chmod 775 {} + | ||
| + | And try the upgrade again, it works. | ||
/var/www/dokuwiki/wiki/data/pages/linux/wordpress.txt · Last modified: 2018/04/17 12:47 by percy
