• This does work, but…
    If you turn on your debug, and log them , you will find about 100 php notices for every page load, all pointing at this plugin. There are some issues with the coding style of this plugin.
    Note to developer: turn on your debug by adding this to your config file and have a look:

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', true);
    @ini_set('display_errors', 0);

    edit – see following posts.
    upgraded rating from one to four stars

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

    (@fernandobt)

    Daiv,
    I’ve fixed lots of php notices in the latest version: 0.27.1.

    Let me know if it’s working ok for you.

    Thanks!
    Regards,

    Thread Starter Daiv Mowbray

    (@daiv)

    Hello picandocodigo
    great to hear from you.
    congratulations, I know it’s a lot of work to clean up these details.
    I’ve just run a test on your plugin: List category posts, and all is well. Great work!

    Plugin Author Fernando Briano

    (@fernandobt)

    Thanks Daiv!

    I had noticed there were some debug warnings a long time ago but only when I read your comment did I add it as an issue and got to work on it later. So thanks for reporting it 🙂

    And thanks for changing the rating, I really appreciate it 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘way too many php notices (fixed)’ is closed to new replies.