Jim Hill
Forum Replies Created
-
Forum: Plugins
In reply to: [DeBounce Email Validator] New Issue with Gravity FormsNow that was fast! I truly just posted this 20 minutes ago. Thanks so much.
Forum: Plugins
In reply to: [DeBounce Email Validator] New Issue with Gravity FormsIt works fine but just shows and error in the logs.
That is not the experience I have had with the Sucuri plugin for WordPress. Their technical staff has been responsive and easy to work with. I use a variety of other firewalls and overall have found this one to be equal or better than ones like Stackpath.
Forum: Plugins
In reply to: [Zapier for WordPress] 75 million wordpress websitesI too use WP Webhooks Pro instead of Zapier. I do have the legacy Zapier zap (with no plugin required by the way) working most of the time on one of my WordPress sites. From time to time my firewall evidently blocks it and I have the Zapier user agent safelisted. I wish that I could trust the plugin but I have tried time and time again to get it working without any success.
Forum: Plugins
In reply to: [Custom Permalinks] Update or Activating plugin : Showing Fatal errorI tested this on my dev server and it resolved the issue. Please add some clarification for the upgrade procedure. I installed the new plugin by uploading it. I did not activate it. I then deactivated the version 1.x pro. I then activate the new 2.0 plugin. It copied the existing settings from 1.x over nicely. Is this the correct upgrade method?
I tested the change shown in the latest github code and it does indeed resolve the PHP warning for the deprecation.
Forum: Plugins
In reply to: [Custom Permalinks] Update or Activating plugin : Showing Fatal errorThis change does at least make it work in PHP other than deprecation errors from my theme:
wp-content/plugins/custom-permalinks-pro/frontend/class-custom-permalinks-frontend.php on lines 499-505:if ( trim( $_CPRegisteredURL, '/' ) == trim( $request, '/' ) ) { if ( isset( $url['path'] ) ) { return ( $string[0] == '/' ? '/' : '' ) . trailingslashit( $url['path'] ) . $_CPRegisteredURL; } else { return ( $string[0] == '/' ? '/' : '' ) . $_CPRegisteredURL; } }
Forum: Plugins
In reply to: [Custom Permalinks] Update or Activating plugin : Showing Fatal errorThis is the error on get on my dev site when I change it from PHP 7.4 to PHP 8.0:
Fatal error: Array and string offset access syntax with curly braces is no longer supported in /home/oyjgnovv/public_html/wp-content/plugins/custom-permalinks-pro/frontend/class-custom-permalinks-frontend.php on line 501
- This reply was modified 3 years, 2 months ago by Jim Hill.
Forum: Plugins
In reply to: [Custom Permalinks] Update or Activating plugin : Showing Fatal errorI was doing testing on PHP 8.0 for a retheming project, that is where I saw it. I am confident in your fixes in the new paid version. Thanks so much for your excellent service.
Forum: Plugins
In reply to: [Custom Permalinks] Any update soon?Will this now support PHP 8.0?
Forum: Plugins
In reply to: [Custom Permalinks] Update or Activating plugin : Showing Fatal errorI see a similar error when I test PHP 8.0. I think they said they are working on a new release for this.
Forum: Plugins
In reply to: [Autoptimize] Invalid argument supplied for foreach()Yes, your most excellent assistant put in place setting changes required because of our theme updates, and we move to a manual cron system. In the end one of these fixed things. Autoptimize continues to be an excellent system with great support. We appreciate you greatly, and know that I work with a lot of companies as an IT manager.
Forum: Plugins
In reply to: [Yoast SEO] Structured data issueI have the same large list of errors in SEMRush, but all of those URL’s check out just fine on the Google Rich Data Testing Tool (they are deprecating the Structured Data Testing Tool).
Example URL I testing and shows the error in SEMRush:
https://www.ufcinc.com/10-factors-to-consider-when-selecting-a-document-scannerSEMRush Error:
A value for the item.name or name field is required for a nested ListItem.
Google Rich Data Tool Test Result shows all OK:
Rich Data Test ResultForum: Plugins
In reply to: [Autoptimize] Invalid argument supplied for foreach()Did that, it shows the error, “Failed to schedule the cron event ao_ccss_queue.”
I am trying to track down what is happening.Forum: Plugins
In reply to: [Autoptimize] Invalid argument supplied for foreach()I am seeing this error message in the Site Health information:
The scheduled event, ao_ccss_queue, failed to run. Your site still works, but this may indicate that scheduling posts or automated updates may not work as intended.
For this server the cron is set to run in the normal WordPress manner. I will do further study on this as it must be something on the server.