According to Schema report I get this message... can we fix it? Is this a bad thing?

Comments

grandcat’s picture

Status: Active » Closed (won't fix)

Shouldn't be bad. This is a debug message. Just turn off debuging.

mikedotexe’s picture

I have bosses who check out the status reports, and I wanted to get rid of this, so what I did was this.. Go into your modules folder under images_fupload.

Open up images_fupload.install

look for

      'fid' => array(
        'type' => 'int',
        'length' => '11',
        'default' => 0,
        'not null' => FALSE,
        'description' => t('Stores file id of uploaded image.'),
        'no export' => TRUE,
      ),

and change the:
'not null' => FALSE,
to
'not null' => TRUE,

run update.php