• Resolved DivaVocals

    (@divavocals)


    this is what I added to my wp-config.php file..

    // log php errors
    define('WP_DEBUG', true); // enable debugging mode
    @ini_set('log_errors','On'); // enable or disable php error logging (use 'On' or 'Off')
    @ini_set('display_errors','Off'); // enable or disable public display of errors (use 'On' or 'Off')
    @ini_set('error_log','/public_html/MY_SITE/MY_FOLDER/php-errors-dev.log'); // path to server-writable log file

    I ask because while it appears to be working as the dashboard widget says

    No errors found… Yet.

    it seemed just too darned easy.. **LOL** So I thought I’d check.. 🙂

    http://wordpress.org/extend/plugins/error-log-dashboard-widget/

Viewing 4 replies - 1 through 4 (of 4 total)
  • If there aren’t any errors in that file then everything is ok. 🙂

    If there are errors, but widget isn’t showing them – then not ok.

    Thread Starter DivaVocals

    (@divavocals)

    There are errors.. and the widget isn’t showing them.. Verified this by checking my host’s error logs..

    Sorry for late reply, my feed reader is missing your last answer for some reason. :\

    Looking at your snippet your path for log might be off, starting it with / means look for it relative to the very root of file system. I doubt you have public_html folder right in root?..

    Thread Starter DivaVocals

    (@divavocals)

    I dunno.. Got tired of messing with this.. I found a MUCH easier error log plugin to use instead.. Installed. activated, and DONE..

    Thanks anyway for your help..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Just checking..’ is closed to new replies.