• Resolved gabernx

    (@gabernx)


    Hello, I tried installing the plugin on my site and got the following error:

    Fatal error: Access level to MetaSeo_Content_List_Table::get_bulk_actions() must be public (as in class WP_List_Table) in /var/www/html/mysite/wp-content/plugins/wp-meta-seo/inc/class.metaseo-content-list-table.php on line 621

    Any idea what could be the problem?

    https://www.ads-software.com/plugins/wp-meta-seo/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @gabernx,

    I have the same issue.
    To fix this fatal, you must modify the line 369 of class.meta seo-content-list-table.php and change pass get_bulk_action() protected method to public.

    I hope the bug will be fixed in the next version of the plugin.

    Plugin Author JoomUnited

    (@joomunited)

    Hi,

    A new version 1.0.1 will be available today including this fix (thanks!) and WP 4.2 compatibility.

    Cheers !

    Plugin Author JoomUnited

    (@joomunited)

    Hi,

    We are checking this issue.
    Could you give us more informations about your wordpress version and your server configuration?
    Mainly php version and server type.

    Best regards.

    Plugin Author JoomUnited

    (@joomunited)

    Hi,

    We’ve checked this issue and there is no reason to have this fatal error on a 4.X and clean version of Worpdress.

    The WP_List_Table::get_bulk_actions method is declared as protected since the 4.0 version (it was previously public).

    Maybe you a not full updated WordPress version and some files are still the old version files.
    You should try to manually update your website like in the wordpress documentation here : Update wordpress

    Best regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fatal Error’ is closed to new replies.