wildewebmarketing
Forum Replies Created
-
I gave you the exact error, which is multiplied repeatedly all day long in the debug log, every page view. I have multiple sites, the error is occurring on 75% of them. I tried to find a conflict, but even with all plugins disabled, the error persists. No theme similarities. I’m not comfortable posting the site info here. I can email it if you need it. Settings are simple (90 quality, deactivate backup, activate statistics).
In addition, as it’s an undefined variable, using constants fixes the issue, but I’d like to avoid having to change the code every time:
//Automatically optimize images if option is checked
if(get_option(‘resmushit_on_upload’) OR ( isset($_POST[‘action’]) AND ($_POST[‘action’] === “resmushit_bulk_process_image” OR $_POST[‘action’] === “resmushit_optimize_single_attachment” )) OR (defined( ‘WP_CLI’ ) && WP_CLI ) OR (defined(‘DOING_CRON’) && DOING_CRON) )
{
Log::addTemp(‘Gen Attachment metadta filter set’);
add_filter(‘wp_generate_attachment_metadata’, array($this,’process_images’) );
}
}I’m getting the same error, filling up my debug log fast, after updating to 1.0.0.
[27-Feb-2024 14:39:28 UTC] PHP Warning: Undefined variable $is_cron in /home/plugs/webapps/wp-content/plugins/resmushit-image-optimizer/classes/Controller/ProcessController.php on line 42
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Version 2.0.14 BrokenThank you for the response, @judith0
I submitted a support ticket with screenshots of the issue.
Forum: Themes and Templates
In reply to: [GeneratePress] Switched to Flexbox. Ruined site. :(Nevermind, I found a post on your website support addressing this. Adding the following CSS fixed the issue:
.fl-builder-content { width:100%; }
Yeah, that is ridiculous. If we want to read your blog posts, we will go to your website. Don’t be like one of the intrusive “giant plugins”. We don’t like their garbage either. In addition, if you’re going to add an unwanted widget and use UTM to track your clicks, you need to do a better job of error handling. I don’t want to see this crap in my debug logs.
[19-Jul-2021 23:01:44 UTC] PHP Notice: Undefined variable: utm in /home/XXXXX/wp-content/plugins/image-sizes/vendor/codexpert/plugin/src/Widget.php on line 126
[19-Jul-2021 23:01:44 UTC] PHP Notice: Undefined variable: utm in /home/XXXXX/wp-content/plugins/image-sizes/vendor/codexpert/plugin/src/Widget.php on line 131@antoscarface I was a little nervous installing the fixed version as customers on my end instantly start submitting tickets LOL.
But I worked up the courage and gave it a try, fingers crossed in one hand, lucky rabbits foot clenched in the other…and it worked!
Thank you for the time you put into fixing this for us. I know first hand the headaches of maintaining code. It is very much appreciated!
@antoscarface your support page is becoming littered with the Guzzle problem. Please at least provide a response so everyone knows this is being looked at.
Is this fixable? By adding namespaces? What would be the timeframe for this fix?
Problem persists with 2.3.0.
@antoscarface Awesome thank you, Antonino!
Just incase anyone has this issue in the future:
Offload SES queues emails and sends them when the CRON triggers. I’ve had issues in the past where they would get stuck and never send, and also wanted them to send immediately instead of waiting for the next CRON run.
WP Crontrol is a free plugin that lets you run any scheduled CRON task individually. I click the Run Now for the Offload SES Queue and bam, all emails send immediately.
Nice little trick I thought I’d share.
@musicman847 Yup, that’s where my issue lies as well.
@antoscarface It’s definitely a conflict between two plugins using GuzzleHTTP. In my case and @musicman847 it’s EDD Amazon S3. With @israelj it’s CF7 Google Sheets Connector.
@antoscarface I understand you can’t reproduce the issue. Can you at least offer some guidance how two plugins using GuzzleHTTP might cause this issue? What changed with GuzzleHTTP since 2.1.4? Because both plugins work together with this version.
I reverted back to 2.1.4 and everything works again.
Please advise so I can update to new version.
PROBLEM SOLVED!
I found your Chained Products snippet and added it as a new plugin and it does exactly what I’m looking for.
Just wanted to let you know that you are correct. I was not aware I had to use the tool to assign missing licenses. My mistake, thank you!
Forum: Plugins
In reply to: [WP-Lister Lite for Amazon] Custom Meta for InventoryLoader Condition FieldCorrect, the “Item Condition” field in the Amazon Options metabox. It is not available to be selected in the InventoryLoader template, only in ListingLoader. Yes, that would be great if it was available in both.
No, if it is selected to be left blank, it does not pull from Amazon Options, it submits a blank field and Amazon returns an error.
Thank you for your response.
- This reply was modified 4 years, 3 months ago by wildewebmarketing.