#20724 closed enhancement (invalid)
untrackable error notices
Reported by: | thomask | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
I do not know if it is possible, but sometimes i see error notices like this:
Notice: wp_tiny_mce is deprecated since version 3.3! Use wp_editor() instead. in /var/www/vhosts/money.cz/httpdocs/wp-includes/functions.php on line 3467
The problem is, that that 3467 line is just the error notice function, not the line with that wp_tiny_mce function, so i have to go through all plugins etc.
When i google it, i see, that a lot of people got problems with this as they are searching for this notice. If it could report the original line, function it was running, plugin, hook or anything more helpfull, it would be great
Change History (3)
#1
@
13 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
There's a plugin for that.
http://wordpress.org/extend/plugins/log-deprecated-notices/
Related: #18453