admin
Karma: 101
|
Re:date error - 2005/07/20 19:07
Sorry you have found a problem with dates. I'm afraid there is an area of work for me there. The difficulty is that Remository 3.20 has attempted to use the MySQL feature of timestamps, which should be more or less automatic. However, the implementation of timestamps is different between versions of MySQL, and although I included some checks on the version number, it looks as if it is still not working in all circumstances.
I will rework the whole of the submit date logic over the next few days, and hope to have a better version by the end of the week.
While you are testing, it is useful to see all warnings as they give a clue to errors. But if you want to look better, you could change line 18 of remository.php by commenting it out. Insert // at the beginning of the line to get the default level of error reporting rather than forcing the highest level. You might also need to change your own PHP config options a bit. It is risky showing warnings in live operation as quite a few Mambo modules/components generate them. I try to completely eliminate them from Remository and do all my own testing with the highest level of error reporting.
Martin Brampton aka Counterpoint http://aliro.org http://black-sheep-research.com |