Closed GoogleCodeExporter closed 9 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
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
Original comment by grus...@gmail.com
on 3 Nov 2008 at 6:43
Original comment by grus...@gmail.com
on 29 Jan 2009 at 6:29
Original issue reported on code.google.com by
mediatwe...@gmail.com
on 24 Oct 2008 at 3:40