This question may be related to a resolved thread.
I’m trying to upgrade a site from 2.3.1 to 2.4 and I am getting the same issue:
A Database Error Occurred
Error Number: 1054
Unknown column ‘wm_x_offset’ in ‘exp_file_watermarks’
ALTER TABLE `exp_file_watermarks` CHANGE `wm_x_offset` `wm_hor_offset` int
Filename: updates/ud_240.php
Line Number: 83
« Back
I have tried deleting the database and then creating a new one and importing as per the other thread,
Have tried changing the table type from InnoDB to MySamm,
any other ways ideas so i can upgrade?
thanks for your help (in advance)
Jeff