Michele

Results 1 comments of Michele

I fixed it by editing the lib/SQL-Storage-Boxx-0,sql file. You need to change the lines: 142 - `p_date` date NOT NULL DEFAULT current_timestamp() into `p_date` datetime NOT NULL DEFAULT current_timestamp() and...