Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • newliteracies Friend
    #134635

    After login but return a blank page. What is the problem??

    Sherlock Friend
    #276404

    Hi
    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);
    }
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 16 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum