3.1.3 auto-upgrade

Any ideas on this? I earlier got an error on some update directory, and manually deleted it (unfortunately I didn’t write it down). I think I’ve done auto-upgrades on the same domain before. Downloading update from http://wordpress.org/wordpress-3.1.3.zip… Unpacking the update… Warning: copy(/home/nwalters/public_html/wp-admin/includes/update-core.php) [function.copy]: failed to open stream: Permission denied in /home/myname/public_html/wp-admin/includes/class-wp-filesystem-direct.php on line 200 Could … Read more

Why users disable the WordPress update?

Users install plugins which disable update reminders. Plugins: disable WordPress Core Updates disable WordPress Plugin Updates disable WordPress Theme Updates Look at the counter of plugins downloads. I know that some users change the WordPress core files or plugin or theme files, but there is WordPress hooks and child themes. If user will disable the … Read more

Forbidden 403 error, permission to access, unable to read htaccess

Recently clean-installed (with exception of themes and content/upload folders) an old wordpress to the latest WordPress 4.2.2. I continue to get this error below whenever I load files such as style.css in the web browser manually. I’ve tried: changing this file’s permission to 644, 755, and 777 changing .c to .so in the .htaccess changing … Read more

Prevent changing the length of post_name column on WordPress Update

We’ve some Arabic websites running on WordPress, and use Arabic slugs in the posts’ URLs. You know that post slug is stored in the post_name column in wp_posts table, and the default length of this column is 200 characters, which is not enough for Arabic slugs that are being encoded before being stored in this … Read more