chris
Forum Replies Created
-
Your first suggestion solved the problem. There was in fact a different email address hidden away as the sender of this particular campaign. Problem solved. Thank you!
Forum: Plugins
In reply to: [WP Offload SES Lite] Unverified Email AddressHello, I am having the exact same issue. An email that is definitely verified according to Amazon SES is showing an error in the plugin: “We’ve noticed that emails are being sent from the following unverified email addresses:”
Please help, this is urgent for a client’s site that has stopped sending emails. Thank you!
Forum: Plugins
In reply to: [Custom Menu Wizard Widget] PHP warningsSorry, I can only suggest what lines to update here for this plugin, Custom Menu Wizard Widget. I have no idea what lines you need to change for other plugins… you might check if you can get any clues from your PHP error logs.
Forum: Plugins
In reply to: [Custom Menu Wizard Widget] PHP warningsYou can try the following code fix for this issue (PHP8 compatibility):
custom-menu-wizard/include/class.walker.php -> change line 55 to this:
public function walk( $elements, $max_depth, ...$args ) {
custom-menu-wizard/include/class.sorter.php -> change line 60 to this:
public function walk( $elements, $max_depth = 0, ...$args ) {
I’m also getting a fatal error caused by MI, this time whenever I try to add or edit a custom post type.
TypeError: Cannot read properties of undefined (reading '_mi_skip_tracking')
See screenshot here: https://www.dropbox.com/s/w5b9ixaoyn2hh9f/Screen%20Shot%202022-01-25%20at%2012.36.16%20PM.jpg?dl=0
Forum: Plugins
In reply to: [Download Monitor] Network ErrorThanks for the reply. To solve this problem, I had to deactivate the plugin and rely instead on Google Analytics to provide download info (via “events”).
Forum: Plugins
In reply to: [Download Monitor] Network Error@bishless I’m also getting the same error. In my case the downloads work when I’m logged into WP but they don’t work (“Network error”) when I’m logged out. This is a major problem. Any suggestions?
This error caught me too, here is the code that fixed the problem for me:
$room_number = tribe_get_custom_field('Room Number'); // Old way, now broken
$room_number = tribe_get_custom_fields()['Room Number']; // new way, works
Hello, I tried this on multisite and it still unfortunately did not work to remove all 3 of the custom BackWPup user roles. I updated to the latest BackWPup, then activated, refreshed WordPress, then deactivated and deleted. But the BackWPup roles are still there across all sites. Please advise. Thanks.
+1
I manage 50+ websites and so I’ll need to wait until the update does *not* remove the GA authentication. Please keep us posted.
Forum: Plugins
In reply to: [Sermon Manager] PHP7 Fatal Error Saving SermonThanks, Nicole. Can you share your code fix?
Forum: Plugins
In reply to: [Sermon Manager] PHP7 Fatal Error Saving SermonAny update on PHP7 compatibility? This is a great plugin that deserves to continue with the future of WordPress/PHP. Thank you!
Forum: Plugins
In reply to: [Gravity Forms Constant Contact] PHP 7 CompatibilityJust wanted to follow up on the question of PHP7 compatibility…? Thanks!
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Multiple Sticky ElementsFollowing the progress on this…
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Widget not saving dataHowdy, I wanted to chime in that I had the same exact issue (PHP7 compatibility), and the new dev version of the plugin worked for me. Thanks!