Hi, see:
http://joomlacode.org/gf/project/phocag ... ge_id=3942
(but for now, there is some problem on joomlacode.org, so 404 is displayed while donwloading, I hope it will be fixed soon)
The problem with the error is, there were no changes in this area between 2.5.0 and 2.5.2
CODE 2.5.0 (line 22):
function getTitleFromFile(&$filename, $displayExt = 0) {
$filename = str_replace('//', '/', $filename);
CODE 2.5.2 (line 22):
function getTitleFromFile(&$filename, $displayExt = 0) {
$filename = str_replace('//', '/', $filename);
So I need more information. This code was not changed, please let me know if you have changed some other code, e.g. upgraded the Joomla!, or PHP, or etc.
Let me know by which action this error occurs (which view, after which action)
Thank you, Jan