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

geoff_eagles’s picture

Try using clean URL's that should cure the problem. Filesize for users is adjustable on the config screen

blue-mango’s picture

Status: Active » Closed (fixed)

Yep, 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!