Welcome Guest, Not a member yet? Register   Sign In
Error Number: 1048
#2

Your error message says it all...
The bse_products_file schema says that the file_id column cannot be null.
The insert statement being executed does have null for file_id ...
INSERT INTO `bse_products_files` (`product_id`, `file_id`) VALUES (91, NULL)

Boom!

The root cause would appear to be that the "id" property of the row you find doesn't have a value, i.e. you are not finding a match for your query.
Reply


Messages In This Thread
Error Number: 1048 - by Jackdancoke - 09-17-2019, 09:44 AM
RE: Error Number: 1048 - by ciadmin - 09-17-2019, 10:03 AM
RE: Error Number: 1048 - by Jackdancoke - 09-17-2019, 11:26 AM
RE: Error Number: 1048 - by ciadmin - 09-17-2019, 12:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB