Author |
Message |
Tizwit
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/4423295f413441f033659.gif)
Joined: Aug 29, 2004
Posts: 324
Location: New Mexico
|
Posted:
Tue Aug 01, 2006 11:29 am |
|
I have run into a problem on my Advanced download block. I am not sure when it started to do this but when you click on the download in the block you get a "can't find this page" error.
Any suggestions would be appreciated:
http://nursing.4support.org/ |
_________________ Brian
www.4Support.org
Helping the Children in the NM Children's Hospital |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
Sells PC To Pay For Divorce
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined:
Posts: 5661
|
Posted:
Tue Aug 01, 2006 1:10 pm |
|
huh...are you using mod rewrite?
anything googletapped?
cause it shows html urls and thats the only thing on your site.... ![Confused](modules/Forums/images/smiles/icon_confused.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
Site Admin
![](modules/Forums/images/avatars/125904890252d880f79f312.png)
Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Tue Aug 01, 2006 1:53 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 01, 2006 1:56 pm |
|
Ah , yes, sorry I forgot you said 'block'.
I agree with Hitwalker, it seems your dowloads block is 'tapped' in some way but I couldnt find anything else on the site that was. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Tizwit
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 01, 2006 2:21 pm |
|
hitwalker wrote: | huh...are you using mod rewrite?
anything googletapped?
cause it shows html urls and thats the only thing on your site.... |
Not sure I am using Ravens Nukephp kit and the the Advanced Download block/Mod
Not any mod rewrite or googletapped that I know of |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 01, 2006 2:24 pm |
|
it worked normaly?
I mean before....?
No googletapped code in the block? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Tizwit
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 01, 2006 2:32 pm |
|
As far as I remember it worked fine. A member informed me of the error so I am not sure when it started. I am not sure if there is any googletapped code in the block its the standard Advanced Download block I got from here. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 01, 2006 2:44 pm |
|
well i think your mistaken cause this could have never worked..
cause it has tapped urls....
sample..
Code: <a title=\"$title2\" href=\"downloadview-details-$row[lid]-$transfertitle.html
|
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Tizwit
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 01, 2006 2:53 pm |
|
any way to stop it or correct it? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 01, 2006 3:02 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Tizwit
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 01, 2006 3:15 pm |
|
You don't have permission to access /tizz.txt on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 01, 2006 4:05 pm |
|
lol...new mexico?
lol....sorry thats banned....
just pm me your email and ill mail it... |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Tizwit
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 01, 2006 4:18 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
anjay
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jan 04, 2010
Posts: 1
|
Posted:
Mon Jan 11, 2010 8:18 am |
|
You guys have to edit the PHP block file
here is the solution:
In line 114 Find:
Code:<a title=\"$title2\" href=\"downloadview-details-$row[lid]-$transfertitle.html\
|
change it to this:
Code:<a title=\"$title2\" href=\"modules.php?name=Downloads&op=getit&lid=$row[lid]\
|
Again in line 127 Find:
Code:<a title=\"$title2\" href=\"downloadview-details-$row[lid]-$transfertitle.html\
|
change it to this:
Code:<a title=\"$title2\" href=\"modules.php?name=Downloads&op=getit&lid=$row[lid]\
|
have fun !!! ![Smile](modules/Forums/images/smiles/icon_smile.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Jan 11, 2010 10:59 am |
|
I think this was resolved about 5 years ago when the thread was started ![Smile](modules/Forums/images/smiles/icon_smile.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|