Home View all blogs
2008.11.11 16:38:45
dvillavabc

After a user activates their user id the page is blank

Try the following

  • Add this to the end of /libraries/joomla/utilities/compat/php50x.php
if (!function_exists( 'stripos' ))
 { 
    function stripos( $haystack, $needle, $offset = 0 ) 
{
         return strpos( strtolower( $haystack ), strtolower( $needle ), $offset );     } 
}
 

  Joomla user screen is blank after a
Comments 0Hits: 1875