Gossamer Forum
Quote Reply
Re: [Andy] add FILE type In reply to
Well I'm just creating a simple script to upload a file and change information.

It's still not uploading the file.

I even tried:

Code:
$db->modify($IN->get_hash);

I'm not sure what this line means in GT::SQL::File.pm (line 323)

Code:

( not ref $fh and not $set->{$col."_del"} ) and ( $self->error( 'FILE_NOGLOBREF', 'WARN', $col ), next );

But I did manage to track down the problem to that line. If I add a test print statement before that line, it prints, after that line not so much.

It seems like I'm missing something so simple. But I don't understand what.

Thanks,

- Jonathan
Subject Author Views Date
Thread add FILE type jdgamble 5064 Jun 12, 2007, 5:28 PM
Thread Re: [jdgamble] add FILE type
Andy 4960 Jun 13, 2007, 1:26 AM
Thread Re: [Andy] add FILE type
jdgamble 4948 Jun 13, 2007, 11:14 AM
Thread Re: [jdgamble] add FILE type
tandat 4903 Jun 13, 2007, 6:46 PM
Thread Re: [tandat] add FILE type
jdgamble 4916 Jun 13, 2007, 7:08 PM
Thread Re: [jdgamble] add FILE type
tandat 4909 Jun 13, 2007, 7:19 PM
Thread Re: [tandat] add FILE type
jdgamble 4907 Jun 13, 2007, 7:25 PM
Thread Re: [jdgamble] add FILE type
tandat 4897 Jun 13, 2007, 8:13 PM
Post Re: [tandat] add FILE type
jdgamble 4920 Jun 13, 2007, 8:29 PM