Hi,
clearing your browser cache should solve this issue.
Also, we strongly recommend to update the PRO to version 6.7 to avoid any issues.
Thx
Hi @rainbowgeek,
I have the same issue on 5 sites. Purging browser cache and LiteSpeed cache does nothing.
Just Schemas, Redirections and Broken Links page contains elements.
Regards,
Estalhun
-
This reply was modified 1 year, 11 months ago by
estalhun.
Hi @estalhun which version of SEOPress Free and PRO do you use please?
Can you enable WP_DEBUG to get the error please?
https://www.seopress.org/support/guides/wp_debug-enable-error-logging-in-wordpress/
Dear @rainbowgeek,
SEOPress Free 6.7.2
SEOPress Pro 6.6.1
I don’t see any error message in any of the logs referring to SEOPress.
Best regards,
@estalhun
Sorry, I forgot to turn on both debug option. Now I get this error message:
[15-Jun-2023 06:45:31 UTC] PHP Fatal error: Cannot redeclare seopress_get_hidden_notices_robots_txt_option() (previously declared in /home/antibacv/antibacvir.hu/wp-content/plugins/wp-seopress-pro/inc/admin/blocks/notifications-center.php:62) in /home/antibacv/antibacvir.hu/wp-content/plugins/wp-seopress-pro/inc/admin/blocks/notifications-center.php on line 60
@estalhun Please update PRO to version 6.7.2 to solve this.
Thx
Dear @rainbowgeek,
The WP Updates does not offer the update of the Pro version.
Where can I download the plug-in? The plugin is installed by an SEO optimization company. Should I tell them to install it?
Best regards,
@estalhun
if( ! function_exists('seopress_get_hidden_notices_robots_txt_option') ) {
function seopress_get_hidden_notices_robots_txt_option()
{
$options = get_option('seopress_notices');
if (empty($options)) {
return;
}
if (!isset($options['notice-robots-txt'])) {
return;
}
return $options['notice-robots-txt'];
}
}
if( ! function_exists('seopress_get_hidden_notices_robots_txt_valid') ) {
function seopress_get_hidden_notices_robots_txt_valid()
{
$options = get_option('seopress_notices');
if (empty($options)) {
return;
}
if (!isset($options['notice-robots-txt-valid'])) {
return;
}
return $options['notice-robots-txt-valid'];
}
}
A temporary solution.
@estalhun yes please ask them to update the plugin to prevent these kind of issues.
The PRO can be downloaded from your customer area on seopress.org website.