I've had similar problems a few times before, but back then I just restored from backup and it worked again.
This time when I restore these tables, or even the whole database to any backup that was working perfectly before: Ubercart keeps refusing file downloads and when editing nodes and their features ubercart will completely wipe out the tables that I mentioned in the title.
I heard of this problem this afternoon when clients started emailing me they keep getting this message when trying to download:
"The following URL is not a valid download link. Please contact the site administrator if this message has been received in error."
The problems are 99% sure caused by what I did yesterday night:
1. Update a file download file in the secure files folder ( /tmp/securefiles/myfolder)
2. Change permissions back to 444 by doing "chmod -R 444 myfolder"
Normally after I update file downloads I do "chmod 444 *" when in the myfolder path. This time I recursively set the permissions on the folder itself, thus also affecting all files inside the folder.
I dont know why I think I abadoned my routine and changed permissions on the folder instead of the files but it seems this really upset the system. Any idea why??


