314parley / kfm

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

Warning: Invalid CRT parameters detected #83

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open KFM
2. click on foldet witch is not empty

What is the expected output? What do you see instead?
expected: list of files
instead: hang with load icon

What version of the product are you using? On what operating system?
KFM 1.4.7 
PHP 5.3 
OS WIN&

Please provide any additional information below.

solution:

change 
$kfm->defaultSetting('time_format', '%T'); 
to 
$kfm->defaultSetting('time_format', '%X');

Original issue reported on code.google.com by dzari...@gmail.com on 29 Jun 2011 at 3:37

GoogleCodeExporter commented 8 years ago
Hi, i can see the same error.
I will fix it on next week.

Original comment by nilsfeld@gmail.com on 6 Jul 2011 at 2:40