I am trying to install EE on a Windows 2003 Server (IIS 6.0, PHP 4, MySQL 5).
I was able to use forum suggestions and Google to get the Wizard to show both required items as supported. Then I kept getting errors saying that I don’t have INSERT permissions. I checked to see that we have PHP and MySQL set up properly—we do. I turned off strict mode. Now I keep getting alternating errors in the Wizard’s MySQL check of:
“Your MySQL user does not have INSERT permissions - MySQL error:Incorrect integer value: ‘’ for column ‘ee_id’ at row 1”
... or ...
“PHP has encountered an Access Violation at XXXXXXX”
I’ve searched everywhere for some sort of solution, but the only thing I can find is to disable strict mode in MySQL, and I have already done that:
# Set the SQL mode to strict
#sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
sql-mode = "NO_AUTO_CREATE_USER, NO_ENGINE_SUBSTITUTION"Any suggestions?