print_r() debug messages break pages with query args
-
@donncha all of the debug calls to
print_r()
break page requests with query args. You’ll need to rethink what you’ve done there.I’ve patched my local copy to work by replacing
print_r()
withserialize()
, e.g. see this private commit. Not sure what your preference is, so have not submitted a PR.See the PHP manual for why this breaks.
cheers,
Ross
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘print_r() debug messages break pages with query args’ is closed to new replies.