Menu

#2485 (ok 2.11.7) Cannot upload BLOB into existing row

2.11.6
fixed
None
1
2013-06-11
2007-07-27
No

I get several of these:

Notice: Undefined index: `bintest`.`id` = 137 in phpMyAdmin/libraries/File.class.php on line 353

Discussion

  • Marc Delisle

    Marc Delisle - 2007-07-27
    • summary: Cannot upload BLOB into existing row (2.11-beta1) --> (ok 2.11-rc1) Cannot upload BLOB into existing row
    • priority: 5 --> 1
    • milestone: --> 743557
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2007-08-21
    • status: open-fixed --> closed-fixed
     
  • Stanley Mlha

    Stanley Mlha - 2008-04-22

    Logged In: YES
    user_id=1004371
    Originator: NO

    this problem remains in last version 2.11.6-rc1!

     
  • Marc Delisle

    Marc Delisle - 2008-04-22
    • priority: 1 --> 5
    • assigned_to: lem9 --> nobody
    • status: closed-fixed --> open
     
  • Marc Delisle

    Marc Delisle - 2008-04-22

    Logged In: YES
    user_id=210714
    Originator: YES

    Reopened for further analysis.

     
  • Marc Delisle

    Marc Delisle - 2008-05-01
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2008-05-01

    Logged In: YES
    user_id=210714
    Originator: YES

    I tested and for one of my tables, it works but does not work for another table (both for a MEDIUMBLOB).

    stanleymhla, could you attach here your table's structure?

     
  • Marc Delisle

    Marc Delisle - 2008-05-01
    • milestone: 743557 --> 2.11.6
     
  • Marc Delisle

    Marc Delisle - 2008-05-18
    • summary: (ok 2.11-rc1) Cannot upload BLOB into existing row --> (ok 2.11.7) Cannot upload BLOB into existing row
    • priority: 5 --> 1
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2008-05-18

    Logged In: YES
    user_id=210714
    Originator: YES

    Fixed in subversion, thanks for reporting.

     
  • Stanley Mlha

    Stanley Mlha - 2008-05-18

    Logged In: YES
    user_id=1004371
    Originator: NO

    CREATE TABLE `product` (
    `i_product` int(11) NOT NULL auto_increment,
    `id_brand` char(5) NOT NULL,
    `name` varchar(100) NOT NULL,
    `volume` varchar(20) default NULL,
    `alcohol` float default NULL,
    `picture` blob,
    PRIMARY KEY (`i_product`),
    KEY `id_brand` (`id_brand`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=208 ;

     
  • Marc Delisle

    Marc Delisle - 2008-05-19

    Logged In: YES
    user_id=210714
    Originator: YES

    Fixed in the QA_2_11 branch, you can try it (see http://cihar.com/phpMyAdmin/snapshots/\)

     
  • Marc Delisle

    Marc Delisle - 2008-06-23
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed
     
MongoDB Logo MongoDB