Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • legrand18 Friend
    #135245

    Hi, Super the template. I
    have a problem in identifying it comes to a blank screen and nothing more.
    my Joomla is 1.5.7, action: logging
    I’m not the module Ja_login in Quickstart pakage is normal?

    thank’s

    Sherlock Friend
    #278767

    Because of a change made to improve security, login with redirection will not work for PHP 4 sites. This may also impact other areas where there is redirection, specifically polls and mailto.

    To fix this:

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

    * OR – Upgrade to PHP 5. PHP 4 end of life was August 8, 2008. There will not be any more PHP 4 releases, even for security. (Switching PHP versions may cause problems with some 3rd Party Plugins – be sure to test thoroughly).

    legrand18 Friend
    #278821

    Thank you for your reply, I have migrated to PHP5 and that is ok.
    I will test the other party as you advise me.

    cdt

    legrand18 Friend
    #278822

    It’s ok

    Thank’s

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

This topic contains 4 replies, has 2 voices, and was last updated by  legrand18 16 years ago.

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