• Bogdan

    (@bogdanguenther)


    Hi Pär,

    Thank your for this wonderful plugin! I have a feature request: It would be really useful if Simple History would support including PHP errors from an error log file. In this way it would be possible to keep an eye on user actions and PHP possible (related) errors in the same view or RSS feed.

    What do you think?

    Thank you,
    Bogdan

    https://ww.wp.xz.cn/plugins/simple-history/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Bogdan

    (@bogdanguenther)

    Come on Pär, don’t let me down on this! 🙂

    Plugin Author Pär Thernström

    (@eskapism)

    Hey @bogdan! Are you thinking of reading the standard error log from like apache or php-fpm or similar? Or the error log that WordPress can output? Give some more details and I will for sure give this a though!

    Thread Starter Bogdan

    (@bogdanguenther)

    Hi Pär,

    Thank you for taking time to consider my request!

    Currently I am using this plugin to see the error log in the dashboard:

    https://de.ww.wp.xz.cn/plugins/error-log-monitor/

    The error log is activated by this two lines in the wp-confing.php file:

    ini_set('log_errors', 'On');
    ini_set('error_log', 'my-path-to-the/error.log');

    In Simple History you could offer an option if the PHP error log should also be checked and with the ini_get() function you can simply read the error-log location.

    Thanks,
    Bogdan

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

The topic ‘Feature Request: WordPress PHP Error-Log’ is closed to new replies.