314parley / kfm

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

First day access do kfm bug #80

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. First day access do kfm

What is the expected output? What do you see instead?
Empty image or non at all. Icon of image not found in IE and Chrome

The link to http://kfm.verens.com/extras/register.php? should return an empty 
image, something like:
// Output transparent gif
header('Cache-Control: no-cache');
header('Content-type: image/gif');
header('Content-length: 43');

echo
base64_decode('R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');

or just add a style="display:none" to the index.php, where register.php is 
called

Original issue reported on code.google.com by ppinto.e...@gmail.com on 15 Feb 2011 at 2:50

Attachments:

GoogleCodeExporter commented 8 years ago
Hi,
i see this problem and fix it with 'displas: none;' until kae fix the register 
problem

Original comment by nilsfeld@gmail.com on 15 Feb 2011 at 10:44

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/kfm/source/detail?r=1040

Original comment by nilsfeld@gmail.com on 15 Feb 2011 at 10:49