Menu

#2366 (ok 2.10) Undefined index: sql_query in common.lib

2.10.0-rc1
fixed
None
1
2014-08-26
2007-02-23
No

after "import" of a complete db i get:

Notice: Undefined index: sql_query in ...PmaQA_2_10-70223\libraries\common.lib.php on line 1189

Import has been successfully finished, 70 queries executed.

this should be fixed before pma 2.10.0 will be released ;)

Discussion

  • Jürgen Wind

    Jürgen Wind - 2007-02-23
    • milestone: 415859 --> 679147
    • summary: Undefined index: sql_query --> Undefined index: sql_query in common.lib
     
  • Marc Delisle

    Marc Delisle - 2007-02-24

    Logged In: YES
    user_id=210714
    Originator: NO

    Juergen,
    I can't reproduce. This is with 2.10.0-rc1, right?

     
  • Jürgen Wind

    Jürgen Wind - 2007-02-24

    Logged In: YES
    user_id=1383652
    Originator: YES

    not exactly, it's from snapshot PmaQA_2_10 2007-02-23
    ...
    -- Generation Time: Feb 23, 2007 at 10:10 PM
    -- Server version: 4.1.11
    -- PHP Version: 5.2.1
    (w2k)

     
  • Jürgen Wind

    Jürgen Wind - 2007-02-24

    Logged In: YES
    user_id=1383652
    Originator: YES

    webserver : Apache/2.0.58 (Win32) PHP/5.2.1
    mysqld : # Server version: 4.1.11-log # Protocol version: 10
    MySQL client version: 5.0.22 # Used PHP extensions: mysqli

    reproducable error:

    select db 'einsch'
    export
    [x] Save on server in /HTdocs/impex/ directory ,
    [x] "gzipped"
    go

    ----
    QA_2_10 :
    $Id: ChangeLog 10008 2007-02-21 17:59:42Z lem9 $

    Notice: Undefined index: sql_query
    in L:\...\PmaQA_2_10-70223\libraries\common.lib.php on line 1189

    Dump has been saved to file /HTdocs/impex/einsch-db_2007-02-25.sql.gz.

    ----
    svn trunk
    $Id: ChangeLog 10000 2007-02-17 13:50:59Z lem9 $ :

    Notice: Undefined index: charset_of_file
    in L:\...\PmaTrunk\libraries\export\sql.php on line 229

    Notice: Undefined index: charset_of_file
    in L:\...\PmaTrunk\libraries\export\sql.php on line 165
    (this was the reason to test QA_2_10)

    Notice: Undefined index: sql_query
    in L:\...\PmaTrunk\libraries\common.lib.php on line 1352

    Dump has been saved to file ../impex/einsch-svn702150016.sql.gz.

    This dump is broken due to the error msg inside the file,
    see [ 1663336 ] (ok 2.10.0-rc2) Notice: Undefined index: charset_of_file
    (not fixed in trunk at this time)

     
  • Marc Delisle

    Marc Delisle - 2007-02-25
    • milestone: 679147 --> 2.10.0-rc1
    • priority: 5 --> 1
    • assigned_to: nobody --> lem9
    • summary: Undefined index: sql_query in common.lib --> (ok 2.10) Undefined index: sql_query in common.lib
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2007-02-28
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

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