rjmzoom
Forum Replies Created
-
Hi @sterndata
In the Health Check info page there is no section called “Must Use” if that is what you mean. There is only the Active Plugins section, which I have included above.
Here is the info page from Health Check:
### wp-core ### version: 5.2.3 site_language: en_GB user_language: en_GB permalink: /%year%/%monthnum%/%day%/%postname%/ https_status: true user_registration: 0 default_comment_status: closed multisite: false user_count: 1 dotorg_communication: true ### wp-paths-sizes ### wordpress_path: /home/sites/mysite.org.uk/public_html wordpress_size: 39.97 MB (41906684 bytes) uploads_path: /home/sites/mysite.org.uk/public_html/wp-content/uploads uploads_size: 519.74 MB (544986914 bytes) themes_path: /home/sites/mysite.org.uk/public_html/wp-content/themes themes_size: 2.26 MB (2365546 bytes) plugins_path: /home/sites/mysite.org.uk/public_html/wp-content/plugins plugins_size: 26.31 MB (27585395 bytes) database_size: 3.34 MB (3506176 bytes) total_size: 591.61 MB (620350715 bytes) ### wp-active-theme ### name: Sela (sela) version: 1.0.17 author: Automattic author_website: https://en-gb.wordpress.com/themes/ parent_theme: none theme_features: editor-style, automatic-feed-links, html5, title-tag, post-formats, menus, post-thumbnails, custom-background, custom-header, infinite-scroll, jetpack-testimonial, jetpack-responsive-videos, site-logo, jetpack-content-options, widgets theme_path: /home/sites/mysite.org.uk/public_html/wp-content/themes/sela ### wp-themes-inactive (1) ### Twenty Nineteen: version: 1.4, author: WordPress Team ### wp-plugins-active (3) ### Envira Gallery Lite: version: 1.6.8, author: Envira Gallery Team Health Check & Troubleshooting: version: 1.4.0, author: The WordPress.org community UpdraftPlus - Backup/Restore: version: 1.16.17, author: UpdraftPlus.Com, DavidAnderson ### wp-media ### image_editor: WP_Image_Editor_GD imagick_module_version: Not available imagemagick_version: Not available gd_version: 2.1.1 ghostscript_version: 8.70 ### wp-server ### server_architecture: Linux 2.6.32-754.15.3.el6.x86_64 x86_64 httpd_software: Apache/2.4.39 (Unix) php_version: 7.2.17 64bit php_sapi: cgi-fcgi max_input_variables: 1000 time_limit: 30 memory_limit: 256M max_input_time: 60 upload_max_size: 64M php_post_max_size: 64M curl_version: 7.19.7 NSS/3.27.1 suhosin: false imagick_availability: false server-headers: date: Mon, 16 Sep 2019 20:21:47 GMT content-type: text/html; charset=UTF-8 set-cookie: __cfduid=xxxxxxxxxxx; expires=Tue, 15-Sep-20 20:21:47 GMT; path=/; domain=.mysite.org.uk; HttpOnly; Secure x-powered-by: PHP/7.2.17 link: <https://www.mysite.org.uk/wp-json/>; rel="https://api.w.org/", <https://www.mysite.org.uk/>; rel=shortlink expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" server: cloudflare cf-ray: 51758c79799f3498-LHR content-encoding: gzip htaccess_extra_rules: true ### wp-database ### extension: mysqli server_version: 5.5.5 client_version: mysqlnd 5.0.12-dev - 20150407 - $Id: xxxxxxxxxxxxxx $ ### wp-constants ### WP_HOME: undefined WP_SITEURL: undefined WP_CONTENT_DIR: /home/sites/mysite.org.uk/public_html/wp-content WP_PLUGIN_DIR: /home/sites/mysite.org.uk/public_html/wp-content/plugins WP_MAX_MEMORY_LIMIT: 256M WP_DEBUG: false WP_DEBUG_DISPLAY: true WP_DEBUG_LOG: false SCRIPT_DEBUG: false WP_CACHE: false CONCATENATE_SCRIPTS: undefined COMPRESS_SCRIPTS: undefined COMPRESS_CSS: undefined WP_LOCAL_DEV: undefined ### wp-filesystem ### wordpress: writable wp-content: writable uploads: writable plugins: writable themes: writableCheers
- This reply was modified 6 years, 8 months ago by rjmzoom.
I also recall that Akismet Anti-Spam was installed, but inactive since I have taken over the site. I also deleted this after installing the health check.
It’s worth noting that I have taken ownership of this website, so I don’t know its history. It’s quite possible that Jetpack has been installed in the past and since been deleted.
Here is a list of plugins from Health Check:
Active Plugins (3) Envira Gallery Lite Version 1.6.8 by Envira Gallery Team Health Check & Troubleshooting Version 1.4.0 by The WordPress.org community UpdraftPlus - Backup/Restore Version 1.16.17 by UpdraftPlus.Com, DavidAndersonI don’t know what Jetpack is. Is it a plugin?
I notice that my Sela theme has some CSS modifications. I notice there is a section at the end that refers to jetpack…
/* Color change from pink/red to blues (#f25f70 to #77aaff, #e1122a to #0000ff) */ /* Reset */ a { color: #0000ff; text-decoration: none; } /* Footer Widget */ .footer-widget-area a:hover { color: #0000ff; } /* Posts and Pages */ .entry-title a:hover { color: #0000ff; } /* Hover Behaviours */ .main-navigation ul ul > li.focus > a { color: #0000ff; } /* navigation */ @media screen and (min-width: 768px) { .main-navigation .nav-menu > li > a:after, .main-navigation .menu > li > a:after { color: #ccdfff; content: " \2022"; margin-left: 1em; } } /* Forms */ button, input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span { background-color: #77aaff; border-style: none; color: #fff; cursor: pointer; display: inline-block; font-size: 12px; font-size: 1.2rem; font-weight: bold; line-height: 2; padding: 6px 15px; text-align: center; vertical-align: middle; text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1); box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1); -webkit-appearance: none; } input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus { border: 1px solid #77aaff; outline: none; -webkit-transition: 0.2s ease-in; transition: 0.2s ease-in; } /* Menus */ .main-navigation { background-color: #77aaff; border-bottom: 2px solid rgba(0, 0, 0, 0.15); color: #fff; display: block; padding: 0 1em; } .social-links ul a:before { background: #77aaff; color: #fff; content: "\f415"; display: block; font-size: 16px; font-size: 1.6rem; padding: 8px 6px 8px 8px; position: relative; text-align: center; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: top 0.3s ease-in-out; transition: all 0.1s ease-in-out; } .comment-meta a { color: #77aaff; } .jetpack-testimonial .entry-title, .jetpack-testimonial-shortcode .testimonial-entry-title { color: #77aaff; font-family: "Source Sans Pro", Arial, sans-serif; font-size: 14px; font-size: 1.4rem; font-weight: bold; text-transform: uppercase; } /* Footer */ .site-info a:hover { color: #236fd7; }Hi @otto42 @sterndata ,
Thanks for the quick responses.
You must be mistaken, because it seems unlikely that the theme would add this, so you must have other plugins running. What are they?
I have been having this issue for several months and for most of that time I have had no active plugins. I had hello dolly which was inactive which I deleted when I recently installed the health check and it advised me to uninstall unused plugins. I have recently installed Envira Gallery and Updraft Plus. But my issues pre-date these plugins.
I have the 2019 theme installed, but it is inactive.
The captcha is coming from one of your plugins, not core WP.
I wouldn’t mind the captcha if it returned to the original page afterwards. The captcha looks like a Google one which is why I thought the referrer headers may be relevant.
As to where the captcha is coming from I don’t know where to look.
Cheers,
Richard
Hi @otto42 & @sterndata,
Thanks for your replies.
I use the WordPress Sela theme. The only plugin I have is the Health Check one.
With regard to disabling the theme, I have never had the described issue when I have been logged in as the admin, so I don’t think using the health check plugin to disable the theme will be useful.
I’m not sure where I should look to see if there is code instigating the Captcha.In wp-login.php ? I wouldn’t mind the captcha if it returned to the original page correctly.
I have been looking at the following post and wondered if it was relevant to me.
It is suggesting that the referrer header was the issue in that case.
I have used https://securityheaders.com/ to scan my headers and it reports that my Referrer Policy is missing.
I’m not sure how to resolve this Referrer Header issue to see if it is related.
Many thanks
Also, worth noting that if the “are you human” captcha is not presented, everything works fine.
I don’t know why sometimes the captcha is presented and other times it is not.
I ought to say, that if, after the blank page is presented, you type the url of the protected page, you can see the content and everything then works as expected.