Search results

  1. adam

    Extenal file server limit

    Please contact us on email if you need any further support on this. These forums are for community based support and hence we don't always monitor them.
  2. adam

    SMTP with GMAIL APPS

    This is also part of the next release due in the coming weeks.
  3. adam

    YS 3.4 : File upload max_concurrent_uploads BUG

    Hi, I've looked into this a bit more and I've been able to replicate the issue in our dev environment. It'll take a bit of investigation to fix as it's buried in the file upload javascript. We're preparing for a new release over the next week or so, so I'll look at it properly before then...
  4. adam

    YS 3.4 : File upload max_concurrent_uploads BUG

    Hi, The setting for non users is 'non_user_max_concurrent_uploads'. I noticed you're not logged in. free_user_max_concurrent_uploads only applies to logged in free users. Can you test with the non_user one? Regards, Adam.
  5. adam

    YS 3.4 : Url Uploader Progress missing!

    Yes that's the downside unfortunately. It's mainly when you use direct file servers the issue occurs. I'll spend a bit more time looking into it for the next release.
  6. adam

    • SQL execution error! Please Turn debug mode On and check c

    Re: • SQL execution error! Please Turn debug mode On and che This is as a result of mysql being configured in strict mode. Please contact your host or amend your my.cnf file it remove it.
  7. adam

    YS 3.4 : Url Uploader Progress missing!

    Hi, There seems to be an issue with certain browsers and cross-domain iframe permissions, which this needs to track download progress. In _indexJS.inc.php, try removing this line: document.domain = '<?php echo _CONFIG_CORE_SITE_HOST_URL; ?>'; Regards, Adam.
  8. adam

    what's going on with yetisharemods?

    Hi all, Unfortunately there's little we (yetishare) can do. I would suggest you try to contact yetisharemods via this forum or twitter. Worst case you should contact your payment provider and raise a dispute, although I'd try other methods before then. Perhaps ysm can be convinced to remove...
  9. adam

    Paypal auto-validation

    Hi, It should call back your site and automatically upgrade. Can you ensure you have the IPN checkbox ticked in your PayPal account and use this url for the callback: http://www.yoursite.com/plugins/paypal/site/_payment_ipn.php Regards, Adam.
  10. adam

    Option scroll

    As sent on email: In _indexJS.inc.php find this: <?php if($fid != null): ?> saveAdditionalOptions(true); <?php endif; ?> Replace the 3 lines with this: saveAdditionalOptions();
  11. adam

    File Permission

    It depends on your server setup but try 644 for files, 755 for directories. If you've used a control panel to unzip the files though they may have the wrong owner. I'd recommend removing them and manually uploading via FTP as it'll correctly set the permissions.
  12. adam

    Paypal auto-validation

    Hi, Yes it should automatically take payment and upgrade the account on your site. Are your accounts not upgrading? Regards, Adam.
  13. adam

    Strange issue

    Hi, This has been improved in the next release due soon. The query you mention is no longer called in master.inc.php, it's only called as needed by the translations. (which isn't used for the image previews) Keep an eye on the site for more info on the release soon... Thanks, Asdam.
  14. adam

    Strange behavior handling files

    Hi all, This was indeed a bug which is now fixed for the next release due soon. The root node will now only show files which don't exist in other sub-folders. When a file is moved it no longer appears in the root. More news soon about the release... Thanks, Adam.
  15. adam

    Cleaning deleted files

    More functionality to manage this has built into the next release, v3.5. It'll be available in the coming weeks.
  16. adam

    RESOLVED v3.5: Yetishare and plug ImageViewer waiting time

    Re: Yetishare and plug ImageViewer waiting time for pictures This has been done in our development environment and will be part of the next release, v3.5.
  17. adam

    RESOLVED v3.5: Update jquery

    Re: Update jquery This has been done for the next release, v3.5.
  18. adam

    RESOLVED v3.5: COntact Us form

    Re: COntact Us form This has been added to the next release, v3.5.
  19. adam

    RESOLVED v3.5: Stats page and deleted files issue

    Re: Stats page and deleted files issue This has been fixed for the next release, v3.5.
  20. adam

    Weird server error 500 for each chunk!

    I'll take a look at updating it, assuming none of the other plugins are affected. Thanks for the feedback about Windows 2008 and the offer of help aswell. :)