Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • steffen_07 Friend
    #130191

    Hello,

    me again :-).

    The login doesn´t work with joomla 1.5 native mode.

    if i try to login i get a white page. the login works fine in legacy mode.

    i tried a clean installation and the quicksart package. both doesn´t work.

    Thanks for help

    i have installed joomla on a local network so i can´t post a link. maybe i will upload the site to a web server so that you can have a live view.

    Menalto Friend
    #256462

    Hmmmm, for 1.5 you can just use the orignal log in module that come with joomla installed? No need to install anything for that.

    steffen_07 Friend
    #256469

    i use the original login module.

    i have no login problems if i use the standart template. this problem appears only with the avian template. i don´t know why it happens in native mode only.

    there is no different between a clean and the quickstart installation.

    i will go on to find the problem.

    thx

    edit: the login in native mode works with 3th party login modules (yoologin, signal login) but not with the original one.

    Sherlock Friend
    #256560

    HI
    Can you send me URL and an account to test ?

    steffen_07 Friend
    #257667

    have you found a solution or an idea how to fix the login problem?

    hexagon Friend
    #279140

    I also get a problem with the quickstart login:

    Fatal error: Call to undefined function: stripos() in /share/storage/02/ja/jamespaul/joomla/libraries/joomla/environment/uri.php on line 675

    Sherlock Friend
    #280051

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

    * 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).

    * OR – Ignore until Joomla! 1.5.8 since the Article is saved correctly. However, if you are having problems with user logins this will not be appropriate.

    jclivingstone Friend
    #281626

    I also get the same problem and I’m running 1.58 with PHP 5

    Call to undefined function: stripos() in /share/storage/02/ja/jamespaul/joomla/libraries/joomla/environment/uri.php on line 675

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

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

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