Search results

  1. P

    Re-Generate the thumbnail for documents, images, etc

    If you copied all the files over which will of course include those thumbnails, check to see if your db has the path and if thats the case it would be a matter of an sql command to change them all in one go, if thats not the case and the path is not stored there then use google chrome inspect...
  2. P

    WebDAV issues

    on the bright side i finally got gfuse working so i have my upload directory mounted on the local file system and exists on a google bucket, wont work for streaming videos but it should work well for uploads/downloads, i think, im going to test it out, Adam should introduce this feature as a plugin
  3. P

    WebDAV issues

    Fair enough bro, what you're saying makes sense, I'm willing to work with you but am in no way anything more than a beginner in php so i'm not sure what i can offer in this case
  4. P

    WebDAV issues

    still no luck, im wondering if i should set up cloudflare as the yetishare demo site does not sure if this is worth it as i'd have to change dns around what do you think Sukhman, is the cloudflare experiment worth it at this point
  5. P

    WebDAV issues

    slight delay, nginx crapped out after i misconfigured it and permanently refused to be resurrected so i had to resort to the dreaded reimage option. I should have a definitive success or fail within a few days hopefully
  6. P

    WebDAV issues

    do you know if cron is reqd for any of the sites file upload ops, i dont even want to bother with cron until i get this working so all i setup was the main site and the webdav plugin
  7. P

    WebDAV issues

    holy sh#t, i've made some progress, files actually upload and show up in the account and exist in newly created folders in the files dir, however files are created with 0 bytes, this may be some sort of nginx rules, or some sort of nginx module that needs to be configured and nginx recompiled...
  8. P

    WebDAV issues

    also all my tests have been on vps to date, ill update you tomorrow or the day after
  9. P

    WebDAV issues

    interesting, i'll take another look, regardless even if its some sort of write to db issue it still doesnt explain where the file physically went on the server. ill experiment again tomorrow as a good friend of mine is letting me test on his dedicated server that he's not doing much with. one...
  10. P

    WebDAV issues

    interesting, 404, i was getting a 405, unfortunately im 9000km away from home, if i could i would setup a test site on a home server and try to trace where the files going, because mine "uploads" as well, just no clue where its actually going
  11. P

    WebDAV issues

    thats not a bad idea bro, you should see if Adam will list it on the website after for some sort of profit sharing between you guys, theyve listed themes from 3rd party developers that have unfortunately ripped people off, why not actually list something from a trusted member like yourself. you...
  12. P

    WebDAV issues

    so sabredav is developed by a company called fruux which is based in Münster, Germany, well i guess that explains everything, just like bmw's and benz's the germans have over engineered something again causing it not to function properly.
  13. P

    WebDAV issues

    im sorry, i've literally now tried every configuration i can think of, even the one from above where the member says that it worked for them and still it doesn't work. since it works in the demo site, if Adam doesn't mind, of course without revealing any version numbers, he should say what he's...
  14. P

    WebDAV issues

    Thanks Sukhman, no payment will be necessary, I'd be glad to contribute to our community. I've also involved my vps provider to see if this is something that their systems may be automatically blocking, as I can't comprehend why I can do everything but upload, although technically it does...
  15. P

    WebDAV issues

    I'm not running apache at all, worst case scenario i may go back to it as i miss the ease of the htaccess process. I'm running nginx with the dav module configured and compiled in as Adam recommended. I wanted to try nginx both as a learning process and at the same time thats what Adam...
  16. P

    WebDAV issues

    i respectfully disagree sukhman21, i know what you mean though, i've given up in the past on this plugin as well, but after much much experimentation i believe its not the plugin that's the issue. webdav generally has so many issues associated with it and thats evident all over the web, many...
  17. P

    WebDAV issues

    interestingly i can create folders through cyber duck, this is from the webdav plugin log =========================================================== 2016-12-05 17:09:14 - Successful WebDav login for user 'testing'. =========================================================== 2016-12-05...
  18. P

    WebDAV issues

    well im a certified idiot, i had site maintenance turned on, new issue though, after anything uploads it doesnt go anywhere, its as it its been uploaded to another planet and the url from cyberduck is like this: http://somewebsite.co/app/index.php/uploaded-file.doc hopefully this is an easy fix
  19. P

    WebDAV issues

    i just installed a simple lemp setup, no control panels, and webdav still wont work i noticed this from the knowledgebase post Your server may be blocking the http methods required by WebDav. Run a test on SSH for check it: curl -v -X PROPFIND http://yourdomain.com If you get: 405 Not...
  20. P

    Scaling Super-Thread

    I want to start this thread if I may as a central location for scaling advice from our more server-savvy members. What are your recommendations/experiences with making yetishare scalable, what's your server setup and how do you ensure that your setup positively deals with surges of traffic and...