1
Gestione e-commerce / Re: Fatal Error dopo login utente
« il: 22 Set 2008, 10:46:59 »
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

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
