Nevermind. I solved the issue by editing my php.ini file to reflect the following, using php version 7.2
max_execution_time = 90;
memory_limit = 128M;
upload_max_filesize = 64M;
post_max_size = 64M;
Excellent! Problem solved. Thank you. This plugin is awesome!
Yes that worked. What a ‘duh’ moment, eh? Thank you.
Well, I found a workaround solution. Maybe I’ll figure out this little knot in my plans later.