Forums | Mahara Community
Support
/
captcha, some images + sessions are not working
17 March 2009, 16:06
Hi
I have an undefinable problem with some images (also the captcha image), which are not shown anymore:
http://www.tourismtalents.org/contact.php
One more: When I'm logged in, I get the chop all the time ;-( ... and I'm asked by the system to log-in again ... and again ... and again ...
Also the language settings (adjusted by the user in the pull-down-menu in the header) are disapearing now all the time.
And sometimes also the following message occurs:
ERROR - something bad happened after headers have been sent. Check the error log for more information.
In the captcha.php it says for instance:
$SESSION->set($name, $captcha);
header('Content-type: image/png');
imagepng($img);
Is there a connection between captcha and sessions?
Do you have an idea which problems I have to solve?
Thanks a lot!
18 March 2009, 4:00
Hi guys! I have found the problem, there have been some false spaces in the mahara.php, which I have changed for another mather (I wanted you change the email-senders-name from "Mahara System" to my own name). So long, Dietmar