Benjamin Denis
Forum Replies Created
-
Hi,
this highly requested feature is coming with version 2.0 of MailerPress by the end of this month.
Stay tuned!
We have tested this again with the classic and universal SEO metabox on a fresh new WordPress install (built with Local): no issue.
The score is correctly updated everywhere whatever the results (yellow or green).
Forum: Plugins
In reply to: [SEOPress - On-site SEO & Analytics] Universal SEO metabox does not appearDue to topic inactivity we are now closing this. Thank you for your understanding.
We are now closing this topic due to inactivity. Thank you for your understanding.
OK we’ll check this again, this should has been fixed with our latest update 9.7.X.
Do you have any caching plugin?
Forum: Plugins
In reply to: [SEOPress - On-site SEO & Analytics] migrating issuesHi,
Running the migration directly on the database is much more efficient than using a file.
We do offer metadata import via CSV with the PRO version, but that serves a different purpose.
Regarding your issue, it appears to be related to a server limitation.
Could you let us know approximately how many posts, pages, and custom post types your site has?
Also, please go to Tools, Site Health, Info tab, Server and share your server configuration with us.
Finally, using the debug.log would be very useful to quickly understand the issue (I guess it’s related a memory limit).
Emailit is scheduled yes. The roadmap page is currently being updated.
Sorry for the confusion.
Sure! The update is coming today.
Hi,
Thanks for reporting this. We’ve been able to identify the cause of the warning:
foreach() argument must be of type array|object, null givenIn some specific setups (typically when a third-party plugin/theme filters the list of post types or taxonomies and returns null), SEOPress can end up passing a null value to a foreach() loop, which triggers this PHP warning when warnings are displayed on the frontend.
We’ve prepared a fix that makes this loop defensive (it falls back to an empty array when nothing is returned), which prevents the warning from appearing without changing SEO output.
In the meantime, if you need an immediate workaround, you can:
Temporarily disable WP_DEBUG display on the frontend (or set WP_DEBUG_DISPLAY to false), and/or Check for any custom code or plugins hooking into filters like seopress_post_types / seopress_get_taxonomies_list and ensure they always return an array.
If you can share your active theme + the list of active plugins (or confirm if you have any custom snippets related to SEOPress filters), we can also help pinpoint what returned null on your site.
Thanks again, and sorry for the inconvenience.
- This reply was modified 1 week, 5 days ago by Benjamin Denis.
Forum: Reviews
In reply to: [SEOPress - On-site SEO & Analytics] Great Plugin!Thank you!
Fixed 😉
Forum: Plugins
In reply to: [SEOPress - On-site SEO & Analytics] migrating issuesHi,
please enable WP_DEBUG by following this guide:
https://www.seopress.org/support/guides/wp_debug-enable-error-logging-in-wordpress/
Then run again the migration.
Once the process is blocked, check the error from the debug.log file.
Can you confirm you have refresh the analysis from the content analysis metabox?
Forum: Plugins
In reply to: [SEOPress - On-site SEO & Analytics] Download is broken (9.7.2)For an unknown reason, w.org encountered a problem generating the ZIP file, despite the files being successfully uploaded to SVN.
Could you please try again? It might be necessary to delete the transient data (or simply wait for WordPress to handle it).
Hi,
this issue has been solved. Apologies for the inconvenience.