28
I've got myDownloads installed, and I just installed the WF-Downloads module to have a play with it and this is what happened when I ran the wfdupdate.php script:
* The contents of myDownloads disappeared entirely. Its empty.
* The category structure from myDownloads jumped across to WF-Downloads. However the content did not (descriptions etc).
I'm sort of suprised about this - I thought that the update script would not update myDownloads, ie. that it wasn't related and wouldn't touch it. However, looking at the install screen it seems that the script renamed some of the myDownloads tables:
Quote:
Success: Table mydownloads_broken was renamed to wfdownloads_broken Successfully
Success: Table mydownloads_cat was renamed to wfdownloads_cat Successfully
Success: Table mydownloads_downloads was renamed to wfdownloads_downloads Successfully
Success: Table mydownloads_mod was renamed to wfdownloads_mod Successfully
Success: Table mydownloads_votedata was renamed to wfdownloads_votedata Successfully
myDownloads is now non-functional - it can't query the database because the tables are gone. I was pretty suprised by this...are you
sure that my Downloads and WF-Downloads can coexist peacefully ? Or have I made a mistake somewhere ?
It also tried (and failed) to rename a couple of other myDownloads tables - is this unexpected / something to worry about ? And if so, how can I fix it

Quote:
Error: Could not rename table mydownloads_indexpage to table wfdownloads_indexpage!
Error: Could not rename table mydownloads_reviews to table wfdownloads_reviews!
I followed the install process in the install.txt file so I'm not sure where I could have gone wrong. Since I didn't have an older version of WF-Downloads installed, I am wondering if I should have run the 'update' script or not.
Anyway, it all happened on my testing range and I made a backup beforehand so its no big deal. I took a screenshot of the install screen (where it lists all the tables etc) if anyone wants it / if it will help diagnose the problem.
Many thanks
PS: Having poked around for a bit, this module looks VERY cool