Quote:
Originally Posted by Bob_R
These are instructions from the PDF file:
Large image quantities
If you have a very high number of images, the iei_cron.php task may run out of memory. If this happens, you can empty the iei_img table. By doing so, the script will start over with a new array of imported images, which is acceptable once and then. If you want to keep the history, please feel free to keep a backup of this table.
Please explain in detail how to do this.
This may be my problem. I've reduced the posts at once to 5. Convert to jpg and disabled Cache Image URL's.
|
If you have this option (depends on release you are using):
Cache Image URL's
Cache image URL's into memory. If you have a large board, a lot of imported images and limited memory, you may want to switch this option off. If disabled, images are tested by less efficient database queries.
Try to switch it off, first (No). Then, each request for an image is queried from the database instead of loading the file list into memory. If this does still not work, then you have a different problem.