Image Gallery Dynamic Batch Process
-
My image gallery is about 30k images. But in short, I only want to show 5-10 per gallery, so I wrote a batch process to get the images, update the meta-data within wordpress, and the gallery itself (modula). The image gallery is erroring out from time to time depending on the gallery I am rendering. I am assuming the array is failing at some point. Note from my POV: the only difference is gallery 1 vs gallery 2 are the image names.
E.G. Meta data from wp_postsmeta table
Gallery 1: -> : s:2:”id”;s:4:”4978″;s:3:”alt”;s:0:””;s:5:”title”;s:63:”asset-cookman-edu-img1″;s:11:
Gallery 2: -> : s:2:”id”;s:4:”4978″;s:3:”alt”;s:0:””;s:5:”title”;s:66:”asset-cookman-edu-img2″;s:11:Note: I am a WordPress newbie but due to the wordpress limitations, I can not upload 30K images, which will equate to about 100k images after resizing.
I have about 100+ image gallery that have been created dynamically.
Willing to pay for support!
- You must be logged in to reply to this topic.