Menu

#3053 (ok 3.3.5) Import button doesn't work in catalan

3.3.4
fixed
1
2013-06-11
2010-06-29
Dimas
No

The bug is not fixed. When I load the Import page the javascript error launch this error:

missing ) after argument list
[Break on this error] $('upload_form_status_info').set('h...s.<a href="Documentation.html#faq2_9"
line 100, db_import.php

removing the \' characters of the $strImportUploadInfoNotAvailable in catalan-utf-8.inc.php file solve the problem.

Discussion

  • Marc Delisle

    Marc Delisle - 2010-06-29
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2010-06-29
    • milestone: 1067234 --> 3.3.4
     
  • Marc Delisle

    Marc Delisle - 2010-06-29

    Changed group from 3.4.0 to 3.3.4.

     
  • Dimas

    Dimas - 2010-06-29

    It's true, SORRY, i'm with 3.3.4

     
  • Marc Delisle

    Marc Delisle - 2010-06-29
    • summary: 2998889 not fixed (Import button doesn't work in catalan) --> Import button doesn't work in catalan (when no progress bar)
     
  • Marc Delisle

    Marc Delisle - 2010-06-29

    The fix that will appear in 3.3.5 is the following: in libraries/display_import.lib.php, line 86 becomes:
    $('upload_form_status_info').set('html', '<img src="<?php echo $GLOBAL S['pmaThemeImage'];?>ajax_clock_small.gif" alt="ajax clock" /> <?php echo PM A_jsFormat($strImportLargeFileUploading); ?>');

     
  • Marc Delisle

    Marc Delisle - 2010-06-29
    • priority: 5 --> 1
    • summary: Import button doesn't work in catalan (when no progress bar) --> (ok 3.3.5) Import button doesn't work in catalan
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2010-06-29

    This bug was fixed in repository and will be part of a future release; thanks for reporting.

     
  • Marc Delisle

    Marc Delisle - 2010-07-26
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

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