1
For some reason MyDownloads decided to stop working.
I started to get 1016 (no URL) errors even when I had URLs in there. I went into the code and took out the check for the URL and homepage
(here is what I removed)
if ($url=="") {
$eh->show("1016");
}
// Check if HomePage exist
if ($HTTP_POST_VARS["homepage"]=="") {
$eh->show("1017");
It now seems to go through but the file is never uploaded. When I click on the link for the file from the list it simply throws me back into MyDownloads.
Thoughts/Ideas?
TIA!