I believe this is because there's a bug in the current version (0.9.1) that results in the temporary files created for each image not being deleted after the upload. I found this out when my /tmp drive ran full from uploading a large number of photos.
In: Gallery2Flickr.class.php
after Line 523: GalleryCoreApi::releaseLocks($lock);
insert this line: @$platform->unlink($path);
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2009-06-27
I'm seeing similar issues, usually last line in the Apache error_log is like this :
[Fri Mar 27 01:38:51 2009] [error] [client xx.xx.xx.xx] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/fotodump/public_html/modules/Gallery2Flickr/classes/Gallery2Flickr.class.php on line 234, referer: http://fotodump.xxxxxxxxxxxx/main.php
This is NOT a default PHP timeout (values in my php.ini are much different)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
You are having better luck than me, mine timed out and keeps crashing at trying import 30 images.
Logged In: NO
I'm getting much less... like 35-40 images and it dies. I've set the memory limit' in PHP way up, that doesn't seem to be the issue.
I believe this is because there's a bug in the current version (0.9.1) that results in the temporary files created for each image not being deleted after the upload. I found this out when my /tmp drive ran full from uploading a large number of photos.
In: Gallery2Flickr.class.php
after Line 523: GalleryCoreApi::releaseLocks($lock);
insert this line: @$platform->unlink($path);
I'm seeing similar issues, usually last line in the Apache error_log is like this :
[Fri Mar 27 01:38:51 2009] [error] [client xx.xx.xx.xx] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/fotodump/public_html/modules/Gallery2Flickr/classes/Gallery2Flickr.class.php on line 234, referer: http://fotodump.xxxxxxxxxxxx/main.php
This is NOT a default PHP timeout (values in my php.ini are much different)