Unable to get downloaded data
crazyguru - May 22, 2009 - 11:28
| Project: | Email Download |
| Version: | 5.x-1.0 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I am unable to get downloaded data like email, last downloaded, file and count. I am doubt full if i have configured everything correctly. Why dont you place a readme guide to aid to install this module? I hope that will be helpful.

#1
I have found the solution for the bug in this module. Actually in module file, i found this line
INSERT INTO {email_download_download}
(eid, did, updated_at, count, file)
But the fact is "file" column is not created in the database table "email_download_download". Its strange that i see all other column have been created.
When i manually created the "file" column in database, i started getting all downloaded data like email, last downloaded, file and count.
Now i get data perfectly stored. Hope it will useful to others.
#2
This should be fixed in the latest D5 release (should be on d.o soon). Unfortunately I couldn't get the update function to properly work so you'll need to uninstall and re-install the tables (or just manually run the alter command to add the file column as you did).
#3
Automatically closed -- issue fixed for 2 weeks with no activity.