Hello Luca.
I just looked at the code for v2.13 I haven't worked with it for almost ½ year, so didn't remember much.
I've fixed some bugs, which might affect you, I recommend that you download the recent version (also the menu) from the previous mentioned address.
after installing you might need to do a quick fix in your db
- Code: Select all
UPDATE <prefix>config SET value = 2.02 WHERE config = 'tms_backup_version';
change <prefix> accordingly to your installation i.e
- Code: Select all
UPDATE sit_config SET value = 2.02 WHERE config = 'tms_backup_version';
then go to SiT -> Control Panel -> Configure -> Plugins -> tms_backup
and save your settings, looking in the DB in sit_config, tms_backup_version should now be 2.14
there should also now be a new row called "tms_backup_running" with value = 0
cheers