Why does WordPress 4.2.2 require FTP to update?

I am trying to update to WordPress 4.2.2, but it requires FTP details. Considering that everything WordPress-related is assigned to apache, and the server runs as apache, shouldn’t WordPress be able to upgrade without FTP? WordPress is in the root. Here are the file owner/permissions: /var/www (root): permissions: 750 user: www group: apache All WP … Read more

What ALL can cause “Another update is currently in progress.”? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question? Closed 4 years ago. Improve this question I have been digging through stuff … Read more

How to schedule autopost publishing at each 60 minutes?

I am using following code to auto publish posts from images uploaded, it works but does not schedule posts publishing, all post are published right after images were uploaded by media uploader in wordpress dashboard. $autopost_controler = get_theme_mod( ‘auto_onoff’ ); if( $autopost_controler != ” ) { switch ( $autopost_controler ) { case ‘on’: add_action( ‘add_attachment’, … Read more

How to update/auto-update my private plugin? [duplicate]

This question already exists: Auto update specifick plugin Closed 5 years ago. I’ve made a private plugin for WordPress. How can I make this plugin update and/or even auto update? Thanks a lot already! EDIT: got the update part done, the only thing i need to add is the Auto-Update/Background update option.. I’ve added a … Read more

Tablepress won’t update the table data [closed]

Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third party plugins and themes are off topic, they are better asked about at their developers’ support routes. Closed 5 … Read more