Questions tagged [maintenance]
The maintenance tag has no summary.
58 questions
0 votes
0 answers
232 views
Finding plugin that makes this part of page (finding sweetwinsprizes.info virus's origin)
I have a website with several plugins installed. in 70% of page loading everything is OK and header is something like this: <head> <meta charset="UTF-8"> <link rel=&...
0 votes
1 answer
181 views
Can't update plugins in Wordpress, system returns -1
We are running Wordpress version 6.1.1. When we try to update one or more (we've tried to do it in several ways) plugins, Wordpress returns a -1 (see image below) The system is then stuck in ...
0 votes
1 answer
139 views
How to customize maintenance mode notification in wordpress?
I am installing and activating the SeeProd plugin. but it did not work. I need to another simple method to customize maintenance mode notification.
4 votes
3 answers
2k views
How to see which sites use my installed plugins (wordpress multisite)
How can I (easily) determine which of my wordpress sites are using a given plugin, on a Wordpress Multisite install? Let's say I have 1,000 wordpress sites on a Wordpress Multisite install. I have 100 ...
0 votes
2 answers
385 views
I have a snippet to redirect all users to a maintenance page. How do I exclude users with admin role?
I have a snippet that redirects all users to a maintenance page. How can I tweak it to All users except admin users? <?php add_action( 'template_redirect', function() { if ( is_page( 4848 ) ) {...
1 vote
1 answer
256 views
Does using WP-cron make the site slower for the user?
Forgive my "beginnerness" in this matter but I have 2 options to trigger a heavy task (massive update on users' properties to solve an issue between 2 plugins that weren't meant to cooperate)...
1 vote
1 answer
2k views
Maintenance mode excluding site administrators
I want to set the site into maintenance mode without using a plugin so that anyone who accesses the site who is not a site admin will see a "sorry site under maintenance" page. I created a ....
4 votes
0 answers
223 views
Is it safe to delete from db orphaned posts i.e. whose post_parent no longer exists?
I inherited a couple of WP + WooCommerce shops with roughly 30,000 products for sale each, and a wp_postmeta which is over a million lines. The former webmasters ran away. In an effort to clean up old ...
2 votes
0 answers
397 views
Setting maintenance mode via REST API
Is there a way to set a WP site to maintenance mode via REST API?
0 votes
1 answer
288 views
Making an under maintenance page (without using plugins)
There are a bazillion plugins that does this. And every time I use one, I end up spending hours trying to style the message (and logo and background) to fit the styling of the page. So I was ...
0 votes
1 answer
603 views
Change role in maintenance mode
I'm using https://de.wordpress.org/plugins/wp-maintenance-mode/ . I need to test the wp-admin page with different user roles while in maintenance mode. When I switch to a different role than admin ...
0 votes
0 answers
38 views
Quickly Maintain/edit 100+ WordPress Forms on multiple websites
Does anybody know a solution or smarttrick to maintain lets say 100+ forms on wordpress websites from 1 main location. So lets say i have 500 websites with the exact same contact form and i would like ...
0 votes
0 answers
545 views
How to programmatically put wordpress in maintenance mode
I used this code for several years now: add_action('wp_loaded', 'check_maintenance_mode'); function check_maintenance_mode(){ global $pagenow; if(defined('IN_MAINTENANCE') && ...
1 vote
2 answers
21k views
The site is experiencing technical difficulties. Please check your site admin email inbox for instructions
I was updating my plugins, after one plug in update went a bit wrong my site was stuck in maintenance mode, the solution I found online was to delete the .maintanence file, which I did. But straight ...
1 vote
2 answers
267 views
Possible to stay on Version 4?
The recent security Update to WP 5.0.1 also brough an update with Version 4 to 4.9.9. I got a clients project which where build on swamp land ages ago. Every Update is Hoping nothing will happen. ...