Support » Plugin: FPW Category Thumbnails » Deprecated Argument Error in Plugin

  • Resolved phlyersphan

    (@phlyersphan)


    Hello, When I enable debug mode on my WP install, I receive this error in my Dashboard:

    load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available in (theme_folder)/wp-includes/functions.php on line 3510.

    I’ve narrowed it down to the FPW Category Thumbnails plugin. When I disable the plugin, the error goes away. Enable the plugin, the error returns.

    It appears that the FPW Category Thumbnails plugin is using load_plugin_textdomain() and it passes false as a second argument to that function – looks like line 159 of fpw-category-thumbnails-class.php, possibly elsewhere as well. That argument is deprecated – the function now takes load_plugin_textdomain( $domain, $abs_rel_path, $plugin_rel_path ).

    I am delivering this WP site to a client, so I cannot deliver it with this error. Is there a fix for this? If not, I’ll remove the plugin and find an alternative.

    Thank you,

    Shelly

    https://wordpress.org/plugins/fpw-category-thumbnails/

Viewing 1 replies (of 1 total)
  • Thank you for reporting this issue. It is not FPW Category Thumbnails plugin making incorrect call but built in FPW Post Thumbnails. It is fixed now in version 1.6.7

Viewing 1 replies (of 1 total)
  • The topic ‘Deprecated Argument Error in Plugin’ is closed to new replies.