Menu

#3073 auth_type signon - odd behaviour at ex- and importing.

3.5.5
out-of-date
nobody
Normal
2015-06-03
2010-08-04
Hans Meiser
No

after switching to auth_type signon (like described here http://wiki.phpmyadmin.net/pma/Auth_types\) we notice odd behavour of phpmyadmin at ex- and importing sql-files.
uncompressed sql exporting is only possible if $cfg['MemoryLimit'] is set to huge values. with compression it works in more cases.

at importing behaviour is at follows: if i use firefox and small sql files a aja-message is shown: "The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers."
But neither i am using a browser with webkitengine nor my upload-limits are reached.
if i use regular auth_type http all is working fine.
in support forum we could not find a solution: https://sourceforge.net/projects/phpmyadmin/forums/forum/72909/topic/3777936

we use apache 2.2.10 and php 5.2.12 as common mod_php
i hope someone will have a look at it

Thanks,
Hnas

Discussion

  • ralf ralfson

    ralf ralfson - 2011-02-01

    i was able to reproduce the bug. the cause seems to be located in the signonsession handling, f.e. config.inc.php:

    $cfg['Servers'][1]['auth_type'] = 'signon';
    $cfg['Servers'][1]['SignonSession'] = 'ssessionserver1';
    $cfg['Servers'][1]['SignonURL'] = 'loginscript.php';

    $cfg['Servers'][6]['auth_type'] = 'signon';
    $cfg['Servers'][6]['SignonSession'] = 'ssessionserver6';
    $cfg['Servers'][6]['SignonURL'] = 'loginscript.php';

    i createt the PMA session for ssessionserver6 and cannot import a file via importscript, the ajax error is:

    "The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers."

     
  • ralf ralfson

    ralf ralfson - 2011-02-01

    PS: bug still exists in PMA version 3.3.9

     
  • ralf ralfson

    ralf ralfson - 2011-05-30

    bug is still online in Version3.4.1

     
  • Marc Delisle

    Marc Delisle - 2011-05-30

    Yes, no need to add a reminder for each version. This bug is not marked as being fixed.

     
  • Marc Delisle

    Marc Delisle - 2013-01-22
    • milestone: 3.3.3 --> 3.5.5
     
  • Madhura Jayaratne

    • assigned_to: Madhura Jayaratne
     
  • Madhura Jayaratne

    I am unable to reproduce this bug with current stable version 4.2.11

     
  • Madhura Jayaratne

     
  • Madhura Jayaratne

     
  • Madhura Jayaratne

     
  • Madhura Jayaratne

    • assigned_to: Madhura Jayaratne --> nobody
     
  • Marc Delisle

    Marc Delisle - 2015-02-15
    • Priority: 5 --> Normal
     
  • Marc Delisle

    Marc Delisle - 2015-06-03
    • status: open --> out-of-date
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.