Christian Saborio
Forum Replies Created
-
My pleasure Vincenzo. People don’t understand the work involved in releasing and maintaining a plugin. They expect for it to work perfectly for nothing (and never write a good review when it works) and when the plugin has a bug, they are the first in line to give it one star without helping the dev troubleshoot, it’s a toxic environment.
Thanks, appreciate the response! ??
For the record, the Fedex plugin by Woocommerce works as expected and displays the Fedex option in the shipping method.
Forum: Plugins
In reply to: [SMTP Mailing Queue] Error when sending w/o SMTP@birmania Thanks, I saw the update the other day and it looks sweet. I passed on the message to donate to your cause, I’ll let them know about hildende.
This is such a great plugin, it is SOLID and behaves exactly as you’d expect! ??
Forum: Plugins
In reply to: [SMTP Mailing Queue] Error when sending w/o SMTP@birmania Apologies for the late reply, WordPress simply does not notify me when people reply.
I moved your plugin to the production website and the ran some tests and it worked with Offload Amazon SES, which is fantastic!
The wealth of information you have included here is incredible, thank you so much. I’ll convince my client to send a donation for your efforts, stay safe, you are awesome!
Forum: Plugins
In reply to: [SMTP Mailing Queue] Error when sending w/o SMTPNevermind, I’ll test it in a server that can send email and see its behaviour.
Just as a heads up, this does not seem get along with ‘Offload Amazon SES’ Plugin, the email is sent straight thru w/o going thru the queue.
PS: I’ll help you with some minor typos by forking the project repo.
Forum: Plugins
In reply to: [SMTP Mailing Queue] Error when sending w/o SMTP@birmania Thank you for your explanation. The problem was a mix of things – the headers from missing + a plugin that I installed for checking the logs of the emails to see when they were sent. After uninstalling the plugin (wp-mail-log) the errors disappeared.
I’m still testing this as I do not know how it will work with Offload SES plugin. For the time being am testing the queue.
Can you recommend a sent mail log plugin that works OK with your plugin so I can verify that the queue is created and that X number of emails are being sent according to the rules? Thanks!
- This reply was modified 3 years, 5 months ago by Christian Saborio.
@wpmudev-support8 Thanks! Look, I got a trial for the pro WPMU account more than a year ago and I don’t recall if I ever installed it here.
In any case, I flushed all cache and disabled cloudflare and the problem persists. I deleted anything related to Defender in the DB.
I find it odd as the free plugin is indeed searching for a free component.
In any case, I saw the 30 day trial that you guys have, I might get it and install the Pro plugin to see if that works, I’ll keep you posted.
Thanks again!
@sharonshero that does sound like a broken plugin. If you have FTP access go to the plugin folder and delete it and try installing it again and see how you go.
@omandaisy nope, plugin settings and your preferences are stored in the WP database, thus deleting the plugin and installing again won’t delete your settings.
@wpmudev-support6 deleted the entire folder, installed again and I get the same error when activating
I deleted the folder, downloaded the zip file and installed it manually and still the same results.
Here is what I found in the log file:
[20-Sep-2020 22:56:59 UTC] PHP Fatal error: Uncaught Error: Class ‘\WP_Defender\Module\Scan\Behavior\Pro\Model’ not found in /home/scorpiot/sites/jeanmonnetprojects.com.au/wp-content/plugins/defender-security/vendor/hammer/base/component.php:240
Stack trace:
#0 /home/scorpiot/sites/jeanmonnetprojects.com.au/wp-content/plugins/defender-security/vendor/hammer/base/component.php(260): Hammer\Base\Component->ensureBehaviors()
#1 /home/scorpiot/sites/jeanmonnetprojects.com.au/wp-content/plugins/defender-security/vendor/hammer/base/model.php(243): Hammer\Base\Component->hasProperty(‘receipts’)
#2 /home/scorpiot/sites/jeanmonnetprojects.com.au/wp-content/plugins/defender-security/vendor/hammer/wp/settings.php(44): Hammer\Base\Model->import(Array)
#3 /home/scorpiot/sites/jeanmonnetprojects.com.au/wp-content/plugins/defender-security/app/module/scan/model/settings.php(173): Hammer\WP\Settings->__construct(‘wd_scan_setting…’, false)
#4 /home/scorpiot/sites/jeanmonnetprojects.com.au/wp-content/plugins/defender-security/app/module/scan/model/settings.php(224): W in /home/scorpiot/sites/jeanmonnetprojects.com.au/wp-content/plugins/defender-security/vendor/hammer/base/component.php on line 240
[20-Sep-2020 22:57:01 UTC] PHP Fatal error: Uncaught Error: Class ‘\WP_Defender\Module\Scan\Behavior\Pro\Model’ not found in /home/scorpiot/sites/jeanmonnetprojects.com.au/wp-content/plugins/defender-security/vendor/hammer/base/component.php:240
Stack trace:
#0 /home/scorpiot/sites/jeanmonnetprojects.com.au/wp-content/plugins/defender-security/vendor/hammer/base/component.php(260): Hammer\Base\Component->ensureBehaviors()
#1 /home/scorpiot/sites/jeanmonnetprojects.com.au/wp-content/plugins/defender-security/vendor/hammer/base/model.php(243): Hammer\Base\Component->hasProperty(‘receipts’)
#2 /home/scorpiot/sites/jeanmonnetprojects.com.au/wp-content/plugins/defender-security/vendor/hammer/wp/settings.php(44): Hammer\Base\Model->import(Array)
#3 /home/scorpiot/sites/jeanmonnetprojects.com.au/wp-content/plugins/defender-security/app/module/scan/model/settings.php(173): Hammer\WP\Settings->__construct(‘wd_scan_setting…’, false)
#4 /home/scorpiot/sites/jeanmonnetprojects.com.au/wp-content/plugins/defender-security/app/module/scan/model/settings.php(224): W in /home/scorpiot/sites/jeanmonnetprojects.com.au/wp-content/plugins/defender-security/vendor/hammer/base/component.php on line 240Forum: Plugins
In reply to: [WP Broadbean] Obtaining Expiry Date for JobThanks for the quick reply, much obliged! ??
Enabling mbstring did the trick, Ubuntu:
`apt-get install php-mbstring
Like others have mentioned, this has been running flawlessly w/o this extension and out of the blue have me issues.
Anyhow, it’s fixed now, thank you!