Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mrdone Friend
    #135420

    When i login using front-end it show this error

    <blockquote>Fatal error: Call to undefined function: stripos() in C:Apache GroupApache2htdocsXXXxlibrariesjoomlaenvironmenturi.php on line 675</blockquote>

    how to fix it?

    Anonymous Moderator
    #279375

    Hi mrdone,

    you are possible resolutions:

    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 Anonymous 15 years, 12 months ago.

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