Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: rawurlencode() Error

Ok, I lied, that actually doesn’t fix the problem.

However, what does seem to work is error supression:

$this->query_string .= $wpvar . ‘=’ . @rawurlencode($this->query_vars[$wpvar]);

Just throw an @ sign in front of the offending rawurlencode function and it seems to clean things up.

Skip to toolbar