:clap:
I appear to have solved the problem, thus:-
1 . Using my test database I dropped all the tables, and cleared it for a fresh start on solving this issue.
2 . I copied then edited the copy of the .sql file from the master store database - the export file. Edited using simple text editor, not word processor. And saved back in simple text format as a .sql file.
3 . In this editing I replaced any references made to any character set other than "latin1_general_ci".
4 . Saved this edited sql file under new name.
5 . Used this new, edited .sql file as the import source for the new database.
6 . During the import I carefully selected the "latin1" character set for the process (at least I think that's what that button meant!), because the service provider defaults to "utf8".
7 . Returned to zc_install/includes/installer_params.php and edited out the "utf8" and restored the "latin1".
8 . Returned through browser to begin installation again.
9 . After a little hiccup or two (had to make configure.php file writable), and carefully going through the steps to upgrade - everything went smoothly.
Conclusion
So far, so good.
Back into the Admin section.
No RED WARNING MESSAGES.
No other alerts that I can see on a preliminary glance.
Will now have to check that all the products, etc., etc., are back in place, to reinstall the payment and shipping modules, add others and see what happens.
I'm sure if something goes wrong you'll be hearing from me again, but on this issue - SOLVED IT!
:smartalec: