Opened 9 years ago
Last modified 5 years ago
#34934 new defect (bug)
Suppress preg_match() and urldecode() errors in WP::parse_request().
Reported by: | entreosos | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.4 |
Component: | Query | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description (last modified by )
Error en la fila class-wp.php
207 - 208
Aqui lo arregle asi
if ( @preg_match("#^$match#", $request_match, $matches) || @preg_match("#^$match#", @urldecode($request_match), $matches) ) {
Change History (5)
Note: See
TracTickets for help on using
tickets.
Hi @entreosos, welcome to Trac!
To clarify, the suggestion is to silence
preg_match()
andurldecode()
inWP::parse_request()
.Could you please describe the actual issue you're having and provide the steps to reproduce it on a clean install?
Does it still happen with all plugins disabled and a default theme (Twenty Sixteen or Twenty Fifteen) activated?
Does it happen in earlier versions?