Opened 11 years ago
Last modified 7 years ago
#34934 new defect (bug)
Suppress preg_match() and urldecode() errors in WP::parse_request().
| Reported by: | entreosos | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Query | Version: | 4.4 |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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?