Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • alexkarming Friend
    #200964

    Hi There,

    Can anyone help on this as per title addressed. I am very frustrated in uploading my files to my S3 bucket one by one. Basically, when i upload them in bulk like more than 50 files, the upload stops/hang/frozen and i have more than a thousand files to be uploaded. Is anyone having this problem as well? How can i solve this issue?

    Please HELP!! It’s URGENT!

    Thank you.

    Thanh Nguyen Viet Friend
    #548053

    Hello,

    This issue is often related to server configuration, since it limit script execution time and memory.
    In source code of JA Amazon S3 component, we have added a code snippet to extend these limitations, but your server seem does not allow these changes.

    Please send me PM for your administrator account and FTP account for further checking, so I can give you more help to resolve this issue.

    alexkarming Friend
    #548169

    Hi,

    Thanks for your reply. As you mention, my server does not allow the changes of the “code snippet” to extend the limitations. My current server is running on AWS EC2 . Can you guide me in making the changes myself?

    Please advise.

    Thank You.

    Thanh Nguyen Viet Friend
    #548249

    Hello,

    It uses 2 functions below to extend limitations:
    set_time_limit() and
    ini_set

    These functions have no effect when PHP is running in Safe Mode, so please check and turn off Safe Mode if it was enabled, or you need change these setting (max execution time and memory limit) in php.ini file.

    If you do not know how to change it, you should contact with AWS help center, they will help you to do that.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Thanh Nguyen Viet 10 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum