just testing a php community software. During installed it errored like that. I found in the install php the following code:
if (in_array('strict_trans_tables', $results)) {
some code here to display an error message that
}
I put a // to comment those three lines out.