Search results

  1. adam

    YetiShare v4.4 Beta Bug Tracker

    The beta phase is closed. Please can you raise this via the ticketing system and we'll take a look.
  2. adam

    404 Error after update & moving server

    Great to hear it's fixed :)
  3. adam

    404 Error after update & moving server

    Your rewrite rules are set correctly. Please post your rules here and I'll see if I can spot the issue.
  4. adam

    404 Error after update & moving server

    Ensure you've set the nginx or apache rules. See here: https://support.mfscripts.com/public/kb_view/16/
  5. adam

    YetiShare v4.4 Final Now Available!

    Full details on our blog here: https://mfscripts.com/blog/new-release-yetishare-v4.4-available-for-download
  6. adam

    YetiShare v4.4 Beta Bug Tracker

    You could also test the permissions on the /api/v2/index.php file. Ensure they have execute permissions. Test with 777 or 755.
  7. adam

    YetiShare v4.4 Beta Bug Tracker

    Seems ok from what I can see, although there's a number of other rules in the same file which may (or may not!) affect it. I assume the top one is called before the bottom? Also, are you using pure Nginx, i.e. not Apache proxy? Maybe send me access via the ticketing system and I'll try to debug...
  8. adam

    YetiShare v4.4 Beta Bug Tracker

    @paypal1352 - can you post a copy of the rules you have now? Do you have the file /api/v2/index.php?
  9. adam

    YetiShare v4.4 Beta Bug Tracker

    It wont add duplicates if you apply the sql patches.
  10. adam

    Make The Download Token Usable Once

    Not without looking closer at your install unfortunately. If you send me access via the ticketing system I'll take a look.
  11. adam

    YetiShare v4.4 Beta Bug Tracker

    Yes it's possible, it depends how much you've changed it. There's not a lot of front-end changes in this release so you might be ok. I'd test it locally of in dev first.
  12. adam

    YetiShare v4.4 Beta Bug Tracker

    Thanks for the info. You need to tell php to handle the api requests aswell. You just have this: location ~ /api/v2/(.+)$ { if (!-e $request_filename) { rewrite ^/api/v2/(.*) /api/v2/index.php?_page_url=$1 last; } } You need the php handler code aswell. It's the same code in the...
  13. adam

    YetiShare v4.4 Beta Bug Tracker

    There is no upgrade process from 4.4 beta to 4.4 final. You should upgrade 4.3 to 4.4 final.
  14. adam

    YetiShare v4.4 Beta Bug Tracker

    @paypal1352 - are you using nginx? If yes, can you post your nginx rules? @sukhman21 - thanks for the info over email, I've responded with our IP to whitelist for FTP.
  15. adam

    YetiShare v4.4 Beta Bug Tracker

    Is this a local install? i.e. can you send me access via the ticketing system? I'll take a look directly.
  16. adam

    YetiShare v4.4 Beta Bug Tracker

    Looks fine. Using 'inspect' in Chrome can you look at the network traffic. Does the API request produce a 404 or 500?
  17. adam

    YetiShare v4.4 Beta Bug Tracker

    Assuming you're using Apache please attach or post your full .htaccess file here.
  18. adam

    YetiShare v4.4 Beta Bug Tracker

    Great, thanks for the update.
  19. adam

    YetiShare v4.4 Beta Bug Tracker

    These are all the values to check on your server to enable large uploads: https://support.mfscripts.com/public/kb_view/36/
  20. adam

    [ACCEPTED v4.4] JW Player 7.0 upgrade

    This has been added to the latest beta release of the media plugin for v4.4. It's on our demo site now and will be available as a download when v4.4 final is released.