Search results

  1. adam

    Video Playback not working for Media Player

    Hi, This normally happens when the video can't be accessed. Can you download it? Thanks, Adam.
  2. adam

    ERROR: There was a server problem when attempting the upload, please try again later - HELP!

    Drop me a ticket for that one, there was a patch recently which may fix this one. If you send me access to the install I'll patch & test directly. Thanks, Adam.
  3. adam

    What is the script used for these forums?

    Why don't you checkout their site... https://xenforo.com/ ;)
  4. adam

    ERROR: There was a server problem when attempting the upload, please try again later - HELP!

    It depends on your server memory allocation.
  5. adam

    ERROR: There was a server problem when attempting the upload, please try again later - HELP!

    The transfer to S3 can be quite memory heavy for large file uploads. Try adding the following to the bottom of your _config.inc.php file: ini_set('memory_limit', '2048M'); For larger than 2GB files you may need to increase this.
  6. adam

    ERROR: There was a server problem when attempting the upload, please try again later - HELP!

    Hi, Do you have a way to reproduce the issue to I can test? If there's any drops in network traffic it's possible that it would cause a break in the upload and that error message. However if you're seeing it regularly it may be something else. Also, what storage method are you using? i.e...
  7. adam

    Blank white page on files after upgrading from v4.4.1

    Hi, If you drop us a ticket with access to your install I'll take a look. Please include /admin access and FTP. Thanks, Adam.
  8. adam

    Could not upload files .rar & zip

    Hi, Can you raise a ticket please and confirm your site url again? I removed it for privacy purposes on this forum. Thanks, Adam.
  9. adam

    Could not upload files .rar & zip

    Hi, Thanks for confirming the url for support purposes. What error message are getting on upload? Do other files work? Do small files work? Thanks, Adam.
  10. adam

    Blank white page on files after upgrading from v4.4.1

    Hi, What's your site url please? Thanks, Adam.
  11. adam

    Rewards not count after changed main domain

    Hi, Have you set the PPD callback in Nginx? Also, are you getting any hits to the logs? You can check these in the admin area, logs, PPD logs. Thanks, Adam.
  12. adam

    Yetishare Rewards Problem

    Hi, Please link your license to your forum account so we can verify support. You can do this via our main site mfscripts.com. Thanks, Adam.
  13. adam

    (Server Config) Slow Upload with Direct Server Uploads

    Strange, did that resolve the upload speed issue?
  14. adam

    (Server Config) Slow Upload with Direct Server Uploads

    That suggests the chunk size is only 2MB. Can you check the upload_max_filesize & post_max_size on the main server? If it's set to 2MB that'll cause the chunk size to be 2MB. You should see it chunk at 100MB.
  15. adam

    (Server Config) Slow Upload with Direct Server Uploads

    @ollie I'll run some tests locally with that script and get back to you with the results.
  16. adam

    (Server Config) Slow Upload with Direct Server Uploads

    That nginx config also tells me you're using ssl (sorry its late.. :oops:). Maybe test the scp upload speed as mentioned above.
  17. adam

    (Server Config) Slow Upload with Direct Server Uploads

    Sorry I see you're using Nginx. I'll see if there's any info about nginx upload speed issues...
  18. adam

    (Server Config) Slow Upload with Direct Server Uploads

    Hi Ollie, Is your site on https? If yes ftp is non secure so won't have the overhead of encryption. Might be worth testing upload speed via scp. Also are you using apache or nginx? The web server will handle the upload itself, then when done its passed to php, so I'd say the web server is the...
  19. adam

    Error: Could not locate the file. Please contact support or try again.

    It suggests the file is missing on your server. Did you move servers recently? Does it work for new uploads? What server storage type are you using?
  20. adam

    Email Settings

    Hi, Please link your license to your forum account mfscripts.com. Once you do this you can request support in this section. Thanks, Adam.