cantoute
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mailster] IMAP connectionsho,
Having issue to connect too.
Against localhost without ssl it rejects because server name doesn’t match, perhaps this could be adjusted in your code as who cares when not ssl?
Against the the fully qualified host name, neither pop3 imap4 (ssl or not) works.Server is dovecot and it works fine for roundcube, rainforest using same php (php7.4 fpm from php.sury.org on debian stretch)
login is full email+1
hi,
Spotted an other plugin that can cause the issue, it’s wp-rss-aggregator who uses php-di too.
That post gives all the details on downgrading and is helpful.
Thanks.
Hoping your investigations work out and that we here soon back from you on this.
Wordpress dev world is challenging.
<3
Hi,
I quite appreciated your plugin and liked the insights it gave for webmasters…
But here what I read lately is so much what I love about wordpress dev: your last 2 updates crashed all sites using your plugin, but lets see if it’s not the fault of the other plugins we could be using…
Almost a week that this is out and that the solution for most is to simply delete your plugin via ftp… for a few it’s just disabling it via wp-cli… but discussion keeps going on to see if other plugins should line up to your’s…I’m not going to play for 2 hours on deactivating/reactivating plugins one by one to find what combination is messed up.
All sites that used the Divi theme and here a list of active plugins if that can help you guy…
akismet flamingo w3-total-cache
broken-link-checker imsanity webp-express
companion-auto-update wordfence
contact-form-7 mashsharer wordpress-seo
custom-twitter-feeds newsletter wp-mail-smtp
redirection wp-rss-aggregator seo-image-optimizerBut a simple efficient logic would be to fall back to an older version meanwhile you find the solution to be ready for php8… php8… at this time who cares? And of what I read lately, wordpress has little to nothing to gain from that update performance wise… so is php8 a priority ?
Please try using logic that makes sense… Something that has gone missing in wordpress dev world, long long time ago?…
Being sarcastic ok! But got really tired of wp logic.
PS:
What happened to mickna comment?
I think it made total sense.same here
Got error ‘PHP message: PHP Fatal error: Declaration of DI\\Definition\\Helper\\CreateDefinitionHelper::getDefinition(string $entryName): DI\\Definition\\Definition must be compatible with DI\\Definition\\Helper\\DefinitionHelper::getDefinition($entryName) in /xxxxxxxx/www/wp-content/plugins/matomo/app/vendor/php-di/php-di/src/Definition/Helper/CreateDefinitionHelper.php on line 135’, referer: https://xxxxxx/wp-admin/plugins.php?plugin_status=all&paged=1&s
Forum: Plugins
In reply to: [Yoast SEO] Yoast seo breaks wordpress editorafter digging seems browser stays jammed on this call
https://pasteboard.co/JAm7jpIg.png
here is a copy as curl of that call (if I run it in a terminal works fine)
curl ‘https://www.xxxx.com/wp-json/wc-admin/options?options=woocommerce_task_list_complete%2Cwoocommerce_task_list_hidden&_locale=user’ \
> -H ‘authority: https://www.promo-parfum-cosmetique.com’ \
> -H ‘accept: application/json, */*;q=0.1’ \
> -H ‘dnt: 1’ \
> -H ‘x-wp-nonce: e730e0b9be’ \
> -H ‘user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36’ \
> -H ‘sec-fetch-site: same-origin’ \
> -H ‘sec-fetch-mode: cors’ \
> -H ‘sec-fetch-dest: empty’ \
> -H ‘referer: https://www.promo-parfum-cosmetique.com/wp-admin/post-new.php?post_type=product’ \
> -H ‘accept-language: fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7,es;q=0.6,pt;q=0.5’ \
> -H ‘cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_bf512ebbcdd1d63e28db5f5c59cdb328=xxxx wfwaf-authcookie-13779ace0eb4fd2c72da727a44012636=5%7Cadministrator%xxxx; tk_ai=woo%3AXi6%2FaspEg%2BTYRWZlFQgy78xA; cookie_notice_accepted=true; _ga=GA1.2.1583019560.1605370158; _gid=GA1.2.141332239.1605370158; wp-settings-time-5=1605376912; mailchimp_landing_site=https%3A%2F%2Fwww.promo-parfum-cosmetique.com%2Fwp-json%2Fwc-analytics%2Fproducts%2Freviews%3Fpage%3D1%26per_page%3D1%26status%3Dhold%26_locale%3Duser’ \
> –compressedForum: Plugins
In reply to: [Yoast SEO] Yoast seo breaks wordpress editorHi,
We seem ta have a similar issue but there only on woocommerce products.When we open a product for edit (in wp-admin) browser freezes for ages (like 20min) before we can do anything, a bit like if we had a js looping.
DB is about 20k products.
Disabling yoast plugin seems to solve issue.Any advice on what we should look into ?
Thanks
- This reply was modified 4 years, 4 months ago by cantoute.
Forum: Plugins
In reply to: [Cache-Control] pragma: no-cacheProbably set by some stupid plugin (not the webserver)
Adding to .htaccess<IfModule mod_headers.c> # fixes broken plugin blocking cache Header always unset Pragma </IfModule>
- This reply was modified 4 years, 7 months ago by cantoute.
Forum: Plugins
In reply to: [Cache-Control] Setting ‘Cache-Control’ header versus VarnishThis plugin does take in account pages specific to woocommerce and sends no-cache accordingly.
I didn’t check if this was the case for ajax calls :-/
if you use apache you could always tweak this via .htaccess rules
RewriteCond %{REQUEST_URI} (^|/)(cart|my-account|checkout|addons) [OR]
RewriteCond %{QUERY_STRING} add-to-cart=
RewriteRule .* – [ENV=DONTCACHE:true,L]Header set Cache-Control “no-cache, no-store, must-revalidate” env=DONTCACHE
note that RewriteCond %{REQUEST_URI} receives with leading slash or not depending of your setup
Forum: Plugins
In reply to: [Cache-Control] all pages throw no-cacheI use “curl -i” or “curl -I” to test… an it’s obvious on server load when I activate the plugin. site is https://www.welovetennis.fr/ (php 7.3)
I’ll put up a test copy so we can investigate.
I had this issue with other wordpress installs but right now seems to work as expected.Hi,
Sounds like restarting the php pool got it all back working (php 7.3 fpm)
Please note that automatic tweets only work if post author has admin privileges.
Thank you
Antony
Hi,
I could not get my hands on any more information about this issue.
Sounds like giving admin privilege to the publishers solved this issue.I think cron is set up properly (it’s been up and working for month… just this plugin is new in setup)
[2019-12-10 09:38:03] – [Cron Request]- 60.22s after the previous one. | Cron called from 127.0.0.1 (?)
[2019-12-10 09:37:02] – [Cron Request]- 60.10s after the previous one. | Cron called from 127.0.0.1 (?)
[2019-12-10 09:36:02] – [Cron Request]- 59.93s after the previous one. | Cron called from 127.0.0.1 (?)
[2019-12-10 09:35:02] – [Cron Request]- 60.21s after the previous one. | Cron called from 127.0.0.1 (?)
[2019-12-10 09:34:02] – [Cron Request]- 59.96s after the previous one. | Cron called from 127.0.0.1 (?)
[2019-12-10 09:33:02] – [Cron Request]- 60.27s after the previous one. | Cron called from 127.0.0.1 (?)Forum: Plugins
In reply to: [Cache-Control] Plugin Refactoring ?This is where i have reached… still quite a bit to do but base structure is there.
It doesn’t yet send the header, but this should be hapeing soon.Going to use a plain php config.local.php one can edit in wp plugin editor
https://github.com/cantoute/wp-cache-control/tree/dev
any comment/feedback welcome.