Query returned no rows

Can u help me with this error please? Im trying change a value on the db "Query returned no rows. For query “HERE IS MY QUERY
On component:
6WPHFraConvL1._parent.closable

PLEASE…IM NEW IN IGNITION

What’s the context of this error? Can you share your code please, and also the actual query?

From the error alone, I’d guess you’re using some form of system.db.runQuery, which expects a result, but you give it some sort of UPDATE or INSERT statement. For those statements, you need to use system.db.runUpdate.Query.

Or otherwise it’s just an issue with your query.