Vendor Admin Cannot Update Product Information

Hello guys,

we have some problems on our multivendor store.

If a vendor administrator wants to update product information like description or image there comes an error:

Tygh\Exceptions\AException

Message

Column 'old_product_full_description' cannot be null (1048)

REPLACE INTO cscart_product_data_moderation (`product_id`, `company_id`, `new_product_name`, `new_product_full_description`, `old_product_name`, `old_product_full_description`, `timestamp`, `lang_code`) VALUES (6005, 30, 'OPC forte ', '', 'OPC forte ', NULL, 1555597275, 'de')

Error at

app/Tygh/Database/Connection.php, line: 1136

Backtrace


	
		
			File:
		
			app/Tygh/Database/Connection.php
	
	
		
			Line:
		
			500
	
	
		
			Function:
		
			<b>throwError</b>
	
	
		
			File:
		
			app/functions/fn.database.php
	
	
		
			Line:
		
			133
	
	
		
			Function:
		
			<b>query</b>
	
	
		
			File:
		
			app/addons/sd_product_data_moderation/func.php
	
	
		
			Line:
		
			232
	
	
		
			Function:
		
			<b>db_query</b>
	
	
		
			File:
		
			app/functions/fn.control.php
	
	
		
			Line:
		
			119
	
	
		
			Function:
		
			<b>fn_sd_product_data_moderation_update_product_pre</b>
	
	
		
			File:
		
			app/functions/fn.catalog.php
	
	
		
			Line:
		
			2505
	
	
		
			Function:
		
			<b>fn_set_hook</b>
	
	
		
			File:
		
			app/controllers/backend/products.php
	
	
		
			Line:
		
			85
	
	
		
			Function:
		
			<b>fn_update_product</b>
	
	
		
			File:
		
			app/functions/fn.control.php
	
	
		
			Line:
		
			669
	
	
		
			Function:
		
			<b>include</b>
	
	
		
			File:
		
			app/functions/fn.control.php
	
	
		
			Line:
		
			427
	
	
		
			Function:
		
			<b>fn_run_controller</b>
	
	
		
			File:
		
			vendor.php
	
	
		
			Line:
		
			20
	
	
		
			Function:
		
			<b>fn_dispatch</b>

This error only occurs when youre logged in as vendor admin. Can somebody help me?

Thanks in advance!!

Markus

You should contact Simtech Development with this issue since they developed the sd_product_data_moderation module which causes error