Okay got them working. The problem was with autobackup it seems. I reset the last backup timestamp to 0 in the database. For those having trouble also, execute the following SQL query:
Code: Select all
UPDATE phpbb3_config SET config_value='0' WHERE config_name='auto_backup_last_gc'
change "phpbb3_" to your table prefix.
Once you've executed go to autobackup settings and change the next backup date again to some point in the future.