Author |
Message |
Tizwit
Involved


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 |
|
|
 |
hitwalker
Sells PC To Pay For Divorce

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....  |
|
|
|
 |
Guardian2003
Site Admin

Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Tue Aug 01, 2006 1:53 pm |
|
|
|
 |
Guardian2003

|
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. |
|
|
|
 |
Tizwit

|
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 |
|
|
|
 |
hitwalker

|
Posted:
Tue Aug 01, 2006 2:24 pm |
|
it worked normaly?
I mean before....?
No googletapped code in the block? |
|
|
|
 |
Tizwit

|
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. |
|
|
|
 |
hitwalker

|
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
|
|
|
|
|
 |
Tizwit

|
Posted:
Tue Aug 01, 2006 2:53 pm |
|
any way to stop it or correct it? |
|
|
|
 |
hitwalker

|
Posted:
Tue Aug 01, 2006 3:02 pm |
|
|
|
 |
Tizwit

|
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. |
|
|
|
 |
hitwalker

|
Posted:
Tue Aug 01, 2006 4:05 pm |
|
lol...new mexico?
lol....sorry thats banned....
just pm me your email and ill mail it... |
|
|
|
 |
Tizwit

|
Posted:
Tue Aug 01, 2006 4:18 pm |
|
|
|
 |
anjay
New Member


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 !!!  |
|
|
|
 |
Guardian2003

|
Posted:
Mon Jan 11, 2010 10:59 am |
|
I think this was resolved about 5 years ago when the thread was started  |
|
|
|
 |
|