• Resolved metaphorcreations

    (@metaphorcreations)


    Can you please update the load_plugin_textdomain code in your plugin. The It causes major errors with WP_DEBUG is true. That function call should now look like:

    load_plugin_textdomain( 'pageList', false, 'pagelist/languages/' );

    Without this update the follow error is displayed:

    Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available.

    And when trying to save a post I get

    Warning: Cannot modify header information and a white page.

    Thanks!

    http://ww.wp.xz.cn/plugins/page-list/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author webvitalii

    (@webvitaly)

    Page-list plugin does not use load_plugin_textdomain() function in the code.

    You may check out the source of the plugin.

    Thread Starter metaphorcreations

    (@metaphorcreations)

    Sorry about that, you are correct. I had thought I installed your plugin but I had accidentally installed a different plugin with pretty much the same name. I didn’t realize that until after I wrote this (and then I forgot to comment again here).

    Great plugin by the way! Saved me a bunch of time!

    Plugin Author webvitalii

    (@webvitaly)

    That’s ok.

    I should choose more unique name for the plugin next time 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Please update "load_plugin_textdomain"’ is closed to new replies.