Seit dem Update zur Version 2.5.10 trat im Backend (z.B. bei der Joomgallery - FTP Upload) folgender Fehler auf:
Behebung:
Änderung an der Datei libraries/joomla/filesystem/path.php
Zeile 202 - 205 auskommentieren //
// if (!is_string($path))
// {
// throw new UnexpectedValueException('JPath::clean: $path is not a string.');
// }
Problem behoben!