Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • marigny Friend
    #134528

    Hi

    I´ve made the quickstart installation. If I want to login with admin ther is the following error:

    Fatal error: Call to undefined function: stripos() in /homepages/10/d190417596/htdocs/roulette/libraries/joomla/environment/uri.php on line 675

    You can see it here: http://roulette-forum.eu/index.php

    What can I do?

    Best regards

    Marigny

    d1rty Friend
    #275904

    you need to edit the file php50x.php, the path will be something like this …….. /libraries/joomla/utilities/compat/php50x.php …….. open the file and copy and paste this code at the end of the file and save.

    if (!function_exists( ‘stripos’ )) {
    function stripos( $haystack, $needle, $offset = 0 ) {
    return strpos( strtolower( $haystack ), strtolower( $needle ), $offset );
    }
    }

    marigny Friend
    #275916

    Thank you d1 rty for your great help.

    It works!! :D:cool:

    d1rty Friend
    #276008

    your welcome m8.

    Sherlock Friend
    #276143

    Ok
    I will mark this topic is solved

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

This topic contains 5 replies, has 3 voices, and was last updated by  Sherlock 15 years, 11 months ago.

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