michacassola
Forum Replies Created
-
Hi @forge12,
thanks for considering to add compatibility. Any news on that? Will you be so kind and also able to implement this compatibility?
Thanks!
Best
MichaForum: Plugins
In reply to: [SMTP Mailer] Error: Class “PHPMailer\PHPMailer\SMTP” not foundI am so sorry to have wasted your time!
It was my stupid noob mistake, I didn’t know I had anonther SMTP plugin installed, one that I didn’t use in years…
I will close. Sorry again!Forum: Plugins
In reply to: [SMTP Mailer] Error: Class “PHPMailer\PHPMailer\SMTP” not foundHi, yes I have the same plugin working fine on other websites. This is the only one doing this. I get the error when using the Test Email tab.
2022/12/14 15:45:12 [error] 2375#2375: *19 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Class "PHPMailer\PHPMailer\SMTP" not found in /var/www/domain.com/htdocs/wp-includes/PHPMailer/PHPMailer.php:1968 Stack trace: #0 /var/www/domain.com/htdocs/wp-includes/PHPMailer/PHPMailer.php(2089): PHPMailer\PHPMailer\PHPMailer->getSMTPInstance() #1 /var/www/domain.com/htdocs/wp-includes/PHPMailer/PHPMailer.php(2005): PHPMailer\PHPMailer\PHPMailer->smtpConnect(Array) #2 /var/www/domain.com/htdocs/wp-includes/PHPMailer/PHPMailer.php(1664): PHPMailer\PHPMailer\PHPMailer->smtpSend('Date: Wed, 14 D...', 'test\r\n') #3 /var/www/domain.com/htdocs/wp-includes/PHPMailer/PHPMailer.php(1502): PHPMailer\PHPMailer\PHPMailer->postSend() #4 /var/www/domain.com/htdocs/wp-content/plugins/smtp-mailer/main.php(835): PHPMailer\PHPMailer\PHPMailer->send() #5 /var/www/domain.com/htdocs/wp-includes/class-wp-hook.php(308): smtp_mailer_pre_wp_mail(NULL, Array) #6 /var/www/domain.com/htdocs/wp-includes/plugin.p" while reading response header from upstream, client: 1.2.3.4, server: domain.com, request: "POST /wp-admin/options-general.php?page=smtp-mailer-settings&action=test-email HTTP/1.1", upstream: "fastcgi://unix:/run/php-fpm.sock:", host: "domain.com", referrer: "https://domain.com/wp-admin/options-general.php?page=smtp-mailer-settings&action=test-email"
- This reply was modified 2 years, 3 months ago by michacassola.
Forum: Plugins
In reply to: [Smart Cookie Kit] User preferences settingsYes, that would be interesting, to be able to have different choices also, I personally would also pay for that.
Forum: Plugins
In reply to: [Smart Cookie Kit] How to delete cookies when user changes settings?I use only one script on my website, which is Google Tag Manager. It gets loaded when the user consents, otherwise only functional cookies get loaded, these are the two clickable options. GTM then loads Analytics, Ads Conversion Tracking, Facebook Pixel…
I added a sentence that the user if wishing to withdraw their consent has to delete them in their browser and reload the page. It would be nice if you could add that functionality if at all possible to control the browser in javascript. Reloading page is possible, is deleting cookies?
https://stackoverflow.com/questions/179355/clearing-all-cookies-with-javascriptIf you plugin does this and what I will write in a seperate post, it will be truly the perfect cookie plugin!!! I will donate a few bucks to this plugin now. (Already left you a review also)
Forum: Plugins
In reply to: [Smart Cookie Kit] How to delete cookies when user changes settings?@dayaftergroup That sounds only logical!
@shark986 Thanks for your answer, so other software when they give the user the option to change the settings, also cannot delete the already set cookies, that means its all fake everywhere when tehy give these change settings option?
PS: In the inspector in the application-cookies settings only my domain shows up for cookies, although I use GTM.One more thing! I highly appreciate what you have done with this Plugin! Thank you very much! I will give you 5 Stars! Let me know if I can do anything for you in return!
- This reply was modified 4 years, 10 months ago by michacassola.
- This reply was modified 4 years, 10 months ago by michacassola.
Es scheint sich von alleine gel?st zu haben. Vielleicht hat der Redis-Object-Cache da was verhindert? Habe ihr bekannte Konflikte mit anderen Plugins? (Hatte bereits alle anderen Caches geleert)
I do not have the pro version yet and did not check it with it.
Once I do, I will and post the results here.There was an update to Anti-Malware Security and Brute-Force Firewall’s definitions. The manual update was not hindered although BBQ free was active.
Could you check from your side again please, if the issue you found is still there?
Forum: Plugins
In reply to: [WP Redis] Testing if Object Caching worksHow do I fix the persistent cache from the error above. Do you need more info?
Thanks for filing the issue.
Forum: Plugins
In reply to: [WP Redis] Testing if Object Caching worksThank you for your reply!
I get this:$ wp cache set foo bar --path="/home/admin/web/domain.com/public_html" PHP Notice: Constant NONCE_SALT already defined in phar:///usr/local/bin/wp/php/WP_CLI/Runner.php(1020) : eval()'d code on line 65 Success: Set object 'foo' in group 'default'. $ wp cache get foo --path="/home/admin/web/domain.com/public_html" PHP Notice: Constant NONCE_SALT already defined in phar:///usr/local/bin/wp/php/WP_CLI/Runner.php(1020) : eval()'d code on line 65 Error: Object with key 'foo' and group 'default' not found.
What does this mean, is it working?
And on a more important note: Cloud you please implement a feature to test if the caching is working or not?