Comment to 'Dolphin Migration Errors'
  • The problem is this error:

    Sep 07 04:15:43 [3] /grid.php?o=bx_dolphin_migration_transfers&a=run&skin=artificer&start=0&ids[]=videos&order_dir=ASC&csrf_token=2612cd030eff77fc1ef8869e67ccecc3&_r=0.796265849563556 Database query error
      Error: Column 'text' cannot be null
      QueryINSERT INTO
    									`bx_videos_entries`
    								SET
    									`author`   			= ?,
    									`added`      		= ?,
    									`changed`   		= ?,
    									`video`				= 0,
    									`title`				= ?,
    									`allow_view_to` 	= ?,
    									`text`				= ?,
    									`status_admin`		= ?,
                                        `status`            = ?,
                                        `cat`               = ?
    							 
      Account ID: 1
    

    I tried several solutions but none of them work like

                    $sVideoDescription = !empty($aValue['Description']) ? $aValue['Description'] : 'No description'; // Default description if missing