Hal
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] Error code: AMP_NOT_REQUESTEDUnfortunately there is no ftp on this server which seems to be required, and I can’t get permissions to add it. We haven’t used it in years. Is there another option? thx
Forum: Plugins
In reply to: [AMP] Error code: AMP_NOT_REQUESTEDValidation results with cache disabled:
Non-AMP submitted This page isn't an AMP. However, it references the following URL as its AMP version: https://www.methodsmachine.com/blog/methods-machine-tools-and-yasda-unveil-high-precision-5-axis-machining-center/?amp
Thanks. As I said, this was working fine until recently.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] call_user_func warning after upgradeAh! Thank you! I was hoping that was the case. And thank for excellent support and very nice plugin too!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] call_user_func warning after upgradeI found the cause but now have a question too. So our client wanted to make sure attachments did not show in the search results. So we now have this filter which seems to have worked, or at least not caused any php isues (and it is now causing the php Warning about call_user_func):
add_filter( 'relevanssi_indexing_restriction', function ( $restriction ) { global $wpdb; $restriction .= " AND post.ID NOT IN (SELECT ID FROM $wpdb->posts WHERE post_type = 'attachment' ) "; return $restriction; });
In Settings under Indexing, “attachment” is not checked. But “Excluded from Search” says No. So, is there a better way to do this?
- This reply was modified 3 years, 2 months ago by Hal.
Forum: Plugins
In reply to: [Better Search Replace] Not Showing in Tools MenuTHANK YOU Matt! That is indeed the issue, as we normally do all plugin management via wp cli and the admin ability is disabled. I didn’t want to spend time reading the code so used another plugin. Thanks again, hopefully this helps others too!
Forum: Plugins
In reply to: [Better Search Replace] Not Showing in Tools MenuI have disabled all other plugins and switched themes to the default WP theme. No errors in console and no errors in the logs either. Still no show.
Can anyone supply the direct link?
Forum: Plugins
In reply to: [Better Search Replace] Plugin doesn’t show upSame here.
Forum: Plugins
In reply to: [Prisna GWT - Google Website Translator] about:blank#blockedThank you very much!
Forum: Plugins
In reply to: [Prisna GWT - Google Website Translator] about:blank#blockedI filled out form again just now. Thx
Forum: Plugins
In reply to: [Prisna GWT - Google Website Translator] about:blank#blockedThe link is as provided. https://staging403.resultsbydesign.com/. I will send login credentials to form.
Steps to reproduce:
1. Click the Google dropdown where it says “Select Language”
2. Results in: a new browser tap opens with a blank, white screen and the url bar says: “about:blank#blocked” (Chrome). This is consistent. In Firefox it opens a new window instead.I tried another computer with a different OS, and same result.
More info: If I click directly on the “G” (Google logo), it works as excepted. If I click anything to the right of that, the error as explained above results.
Thanks.
Forum: Plugins
In reply to: [Prisna GWT - Google Website Translator] about:blank#blockedForum: Plugins
In reply to: [Geolocation IP Detection] Unable to update db after upgradeMore info …
The error occurred on a staging server before pushing to production. Running it on the production server worked fine. So I think we are good here. Maybe a missing php library? Thx.
Forum: Plugins
In reply to: [AMP] Referenced AMP URL is not an AMPI’m back after taking a break on this. When last I dug into this, and trying to understand the error origins better, I poked around the code. I didn’t get a clear answer there, but seemed like the internal request was failing for some reason, maybe at the server level. So I undid something, which made a difference. All our systems have the server’s hosts file pointing to the internal, loopback ip address for all domains on that server. This is to minimize stuff going out to the network when it doesn’t have to. Removing this, fixed things right up. No more errors and validates fine now. As a footnote, we have other 100% working systems that we didn’t need to take this step. My theory is this one having wp in a subfolder, somehow was part of the problem. Thx.
Forum: Plugins
In reply to: [AMP] Referenced AMP URL is not an AMPThis is an important production site. I will have to copy it and test with that. Need to find time for that. Thanks.
Forum: Plugins
In reply to: [AMP] Referenced AMP URL is not an AMPPlugins:
adminimize
advanced-custom-fields-pro
amp
classic-editor
wordpress-seo
wp-security-audit-log
wp-super-cacheDeactivating did not change anything (I cleared the supercache too just in case).