Search results

  1. S

    YetiShare v4.4 Beta Bug Tracker

    i am getting the same error: "Error: Failed adding to database. " when trying to upload on my test server. Please check......
  2. S

    Issue with File Action queue not deleting files

    yea i figured the files are left in the _tmp folder all the time. I do have a script in place to delete the files after 2 days from the _deleted folder. The bigger problem is removing the video screenshot (that gets generated by mediaconverter plugin) after the video has been deleted from the...
  3. S

    Issue with File Action queue not deleting files

    any clues on this Adam ? this one is still outstanding and i cant seem to figure this out. Its getting harder to manually delete files from every fileserver. The files are moving to _deleted folder but they are not getting deleted from there. Cron task is running fine on main server and...
  4. S

    Error: Failed getting file contents

    Also, not sure if you use X-Accel-Redirect. but if you do, try disabling it and see if downloads work.
  5. S

    Error: Failed getting file contents

    does the files actually exist on your server. check under the files/ folder and make sure the files actually exist. If they do, verify the permissions. I see you are using nginx. check and make sure you got the correct rules in your conf file.
  6. S

    Error: Failed getting file contents

    Are you using fileservers or just 1 server for site and storing files?
  7. S

    Issue with File Action queue not deleting files

    Manually deleting, i mean using the rm command. Manually running the cron still wont delete the files. I dont get any error. Also, i have mediaconverter in the same cron list and mediaconverter works fine no issues. I have another wordpress site on the same server and cron on that website works...
  8. S

    Issue with File Action queue not deleting files

    Hello, I am having issues with file action where the script wont delete the expired files. I have set it to remove files after 24 hours of them expiring and i have triple checked the cron jobs are setup correctly and even ran the cron manually but still nogo. The files do go into the _deleted...
  9. S

    How to add ads via media player plugin

    use video.js and enter your VAST url for ads. If you use jwplayer, you need a licensed version that allows advertisements and then you can add it in the code.
  10. S

    Y4 - file list LOADING... and users cant login

    where did you even get these rules? why dont you use the ones that come with the script ?
  11. S

    Y4 - file list LOADING... and users cant login

    Did you replace 127.0.0.1 with your server name in this line? fastcgi_pass 127.0.0.1:9000;
  12. S

    Fileserver issue

    Ignored!! thanks Adam.
  13. S

    Fileserver issue

    Hello, I have a bunch of fileservers added to my website and the uploads / downloads work fine but when i run the test, i get an error message. Attaching the screenshot. Anyone has any ideas? The website is working normally and i have tested the uploads and downloads, everything runs fine but...
  14. S

    Error: Could not upload to direct file server

    not sure what your server setup is like but maybe check permissions to make sure the files folder is writeable by your user. Also not sure if this is the case, are you using a sub domain of your main domain as fileserver or a different domain name?
  15. S

    Set SSL support

    If you setup the SSL certificate and your config file. Now just redirect all the non https traffic to https using your htaccess (apache) or your nginx config file.
  16. S

    A few questions

    1. configuratoin -> site settings -> choose advert on your left and remove the code from Delayed redirect bottom advert (html) and Delayed redirect top advert (html) 2. configuration -> user settings -> manage download pages and edit the page for your non-user or free user depending on who'll...
  17. S

    Error 500 or blank page on step 2 during install (log included)

    Believe it or not, my test server is nginx and my production server is apache and i know the installer works on nginx and apache because i installed it myself. Anyways if its working for you, its all good i guess...
  18. S

    Error: Could not open file for reading.

    If you have enabled mod_xsendfile, disable it and try downloading files and see if it works. I have seen this issue with mod_xsendfile Also do you have any fileservers or you only have 1 server?
  19. S

    Error 500 or blank page on step 2 during install (log included)

    your nginx fastcgi://127.0.0.1:9071 is incorrect. Not sure if you copied from yetishare nginx configuration text file but you are supposed to replace this text 127.0.0.1:9071 with what you had in your nginx when you installed it.
  20. S

    After Instalation Problems

    make sure you have .htaccess file in the root of the web directory. i believe that is what's missing.