Kevin Gobert
Forum Replies Created
-
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Admin metabox crashIt seems to work.
Thanks a lot
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Admin metabox crashHi Benjamin,
Ok super.
For this website, we use PHP 7.4.3
Thanks
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Admin metabox crashHi,
Here the result:
Prométhéa,culture,patrimoine,entreprises,mécénat d'entreprise,mécènes,réseau,conseil d'administration,actions,former,connecter,sensibiliser,valorisation,promotion
“mécénat d’entreprise” becomes “mecenat d& #39;entreprise”
- This reply was modified 4 months, 4 weeks ago by Kevin Gobert.
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Admin metabox crashThis code fix the issue:
GetContent.php:21
$kw = remove_accents(htmlspecialchars_decode($kw, ENT_QUOTES));
foreach ($targetKeywords as $kw) {
$kw = remove_accents(htmlspecialchars_decode($kw, ENT_QUOTES));
if (preg_match_all('#\b(' . $kw . ')\b#iu', remove_accents($content), $m)) {
$data[$kw] = $m[0];
}
}Forum: Plugins
In reply to: [SEOPress - On-site SEO] Admin metabox crashHi,
I put some logs to understand what is happening.
I think I found the issue. The client put a
'
in his keywords.preg_match_all('#\b(mecenat d'entreprise)\b#iu', '.../notre mission/'
When I tried to remove wrong keywords but they stay in the analyse.
https://www.dropbox.com/s/291ccr1vweh809v/Screenshot%202024-06-24%20at%2009.56.44.png?e=2&dl=0
[24-Jun-2024 07:55:52 UTC] https://test.local/fr/a propos/notre mission/
[24-Jun-2024 07:55:52 UTC] #\b(promethea)\b#iu
[24-Jun-2024 07:55:52 UTC] #\b(culture)\b#iu
[24-Jun-2024 07:55:52 UTC] #\b(patrimoine)\b#iu
[24-Jun-2024 07:55:52 UTC] #\b(entreprises)\b#iu
[24-Jun-2024 07:55:52 UTC] #\b(mecenat d'entreprise)\b#iu
[24-Jun-2024 07:55:52 UTC] #\b(mecenes)\b#iu
[24-Jun-2024 07:55:52 UTC] #\b(reseau)\b#iu
[24-Jun-2024 07:55:52 UTC] #\b(conseil d'administration)\b#iu
[24-Jun-2024 07:55:52 UTC] #\b(actions)\b#iu
[24-Jun-2024 07:55:52 UTC] #\b(former)\b#iu
[24-Jun-2024 07:55:52 UTC] #\b(connecter)\b#iu
[24-Jun-2024 07:55:52 UTC] #\b(sensibiliser)\b#iu
[24-Jun-2024 07:55:52 UTC] #\b(valorisation)\b#iu
[24-Jun-2024 07:55:52 UTC] #\b(promotion)\b#iuForum: Plugins
In reply to: [SEOPress - On-site SEO] Admin metabox crashHi Benjamin,
Do you have news about the issue? I saw an update and it doesn’t fix my issue?
Thanks
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Admin metabox crashHi,
Thank for your answer. Yes sorry I forgot to mention the infos.
WP version: 6.5.4
Plugin version: 7.8
_seopress_analysis_target_kw: Prométhéa,culture,patrimoine,entreprises,mécénat d’entreprise,mécènes,réseau,conseil d’administration,actions,former,connecter,sensibiliser,valorisation,promotionI tried to remove the keyword via the database but it doesn’t fix my issue.
Thanks
Hello
I disabled temporary the plugin because I had another issue with SVG image. I wanted to check if it was not link with last changes.
Now, I have the message again
Here the screenshot
https://ibb.co/1b2y03rThank
Hello,
Thanks it works. I added the code but I didn’t try to deactivate and active the plugin ??
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Wrong sitemaps_xsl url when we have a custom siteurlYes thank you for your excellent support
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Wrong sitemaps_xsl url when we have a custom siteurlHi
Thank you for this super fast response. I no longer have the error.
Now my sitemap is empty. I will find out why.Thanks again
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Featured Image Panel (not) LoadingHi,
I had the same issue with 5.7.1.
I went back to 5.6 and it works well.So it’s maybe link with your plugin
ThanksForum: Plugins
In reply to: [Secure Custom Fields] Bug in 5.11I have also noticed problems when doing a get_field of an option page. The classes are also missing in the gutenberg blocks. I rolled back on version 5.10
- This reply was modified 3 years ago by Kevin Gobert.