Project:Email Download
Version:5.x-1.0
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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.

Comments

#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

Status:active» fixed

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

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here