kupala / joomla15captcha

Automatically exported from code.google.com/p/joomla15captcha
0 stars 0 forks source link

Blank Page after User Login #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Just trying to log in through front end causes user to get blank page
2.
3.

What is the expected output? What do you see instead?
Captcha is working ok on Contact Page, Registration Page and admin login

What version of the product are you using? On what operating system?
latest version and Joomla 1.5.7 and php4

Please provide any additional information below.

Original issue reported on code.google.com by mediatwe...@gmail.com on 24 Oct 2008 at 3:40

GoogleCodeExporter commented 8 years ago
Have tried changing the template to one of the templates supplied with Joomla 
i.e.
Beez or Purity and still when logging in I get a blank page...Need advice/help
urgently please or instructions on how to remove Captcha.

Original comment by mediatwe...@gmail.com on 24 Oct 2008 at 5:13

GoogleCodeExporter commented 8 years ago
Fixed the issue - seems its not to do with Captcha but the update to Joomla 
1.5.6 to
1.5.7...

Resolved like this if your running PHP4.x:

I got it working by following this 

If you have a PHP 4 site we urge you to update to php 5. If for some reason you
can't, 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);
}
}

Original comment by mediatwe...@gmail.com on 24 Oct 2008 at 5:46

GoogleCodeExporter commented 8 years ago

Original comment by grus...@gmail.com on 3 Nov 2008 at 6:43

GoogleCodeExporter commented 8 years ago

Original comment by grus...@gmail.com on 29 Jan 2009 at 6:29