Hello!
I am running updownload on my site for over a year now and it's going smoothly. I just got a new user yesterday who wanted to download something and it didn't work, they got an error 403 (forbidden). I tried it on my computer at got the same problem (both computers running IE7), however in IE6 the file downloads properly. Short of removing the .htaccess in the folder, does anyone have any work arounds?
- craigh responded to »TagIt 3.0 for Zikula« 03:58 PM
- jmvaughn responded to »error when i try to upgrade to the last version of dizkus module (3.1)« 12:05 PM
- localrags responded to »Remove contents of nuke_sc_anticracker from Database« 11:30 AM
- jmvaughn responded to »Shoutit for zikula 1.3?« 09:31 AM
- mdee responded to »Different page content under one template (tpl file) based on URL« 07:17 AM
- espaan responded to »Categories disappear when editing ...« 08. Feb
- eledril responded to »How decrease zikula cpu usage« 08. Feb
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
UpDownload generates 403 Error in IE7
-
- Rank: Softmore
- Registered: Jan 29, 2005
- Last visit: Oct 21, 2009
- Posts: 269
-
- Rank: Team Member
- Registered: Jul 15, 2004
- Last visit: May 27, 2010
- Posts: 261
I have had nearly the same bug. Because of using wrong download-urls.
If you visit your site with http://www.site.com, than check your download-urls, if they have the same prefix ()
Correct:
http://www.site.com/modules/UpDownload/store_folder/file.txt
Wrong:
modules/UpDownload/store_folder/file.txt
It seems that relative urls aren't working with IE7 -
- Rank: Softmore
- Registered: Jan 29, 2005
- Last visit: Oct 21, 2009
- Posts: 269
Thanks for your reply. Stupid IE7.
The links in updownload are like this: index.php?name=UpDownload&req=getit&lid=43
I guess the module knows which file is item #43 and gets the correct file from that. So I don't know where to check if it's generating the link relatively or not. I guess I'll have to do some hunting in the code.
edited by: sae, May 07, 2007 - 09:36 PM -
- Rank: Team Member
- Registered: Jul 15, 2004
- Last visit: May 27, 2010
- Posts: 261
Just update all your downloads and add the correct prefix (http://www.domain.com/ )
Or update your mySQL-table-entries with phpMyAdmin (or similar) -
- Rank: Softmore
- Registered: Jan 29, 2005
- Last visit: Oct 21, 2009
- Posts: 269
there must be a place where I can edit the code to show the complete link instead of relative. This way I don't have to change each one individually and I don't have to worry about it everytime I add a new file to the module.
I'll give this a try tonight and get back to you. -
- Rank: Softmore
- Registered: Jan 29, 2005
- Last visit: Oct 21, 2009
- Posts: 269
I took a look at the way UpDownload creates the file download (located in the dl-util.php file about 2/3 down). When you have secure downloads "on" it does it via modifying the HTML headers, when secure downloads is "off" (set in admin settings for the module) then the downloads are done by simply linking to the file on the server. I have secure downloads "on" and I want to keep it this way. I will have to do some more research into why IE7 has some issues with this.
- Moderated by:
- Support
Users on-line
- 0 users
This list is based on users active over the last 60 minutes.
