-
AuthorPosts
-
June 26, 2008 at 5:32 pm #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 FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
June 26, 2008 at 5:35 pm #256462Hmmmm, for 1.5 you can just use the orignal log in module that come with joomla installed? No need to install anything for that.
June 26, 2008 at 6:05 pm #256469i 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 27, 2008 at 2:44 am #256560HI
Can you send me URL and an account to test ?July 2, 2008 at 6:54 pm #257667have you found a solution or an idea how to fix the login problem?
November 14, 2008 at 10:54 am #279140I 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
November 24, 2008 at 3:36 am #280051Hi
* Add this to the end of /libraries/joomla/utilities/compat/php50x.phpif(!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 Friendjclivingstone
- Join date:
- February 2008
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
December 7, 2008 at 9:00 am #281626I 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
-
AuthorPosts
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