Easy Appointments Connect Update Problem (0.15.4 to 0.16.0)
These are the permissions that my most of my directories and files have on my server, illustrating it with a script that I normally run after installing or updating plug-ins, etc. Of course, SITE.COM is only an illustration here, it is my actual domain in the script on my site.
sudo chown -R drpost:www-data /var/www/SITE.COM/public_html/
sudo find /var/www/SITE.COM/public_html/ -type d -exec chmod 755 {} \;
sudo find /var/www/SITE.COM/public_html/ -type f -exec chmod 644 {} \;
sudo find /var/www/SITE.COM/public_html/wp-content/ -type d -exec chmod 775 {} \;
sudo find /var/www/SITE.COM/public_html/wp-content/ -type f -exec chmod 664 {} \;
The wp-config.php file is set to 664 when installing or updating security/cache plug-ins, however. These permissions I am starting to understand, however, being a 100% Windows user prior to this it is a little difficult to grasp this concept fully.
- 0.16.0 is not a current update (although it appears that it actually is),
- the update file contains an error at the line mentioned above in main.php or
- the WordPress update system is pointing to the incorrect file?
Fixed with latest update, thanks for reporting 🙂
Please login or Register to submit your answer