Hi,
did you find the cause for this?
I'm experiencing the same exact problem on J1.5.14
PHP Fatal error: Unknown function: () in /***/***/libraries/joomla/environment/uri.php on line 324
the line is
if(isset ($_parts['query'])) parse_str($_parts['query'], $this->_vars);
but the php error log does not complain about parse_str function, it seems to be looking for a function with no name.
Anyway,
the effect is a blank page instead of the frontpage, sometimes even the backend gets blank.
I've tried with all possible combinations of skipped components in joomsef configuration, and with joomsef itself disabled, as well as native sef disabled, but the problem occurs every now and then, quite randomly.
The only thing I can do to restore the site is gracefully reloading apache, some times this is not enough, and I have to restart the server.
This makes me think that probably it's not a joomsef problem, maybe not even a joomla problem, but something related to the caching system. Sorry to post this problem here, but this is the only place I found it is mentioned.
Thank you,
Alfredo Tripicchio