RE: Daemon Run SQL datetime error
08-03-2016, 02:12 AM
(This post was last modified: 08-03-2016, 02:12 AM by NitroxydeX.)
Okay, found the problem. The insert actually is time() in panel/dryden/debug/logger.class.php:72 (https://github.com/sentora/sentora-core/...ss.php#L72) which returns the unix timestamp and is not accepted (or it is but always returns false) by mysql. Changed it to use prefered Format: date("Y-m-d H:i:s")