[wpmu-trac] Re: [WordPress MU Trac] #293: Expand on error reporting
WordPress MU Trac
wpmu-trac at lists.automattic.com
Wed Mar 28 19:21:16 GMT 2007
#293: Expand on error reporting
-------------------------+--------------------------------------------------
Reporter: drmike | Owner: donncha
Type: enhancement | Status: assigned
Priority: normal | Milestone: WPMU 2.0
Component: component1 | Version: 2.0
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by donncha):
A quick grep showed me the following. These ones? Only the last two are
from a wpmu file, the others would need changing of core WP files.. and a
ticket in the Trac for that I'm afraid.
wp-includes/class-pop3.php: // commands and
responses to error_log
wp-includes/class-pop3.php: error_log("POP3 SEND [connect:
$server] GOT [$reply]",0);
wp-includes/class-pop3.php: @error_log("POP3 SEND [$cmd] GOT
[$reply]",0);
wp-includes/class-pop3.php: @error_log("POP3 SEND [$cmd]
GOT [$reply]",0);
wp-includes/class-pop3.php: @error_log("POP3 reset: ERROR
[$reply]",0);
wp-includes/class-pop3.php: if($this->DEBUG) { @error_log("POP3
SEND [$cmd] GOT [$reply]",0); }
wp-includes/class-pop3.php: if($this->DEBUG) { @error_log("POP3
SEND [$cmd] GOT [$reply]",0); }
wp-includes/class-pop3.php: if($this->DEBUG) { @error_log("POP3
SEND [$cmd] GOT [$reply]",0); }
wp-includes/rss.php: error_log( $errormsg, 0);
wp-includes/rss.php: error_log( $errormsg, 0);
wp-includes/wpmu-functions.php: error_log("Blog $blog_id
failed to complete activation.", 0);
wp-includes/wpmu-functions.php: error_log("install_blog - ID: $blog_id
URL: $url Title: $blog_title ", 0);
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/293#comment:3>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list