Hello,
I am in the process of attempting to perform a upgrade from 1.3.8a to 1.3.9f. I have followed the tutorial to the point where I am telling zc_install to do the update to the 1.3.8a DB.
I created the 1.3.8a install "raw", ran zc_install on the maually created DB, restored a copy of my production DB to this new DB, copied my modified config.php with new DB info to the "demo", and all was good (aside from the writable and zc_install notes).. so I copied /zc_install (v1.3.9f) to / of my "demo" and ran it.. and the following error is what I get:
Insight anyone?
1253 COLLATION 'latin1_general_ci' is not valid for CHARACTER SET 'utf8'
in:
[CREATE TABLE zen_counter_history_clean as SELECT * FROM zen_counter_history WHERE 1 GROUP BY startdate COLLATE latin1_general_ci;]



Please help!!

