Opened 17 years ago
Closed 17 years ago
#6375 closed defect (fixed)
mythfilldatabase bindValue errors
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | unknown |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
I get the following error messages when running mythfilldatabase:
2009-03-18 10:13:51.433 Trying to bind a value to placeholder XXXX without occurrence in the prepared query. Ignoring it. Query was: "UPDATE settings SET data = :STATUS WHERE value='mythfilldatabaseLastRunStatus'" 2009-03-18 10:13:51.433 DB Error (updateLastRunStatus): Query was: UPDATE settings SET data = ? WHERE value='mythfilldatabaseLastRunStatus' Driver error was [2/2031]: QMYSQL3: Unable to execute statement Database error was: No data supplied for parameters in prepared statement
Looks like the arguments to bindValue are swapped. The attached patch fixes it.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
fix bindValue argument order