Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    this is not an error, it is a logging message about what the plugin found. If you run your WP installation in debug mode with logging enabled it will log this kind of msg.

    Thread Starter mdlaat

    (@mdlaat)

    I understand this is not an error, but I have debugging disabled in wp-config.php:
    define(‘WP_DEBUG’, false);
    Yet, still these messages appear?

    Plugin Author Aurovrata Venet

    (@aurovrata)

    debug is off and you log file is on?

    I will check this for the next release which I am currently working on. Thanks for raising this.

    Thread Starter mdlaat

    (@mdlaat)

    both are off
    Yet, still the messages appear in the errorlog of apache.
    No debug.log is created in the wp-content directory (which is ok)

    Plugin Author Aurovrata Venet

    (@aurovrata)

    fixed in the latest version 1.1.1

    Thread Starter mdlaat

    (@mdlaat)

    Thank you!

    Plugin Author Aurovrata Venet

    (@aurovrata)

    is it working now?

    Thread Starter mdlaat

    (@mdlaat)

    I don’t have the messages in apache’s log anymore.
    I had commented out the two lines in your php that seems to cause them.
    I have updated your plugin yesterday, still don’t have the messages, but don’t know if my own changes have been overwritten by the update.

    This is from today:

    # grep -R ‘found local locales’ *
    admin/class-cf7-polylang-admin.php: //debug_msg(“CF7 POLYLANG: found local locales, “.print_r($local_locales,true));

    # ls -la class-cf7-polylang-admin.php
    -rw-r–r– 1 user group 13154 Jun 21 22:45 class-cf7-polylang-admin.php

    Plugin Author Aurovrata Venet

    (@aurovrata)

    you shouldn’t need to comment out any lines, the logging now only happens in debug mode.

    Thread Starter mdlaat

    (@mdlaat)

    Thanks!

    Plugin Author Aurovrata Venet

    (@aurovrata)

    sure, please rate the plugin when you have some time

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