Search results

  1. A

    Screwed up language

    I accidentally imported arabic into the default english. how do i go about fixing it? thanks
  2. A

    force file download

    thanks for the feed back. i'll tell them it's an issue with their browser
  3. A

    force file download

    i've been getting complaints that when people try to download a video file that it will try to stream on their media player instead of just downloading like a regular file. is there a tweak i can do or a setting i can change to for files to download as regular files? thanks.
  4. A

    files seem to disappear

    I'll check when I get home. But I'm the admin so what I upload should stay up forever.
  5. A

    files seem to disappear

    file 404? weird? re-upload file and a few days later 404 again?? re-upload again, days later 404 again. i dont understand why this could be happening any tips on tracking down the problem?
  6. A

    remove access password via sql command

    thank you, much apprciated
  7. A

    remove access password via sql command

    how do i remove or turn off "access password" on all files using an sql command? google chrome decided to autofill and enable the access password while uploading a large quantity of file. I dont want to go back and click on everyone and "edit file" to remove the password. way too many.
  8. A

    was sanity check just kidding?

    did a tiny bit of editing so it could get the path right and then php test_sanity_check_files.php
  9. A

    was sanity check just kidding?

    No. That _deleted folder is empty
  10. A

    was sanity check just kidding?

    Using command line
  11. A

    was sanity check just kidding?

    I have about 2TB of files but my site reports 1.39TB. Ran the sanity check. found a bunch of files that were not linked to the database. it said it deleted them. About to do a backup. says i have about 2TB to back up. checked my deleted folder and it's empty
  12. A

    increase or disable chunk uploading?

    I left cloudflare disabled and kepted the chunk size high. the average upload is much higher now. I was seeing 1.8MB up now it's hitting my max of 3.4MB. when i reduced the chunk size after disabling cloudflare i didn't get that pause/hang but my average upload speed was still slower. I...
  13. A

    increase or disable chunk uploading?

    damn it, it was cloudflare. things are working fine now. Oddly enough my site seems much quicker and snappier for some reason.
  14. A

    increase or disable chunk uploading?

    my setup only has 1 server. i didn't consider cloudflare could be an issue. forgot i was even using it i pay so little attention to it. i'll remove it and i'll report back.
  15. A

    increase or disable chunk uploading?

    I dont know what else to do. I looked into that and put 2G in http, server and location blocks and still get a 413 error what could i be missing?
  16. A

    increase or disable chunk uploading?

    tried firebug and got this: NetworkError: 413 Request Entity Too Large -...
  17. A

    increase or disable chunk uploading?

    what other tweaks are needed to my php.ini? I change the CHUNKED_UPLOAD_SIZE and i get errors. I've changed the upload and post size in my php.ini to 2G but still get errors.
  18. A

    increase or disable chunk uploading?

    My overall upload speed is reduced because my upload quickly hits 100MB the upload pauses/hangs for a little big and then starts the next 100MB and then again pauses/hangs. can i increase or disable the upload method?
  19. A

    sessions in mysql table

    hope you figure it out and let me know. my sessions table is still gigantic. I have to truncate it before doing backups
  20. A

    database / files audit

    How about an audit of the server? Compare the files in the database with the actual files on the server(s) and delete any orphan files.