mi son fatta coraggio
e ho usato questa soluzione:
put this code in bottom of file: joomla-1.5/libraries/joomla/utilities/compat/php50x.php
if(!function_exists('stripos')) {
function stripos($haystack, $needle, $offset = 0) {
return strpos(strtolower($haystack), strtolower($needle), $offset);
}
}
inserendola dopo la prima riga e sembra funzionare