Closed (fixed)
Project:
DataBase File Manager
Version:
5.x-3.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2008 at 07:34 UTC
Updated:
11 Aug 2008 at 02:30 UTC
Whenever I clicked on upload or search, I would get a pop-up displaying the same page as my server default (ie localhost) as the page it wasn't looking for wasn't able to be found. I looked in dbfm.js and changed all the references from '/dbfm_uploadit' to '/?q=dbfm_uploadit' and that seemed to do the trick. I can't figure out how to fix the link to 'upload another file' on the page you get after you upload a file or after you try to upload a file, but there was an error (ie file size was too big).
Comments
Comment #1
geoff_eagles commentedTry using clean URL's that should cure the problem. Filesize for users is adjustable on the config screen
Comment #2
blue-mango commentedYep, using clean urls fixed everything.
(About the filesize - I wasn't having an issue with not knowing how to change the default max file size, I was just saying that I didn't know how to manually fix the link to upload another file that appeared on the error page you get when you try to upload an over-sized file)
Thanks!