Search results

  1. S

    Keeping the database small to save disk space

    Why dont you backup your download_tracker table and then just empty it. This wont hurt your site.
  2. S

    Yetishare 4.4 Release Date

    Great work Adam!! appreciate you adding the API functionality in this release and flysystem would be a bonus and not to mention the new admin theme design. Thanks!
  3. S

    Can't Upload

    Not sure how many fileservers you have but maybe create a database backup and then drop your file_server table and re-create it again and add your fileservers back..
  4. S

    Can't Upload

    check your database to see if any table is corrupted and repair it ? Also if your database is on another server, make sure your file server can access your database server. (firewall, permissions, etc)
  5. S

    Can't Upload

    check to make sure all your files got copied over, including the .htaccess files. Also make sure your permissions are good.
  6. S

    [ACCEPTED v4.4] Media Converter plugin minor change

    Hello Adam, I had asked this before but i guess not a whole lot of people use mediaconverter. I think the ability to setup number of conversions per server in the fileserver (same place we put in SSH credentials) would be helpful because right now, i have multiple servers running conversions and...
  7. S

    Keeping the database small to save disk space

    look at auto_prune.cron.php file, tweak that according to the amount of data you want to keep and you should be able to reduce your database size from there on.
  8. S

    WebDAV issues

    it should not make any difference. so the same test site that worked with nginx does not work with Apache. i did not change a thing except that i have apache setup on port 80 now instead of nginx and i get the same error as before. Seems like the webDAV plugin only works with nginx and not with...
  9. S

    WebDAV issues

    Here are the nginx modules i used: nginx version: nginx/1.10.2 built by gcc 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC) built with OpenSSL 1.0.1e-fips 11 Feb 2013 TLS SNI support enabled configure arguments: --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx...
  10. S

    WebDAV issues

    Alrighty guys, i got webDAV to work fully. My setup: centos 6.8 running nginx with php 7.1 & Maria DB I can create / delete / rename folders and files. i can upload / delete / rename files. Happy new Year.
  11. S

    Media Converter - Stuck on Processing

    try running ffmpeg on a video file manually and see if generates the screenshot and ends fine. or maybe just delete and re-install the plugin ?
  12. S

    Yetishare 4.4 Release Date

    Had a conversation with Adam and he mentioned early January 2017, the beta version will be out.
  13. S

    urgent plz help

    if you want to totally remove ability to embed the videos, rename the file /plugins/mediaplayer/site/_embed.php to something else say "backup_embed.php", that way the embed code wont work at all.
  14. S

    WebDAV issues

    It's all good bro, i am not an expert either but i am sure we can fiddle around and learn from it and get something working.
  15. S

    WebDAV issues

    Hey buddy, i honestly don't think its worth spending any more time on this anymore. I had a brief message with Adam and he mentioned that they will have an API developed in the next release (which is supposed to come out in 4 weeks from now) so i was just hoping to develop a file upload and...
  16. S

    WebDAV issues

    cool! that is one step closer. For uploads, you do not need cron unless you are working on remote upload feature.
  17. S

    WebDAV issues

    All i tested was on dedicated server and the uploaded file eventhough it says successful, cant be found on the server hard drive. I also only use centos for my servers. i probably will try it on ubuntu server next and update here in this thread.
  18. S

    WebDAV issues

    my webDAV client does say upload successful but the file is nowhere on the server. I found something in the 'cross_site_action' table: When i upload the file manually the "Data" column says ("_logged_in_user_id":"1") but when the file gets uploaded via webDAV client, the column says...
  19. S

    WebDAV issues

    Same issue here: i installed nginx, php, apache on my spare server and i can create / rename / delete folders and i am also able to rename / move / delete files here in my account using webDAV but just cannot upload files. Interestingly enough first time i got something in the webdav logs file...
  20. S

    Re-Generate the thumbnail for documents, images, etc

    Hello there, So i moved files from 1 server to another and it seems to have broken the thumbnail image for certain files (PDF, jpg, etc) Is there a way to re-generate the thumbnail for all document and image files ? I dont want to run a code on the server and mess up everything lol. Thanks in...