Hi,
If my post is not on the right place, please tell me.
My local installation gave me a warning:
Message:
mb_strpos() [function.mb-strpos]: Empty delimiter
File: ow_core/request.php
Line:
110
Line 104 made a test with a "===" instead of a "==".
As my installation is on a subdomain, the $urlArray['path'] is "/" and removeFirstAndLastSlashes() returned false so the program ran to line 110 with a $originalPath that is false and strpos does not like it. Remove a "=" on line 104 make this test go to line 106 instead and this is the correct behaviour.
I attached a patch that do the same as explained here.
Regards.
Regis.