Search results

  1. adam

    Upload Error

    Good to hear. Could you post how you fixed it, it might help other users who have similar issues?
  2. adam

    Upload Error (any size file)

    I've just sent you an email. For anyone else, this was due to a core PHP function used in the script which isn't available pre PHP 5.3. I've added a replacement to the code which should fix it.
  3. adam

    Upload Error

    In addition - "tmp folder size, max Apache limits etc."
  4. adam

    Upload Error

    Did you try ALL the items on the thread? What are your settings for each - PHP.ini upload settings, tmp folder size, max Apache limits etc.
  5. adam

    Upload Error

    Yes, please have a look at that thread.
  6. adam

    Upload Error

    Have a look through this thread, it normally sorts most upload issues pre 3.4: http://forum.mfscripts.com/viewtopic.php?f=20&t=572
  7. adam

    Upload Error (any size file)

    Hi, Can you forward me access via FTP + the script admin and I'll take a look? You can send it via the contact link at the top of this page. Thanks, Adam.
  8. adam

    Upload Error

    What version of the script are you using?
  9. adam

    Upload Error (any size file)

    Just look for this via FTP: /home/[username]/cramit.net/files/_tmp/ Assuming /home/[username]/cramit.net/ is the root of your site.
  10. adam

    3.4 database management error

    Thanks for pointing this out, it's our dev database name. :oops: I'll fix it in the release today.
  11. adam

    Upload Error (any size file)

    Or chmod 777 :)
  12. adam

    ERROR V3.4

    No problem, you weren't to know. It's useful for me as I can add something in the code to better report it on screen. :)
  13. adam

    ERROR V3.4

    I've had a look. The error was this: Temp storage folder for chunked uploads is not writable: /var/www/clients/client1/web1/web/files/_tmp/ Even though you already had this as 755 it actually needed to be 777 on your server. I've updated it and uploads are working fine now.
  14. adam

    ERROR V3.4

    Ah it's on the upload. That's interesting, the chunked uploads kicks in for files larger than 5MB. Although your error message relates to downloading. I'll take a look directly on your server for you...
  15. adam

    ERROR V3.4

    Hi, Can you send me temp access and I'll take a look for you? I'll need FTP, script admin and a url which is failing. Please send it using the contact form above and I'll take a look asap. In addition, does it happen with every file or only large files? Regards, Adam.
  16. adam

    YetiShare v3.4 Final - Now Available!

    Hi all, We've fixed any issues as a result of the beta stage and released the v3.4 final of YetiShare. Some feedback items will be moved to the RFCs for the next release as they're not really classed as bugs. If you login (and still within support) you'll see the link to download v3.4 along...
  17. adam

    New Yetishare v3.4 Beta - Troubleshooting

    For info this has been added to the release due later today. It's available in: \offline\upgrade_file_diffs\V3-3_to_V3-4_DIFF.txt
  18. adam

    New V3.4

    The beta's been removed. It's due out for final release today though. :)
  19. adam

    Large uploads

    This might be due to the time it take for uploading, i.e. the users session is expiring before the upload completes. You could try increasing this within your php.ini file to see if it helps. See here for info...
  20. adam

    New Yetishare v3.4 Beta - Troubleshooting

    It's working fine on our dev and demo site. Note that it wont work for files uploaded before the release, only new ones. Thanks, fixed the Chrome issue for the main release.