I have a couple of sites that were upgraded from an older version, one was 3.12 and the other was 3.4,
after the upgrade which seemed to go as expected, I tried to backup the data base via the osclass admin under tools
and then restore the Same backup as I just downloaded but get this error
"There was a problem importing data to the database"
some research showed that the Engine InnoDB didnt like Primary Key and would fail
on one of the sites I tried installing a plugin but sane database error, it had the storage engine of InnoDB so I changed the struct.sql to MyISAM and the plugin installed and is working
has anybody tried to do a backup and restore after an update of osClass?