Jim Hill
Forum Replies Created
-
The mPDF is version in the Pro version isexactly what is in your plugin installer file: mPDF 8.0.x.
The mPDF library version in the free plugin is the ancient version: mPDF 6.1.0 from the year 2016.I did. I’ll overwrite everything manually and check for errors
That does seem to be working. I will report back if I see the error again.
This was what showed in the logs prior to your update, been good so far. I am watching this site.
[19-Sep-2025 12:40:40 UTC] PHP Warning: include(/home/xxx/public_html/wp-content/plugins/popup-maker/vendor-prefixed/composer/../../classes/Services/Repository/Popups.php): Failed to open stream: No such file or directory in /home/xxx/public_html/wp-content/plugins/popup-maker/vendor-prefixed/composer/ClassLoader.php on line 576
[19-Sep-2025 12:40:40 UTC] PHP Warning: include(): Failed opening '/home/xxx/public_html/wp-content/plugins/popup-maker/vendor-prefixed/composer/../../classes/Services/Repository/Popups.php' for inclusion (include_path='/home/xxx/public_html/wp-content/plugins/backwpup-pro/vendor/pear/pear_exception:/home/xxx/public_html/wp-content/plugins/backwpup-pro/vendor/pear/console_getopt:/home/xxx/public_html/wp-content/plugins/backwpup-pro/vendor/pear/pear-core-minimal/src:/home/xxx/public_html/wp-content/plugins/backwpup-pro/vendor/pear/archive_tar:.:/opt/cpanel/ea-php84/root/usr/share/pear') in /home/xxx/public_html/wp-content/plugins/popup-maker/vendor-prefixed/composer/ClassLoader.php on line 576
[19-Sep-2025 12:40:40 UTC] PHP Fatal error: Uncaught Error: Class "PopupMaker\Services\Repository\Popups" not found in /home/xxx/public_html/wp-content/plugins/popup-maker/classes/Plugin/Core.php:243I am going to disable the BackWPup on this site.
- This reply was modified 6 months, 4 weeks ago by Jim Hill. Reason: Added more detail
That is what I did on my one site which uses both plugins and the problem hasn’t returned yet. But I never dug further into the error log to do further debugging but will do that.
Try this. After you upgrade open each popup and make a tiny edit, then save it. Trying that on my site.
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 4 years, 7 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?