Search results

  1. adam

    Rewrite on Nginx (version 3.5.x)

    Re: Rewrite on Nginx Did you also add the nginx rule to your nginx config? https://support.mfscripts.com/p/kb_view/2/ (you need to login to the support system to see it at the moment)
  2. adam

    connection problem

    Sorry I don't understand the issue. Can you provide screenshots and detailed steps on how to reproduce the issue.
  3. adam

    url upload v4.0full

    This relates to the media converter plugin, he's talking about the remote upload.
  4. adam

    url upload v4.0full

    Can you get external files via ssh using wget? Just wondering if it's a general issue on the server. i.e. dns lookup related
  5. adam

    V4.0 expire the links generated TOKEM?

    That's correct, they are valid for 24 hours to allow for slower connections. You can restrict it by IP as dfdssfsfd3806 mentions if you're not using the document viewer. Alternatively you can also set a shorter expiry period.
  6. adam

    Rewrite on Nginx (version 3.5.x)

    Re: Rewrite on Nginx Have you enabled X-Accel-Redirect? "Added support for X-Accel-Redirect to improve performance on downloading with Nginx. Option to enable in admin area."
  7. adam

    url upload v4.0full

    It works best with curl installed although it should also fallback without
  8. adam

    4.0 Problems after Upgrading

    The php startup error relates to your php setup. Try commenting out zip.so from your php.ini. If you install mcrypt it will fix the second issue.
  9. adam

    libapache2-mod-xsendfile

    xsendfile is only used for downloading, not uploading. Is that what you mean? What is you disable the module, does downloading work?
  10. adam

    libapache2-mod-xsendfile

    Examples/screenshots please?
  11. adam

    bug free user upload file

    Please provide examples and screenshots of the issue. I need as much information as possible to reproduce it. Please also use the support system to report possible bugs.
  12. adam

    yetishare 4.0

    Sorry I don't know off-hand about the custom change. If you want us to take a look as custom code work raise a ticket and I'll provide a price for the work.
  13. adam

    yetishare 4.0

    I've just fixed this in the recent download. Re-download and upload the upgrade.html file in themes/flow/templates/
  14. adam

    Remote Upload

    It'll be in the _tmp folder in files. It's not an issue as it's regularly cleaned up automatically.
  15. adam

    v4.0 Beta Bug Tracker Thread

    Version 4 is now out of beta and available for download on the site. Thanks to everyone for your feedback and testing. I'll close thread. Feel free to raise a support request if you need any help.
  16. adam

    php slow log? How fix flushOutput()?

    Yes it's in v4 beta. Other info about upgrading here: http://forum.mfscripts.com/viewtopic.php?f=4&t=1544&p=5485 It depends how you have your setup configured. Whichever is serving PHP requests you should set for XFileAccel/X-Sendfile.
  17. adam

    php slow log? How fix flushOutput()?

    It's used to send the downloads via PHP. The next version of the script (due any day!) will provide the option to bypass PHP and use XFileAccel on NGINX or X-Sendfile on Apache. This will clear the issue.
  18. adam

    User File List is not working / empty

    Sometimes hosts block the js cookie file as they think it's a security problem. Your host will be able to unblock it. Or ask them to disable mod security and it should work.
  19. adam

    replace all "%20" with a space

    Thanks for your comments :) This is fixed in remote url upload for the final release. Hopefully today although we may do another beta release as there's been a few changes since the last. We'll decide later today after testing. Yes, redownload the v4 copy, upload the new plugin code to...
  20. adam

    User File List is not working / empty

    Please check for missing javascript files, this is normally the issue. You can use Firebug in Firefox to see what errors there are via the console.