goldsky / FileDownload-R

FileDownload snippet for MODX revolution
12 stars 7 forks source link

Can't download, just redirects to page #25

Closed Lickwid closed 8 years ago

Lickwid commented 11 years ago

When I click on a download link that FileDownload-R generated, it just redirects back to the page that called the page to generate the list of files to download...It used to work before, and I haven't changed anything.

Tried reinstalling, only "error" i get is: Could not load package metadata for package filedownload.

But it still installs.

goldsky commented 11 years ago

any server's error?

Tried reinstalling, only "error" i get is: Could not load package metadata for package filedownload

This one is related with modx's server

Lickwid commented 11 years ago

I can't find anything, where would i check?

The modx error.log file only has: [2013-08-27 10:30:10](ERROR @ /connectors/workspace/packages-rest.php) Could not connect to provider at: http://rest.modx.com/extras/ [2013-08-27 10:30:10](ERROR @ /connectors/workspace/packages-rest.php) Could not connect to provider at: http://rest.modx.com/extras/ [2013-08-27 10:30:14](ERROR @ /connectors/workspace/packages.php) Could not connect to provider at: http://rest.modx.com/extras/

Which doesn't look like it's related.

Thaine On 8/28/2013 4:10 AM, rico wrote:

any server's error?

Tried reinstalling, only "error" i get is: Could not load package
metadata for package filedownload

This one is related with modx's server

— Reply to this email directly or view it on GitHub https://github.com/goldsky/FileDownload-R/issues/25#issuecomment-23400756.

goldsky commented 11 years ago

just browse your server, search for "error_log" file. probably under /home/ [your_account] /log/error_log or /public_html/error_log

On Thu, Aug 29, 2013 at 1:58 AM, Lickwid notifications@github.com wrote:

I can't find anything, where would i check?

The modx error.log file only has: [2013-08-27 10:30:10](ERROR @ /connectors/workspace/packages-rest.php) Could not connect to provider at: http://rest.modx.com/extras/ [2013-08-27 10:30:10](ERROR @ /connectors/workspace/packages-rest.php) Could not connect to provider at: http://rest.modx.com/extras/ [2013-08-27 10:30:14](ERROR @ /connectors/workspace/packages.php) Could not connect to provider at: http://rest.modx.com/extras/

Which doesn't look like it's related.

Thaine On 8/28/2013 4:10 AM, rico wrote:

any server's error?

Tried reinstalling, only "error" i get is: Could not load package metadata for package filedownload

This one is related with modx's server

— Reply to this email directly or view it on GitHub < https://github.com/goldsky/FileDownload-R/issues/25#issuecomment-23400756 .

— Reply to this email directly or view it on GitHubhttps://github.com/goldsky/FileDownload-R/issues/25#issuecomment-23438766 .

Lickwid commented 11 years ago

Only thing i get is: [error] [client 76.26.158.211] Directory index forbidden by Options directive: /home/deepfin/domains/fishtreegrow.deepfin.org/public_html/assets/components/filedownloadr/img/filetypes/

Does filedownloadr require +Indexes?

On 8/28/2013 11:17 PM, rico wrote:

just browse your server, search for "error_log" file. probably under /home/ [your_account] /log/error_log or /public_html/error_log

On Thu, Aug 29, 2013 at 1:58 AM, Lickwid notifications@github.com wrote:

I can't find anything, where would i check?

The modx error.log file only has: [2013-08-27 10:30:10](ERROR @ /connectors/workspace/packages-rest.php) Could not connect to provider at: http://rest.modx.com/extras/ [2013-08-27 10:30:10](ERROR @ /connectors/workspace/packages-rest.php) Could not connect to provider at: http://rest.modx.com/extras/ [2013-08-27 10:30:14](ERROR @ /connectors/workspace/packages.php) Could not connect to provider at: http://rest.modx.com/extras/

Which doesn't look like it's related.

Thaine On 8/28/2013 4:10 AM, rico wrote:

any server's error?

Tried reinstalling, only "error" i get is: Could not load package metadata for package filedownload

This one is related with modx's server

— Reply to this email directly or view it on GitHub <

https://github.com/goldsky/FileDownload-R/issues/25#issuecomment-23400756

.

— Reply to this email directly or view it on GitHubhttps://github.com/goldsky/FileDownload-R/issues/25#issuecomment-23438766 .

— Reply to this email directly or view it on GitHub https://github.com/goldsky/FileDownload-R/issues/25#issuecomment-23466023.

goldsky commented 11 years ago

have you solved this?

goldsky commented 11 years ago

fixed https://github.com/goldsky/FileDownload-R/commit/396f43cf2b2b780a4dd0c0f1dde2e3aa97764336

Lickwid commented 11 years ago

I downloaded the code from the repo and updated all the files, however it still just does the same thing. Is there a certain install procedure i should follow?

goldsky commented 11 years ago

check your folder permission. usually it should be 755

enminc commented 10 years ago

I have this issue but only in FF. Safari , IE and Chrome all work fine. So file permissions do not seem like they would be the issue