• Resolved Clemzy

    (@clemzy)


    Hello I just updated my seopress free plugin to V 6.7.1 and all the menu options on the plugin becomes blank when I click on them to open.. they just load then nothing shows up.. Starting from the dashboard menu. I am using pro plugin V6.5

    free dashboard menu screenshot 1 and pro dashboard screenshot 1

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Benjamin Denis

    (@rainbowgeek)

    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, 9 months ago by estalhun.
    Plugin Author Benjamin Denis

    (@rainbowgeek)

    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
    Plugin Author Benjamin Denis

    (@rainbowgeek)

    @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.

    Plugin Author Benjamin Denis

    (@rainbowgeek)

    @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.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘All Plugin Menus show blank after updating V6.7.1’ is closed to new replies.