icecoder/ICEcoder

filemtime fallback

Closed this issue · 2 comments

Using on some systems such as XAMPP on Windows can result in PHP warnings where filemtime is used, eg lines 62 and 135 of classes/Settings/php.

Search for all occurrences and ensure we have the $filemtime = !isset($ftpSite) && "Windows" !== $serverType && file_exists($file) ? filemtime($file) : "1000000"; type of fallback:
https://github.com/icecoder/ICEcoder/search?q=filemtime

Worth noting comments her in now closed issue:
#692 (comment)

We have far more consistent logic here now and so hopefully problem free. No one has reported issues on this since v8 so closing.