Problem/Motivation

When trying to view the admin page at "/admin/config/media/ai_image_bulk_alt_text" a "Fatal error: Uncaught PDOException"

Steps to reproduce

- Go to "/admin/config/media/ai_image_bulk_alt_text"
- Bulk generate the alt text for images
- Save the page
- Fatal error shows up

Proposed resolution

I've created a patch to prevent the cascade of database queries and the POD error of multiple unbuffered queries running simultaneously.

Remaining tasks

Review
Test

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#2 3535651-01.patch3.24 KBsgalindo2388
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

sgalindo2388 created an issue. See original summary.

sgalindo2388’s picture

StatusFileSize
new3.24 KB
sgalindo2388’s picture

anybody’s picture

Version: 1.0.1 » 1.0.x-dev
Priority: Major » Normal
Status: Active » Needs work

@sgalindo2388 please use a MR instead. Also I'm wondering why nobody else ran into this. Any ideas?

rpayanm made their first commit to this issue’s fork.

rpayanm’s picture

I have created a MR from #2.