Bug 404 error on deleting file ext in admincp

Status
Not open for further replies.

McGeek

Customer
I'm trying to delete an extension type, and I keep getting a 404 error. I think I have figured out what the problem is, I just don't know where to change it.
On the "Confirm Action" window when you hit yes it takes you too "downloads.php?do=killextension" and not "vbdownloads.php?do=killextension"
 
fixed it
File:
dbtech/downloads/actions/admin/removeextension.php

Error:
Code:
print_confirmation($vbphrase['dbtech_downloads_extension_delete_confirmation'],[B][I] 'downloads'[/I][/B], 'killextension', array('extensionid' => $extid));

change to

print_confirmation($vbphrase['dbtech_downloads_extension_delete_confirmation'],[I][B] 'vbdownloads'[/B][/I], 'killextension', array('extensionid' => $extid));
 
Ha I was just going to post that, as a file, David will have to update the download files to show the correct path.
 
Status
Not open for further replies.

Legacy vBDownloads

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,716
Customer rating
0.00 star(s) 0 ratings
Back
Top