<!-- If you want your bug report * to be more difficult to process and understand * to have many unnecessary follow-up questions * to take longer to fix then necessary don’t use this issue template. If you want your bug report * to be concise and easy to understand * to not have any (or very few) follow-up questions * to take faster to fix use this issue template. Thank you. --> ### Short description of the issue Calling a non-existent path results in ``` Fatal error: Exception: Operator '&' is not supported for 'status'. (in .../wire/core/PageFinder.php line 2211) ``` This happens only in case of one single path segment - `/wrongpath/` throws exception as described above - `/wrongpath/whatever/` throws 404 as expected ### Expected behavior ProcessWire should throw 404 Exception ### Setup/Environment <!-- * Include as many relevant details about your environment setup as possible. * Hint: Using the Tracy Debugger module makes this a breeze: https://processwire.com/blog/posts/introducing-tracy-debugger/#versions-list --> * ProcessWire version: 3.0.143 * (Optional) PHP version: 7.2