I got the error message in the subject after trying to view my inbox for the first time. It turns out that the pcre extensions are disabled by default. If this happens to you, open apache$common:[php]php.ini and enable the following line (remove the semicolon):
extension=php_pcre.exe
I'm rather surprised no one else has run into this. Every extension is disabled by default.