Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to locate file error due to max_execution_time php.ini parameter too low #26

Open
skilleyes opened this issue Jul 15, 2020 · 0 comments

Comments

@skilleyes
Copy link

Hi, I've encountered a problem, when trying to download large files (many videos).
The zip files were typically over 500Mb.

I would get a "Unable to locate file" error.

After searching for a bit, I found out that the php.ini "max_execution_time" parameter was the culprit. Default value was 30 seconds and zipping large files would take more than 30s. I had files such as piwigo_album_foobar.zip.4AHGvj which meant that the zipping process was very probably interrupted by the 30s limit.

Setting this value "max_execution_time = 120" to 120 seconds fixed it for me.

I'm suggesting to include this information in the plugin documentation maybe in a "Troubleshoot" section ?

Hope this helps out !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant