This topic is locked
[SOLVED]

 Cannot modify header information

3/7/2011 10:37:12 AM
PHPRunner General questions
B
btman author

Hi,

After trying to reduce the number of years to select from in the Datepicker by amending Commonfunctions.php as was suggested in a topic of 2008, I get an error when I login in the login screen: .

It also says: [color="#FF0000"] Query: select TableName,AccessMask from gitp_ugrights where GroupID in (-3)
I changed the amended value in the php to the old value, but the error is still there and it won't let me log in..
The error indicates an error line and on that line there is header informarion:
header("Cache-Control: no-cache, no-store, max-age=0, must-revalidate");
header("Pragma: no-cache");
header("Expires: Fri, 01 Jan 1990 00:00:00 GMT");
It seems to me that the expires line is incorrect, but I might be wrong, anyway this is not what I had previously changed.
Is there a way to repair the php?
Hope you're able to help me on the road again.
Thanks

B
btman author 3/7/2011



Hi,

After trying to reduce the number of years to select from in the Datepicker by amending Commonfunctions.php as was suggested in a topic of 2008, I get an error when I login in the login screen: .

It also says: [color="#FF0000"] Query: select TableName,AccessMask from gitp_ugrights where GroupID in (-3)
I changed the amended value in the php to the old value, but the error is still there and it won't let me log in..
The error indicates an error line and on that line there is header informarion:
header("Cache-Control: no-cache, no-store, max-age=0, must-revalidate");
header("Pragma: no-cache");
header("Expires: Fri, 01 Jan 1990 00:00:00 GMT");
It seems to me that the expires line is incorrect, but I might be wrong, anyway this is not what I had previously changed.
Is there a way to repair the php?
Hope you're able to help me on the road again.
Thanks


My solution was to upload all files, overwriting the existing files on the server.