Upon installation the setup goes past db installastion, but fails on authentication.
When checking the MySql tables the only present is ffield_group.
ffield_poi has and error with
evil_reported timestamp DEFAULT NULL,
changing this to
evil_reported timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
and the problem is fixed
Upon installation the setup goes past db installastion, but fails on authentication.
When checking the MySql tables the only present is ffield_group.
ffield_poi has and error with
evil_reported timestamp DEFAULT NULL,
changing this to
evil_reported timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
and the problem is fixed