Hi, I have a solid problem and I expect others can reproduce :)
With current master, after importing I see correctly the upload progress bar but it never reaches 100% and the newly created table does not show up in the navi panel. However I see that my table was correctly created if I reload the page.
2010/4/22 Marc Delisle marc@infomarc.info
Hi, I have a solid problem and I expect others can reproduce :)
With current master, after importing I see correctly the upload progress bar but it never reaches 100% and the newly created table does not show up in the navi panel. However I see that my table was correctly created if I reload the page.
Hi Marc, what plugin do you use to display the upload progress, apc or uploadprogress? Also, what browser do you use?
-- Marc Delisle http://infomarc.info
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Philip Frank a écrit :
2010/4/22 Marc Delisle <marc@infomarc.info mailto:marc@infomarc.info>
Hi, I have a solid problem and I expect others can reproduce :) With current master, after importing I see correctly the upload progress bar but it never reaches 100% and the newly created table does not show up in the navi panel. However I see that my table was correctly created if I reload the page.
Hi Marc, what plugin do you use to display the upload progress, apc or uploadprogress? Also, what browser do you use?
Hi Philip, APC, as mentioned in the subject :) Browsers: FF 3.6.3, IE 8.
2010/4/22 Marc Delisle marc@infomarc.info
Philip Frank a écrit :
2010/4/22 Marc Delisle <marc@infomarc.info mailto:marc@infomarc.info>
Hi, I have a solid problem and I expect others can reproduce :) With current master, after importing I see correctly the upload
progress
bar but it never reaches 100% and the newly created table does not
show
up in the navi panel. However I see that my table was correctly
created
if I reload the page.
Hi Marc, what plugin do you use to display the upload progress, apc or uploadprogress? Also, what browser do you use?
Hi Philip, APC, as mentioned in the subject :) Browsers: FF 3.6.3, IE 8.
Hi Marc,
tried it with both uploadprogress and apc and it works fine with FF 3.6.3 and Chrome 5.0 (Linux). Maybe this is actually OS-dependant. I had some issues with the maximum number of connections during my development on the upload progressbar. I can try this on a windows machine tomorrow.
I found a different bug, though: The number of bytes uploaded says "undefined" for me, you can fix that by changing Line 64 in display_import.lib.php from "complete = total.complete;" to "complete = response.complete;"
Regards, Philip
-- Marc Delisle http://infomarc.info
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Philip Frank a écrit :
2010/4/22 Marc Delisle <marc@infomarc.info mailto:marc@infomarc.info>
Philip Frank a écrit : > > > 2010/4/22 Marc Delisle <marc@infomarc.info <mailto:marc@infomarc.info> <mailto:marc@infomarc.info <mailto:marc@infomarc.info>>> > > Hi, > I have a solid problem and I expect others can reproduce :) > > With current master, after importing I see correctly the upload progress > bar but it never reaches 100% and the newly created table does not show > up in the navi panel. However I see that my table was correctly created > if I reload the page. > > > Hi Marc, > what plugin do you use to display the upload progress, apc or > uploadprogress? > Also, what browser do you use? Hi Philip, APC, as mentioned in the subject :) Browsers: FF 3.6.3, IE 8.
Hi Marc,
tried it with both uploadprogress and apc and it works fine with FF 3.6.3 and Chrome 5.0 (Linux). Maybe this is actually OS-dependant. I had some issues with the maximum number of connections during my development on the upload progressbar. I can try this on a windows machine tomorrow.
Please keep me posted
I found a different bug, though: The number of bytes uploaded says "undefined" for me, you can fix that by changing Line 64 in display_import.lib.php from "complete = total.complete;" to "complete = response.complete;"
I have already made this change a few days ago in master.
Regards, Philip
-- Marc Delisle http://infomarc.info ------------------------------------------------------------------------------ _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net <mailto:Phpmyadmin-devel@lists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
2010/4/22 Marc Delisle marc@infomarc.info
Philip Frank a écrit :
2010/4/22 Marc Delisle <marc@infomarc.info mailto:marc@infomarc.info>
Philip Frank a écrit : > > > 2010/4/22 Marc Delisle <marc@infomarc.info <mailto:marc@infomarc.info> <mailto:marc@infomarc.info <mailto:marc@infomarc.info>>> > > Hi, > I have a solid problem and I expect others can reproduce :) > > With current master, after importing I see correctly the upload progress > bar but it never reaches 100% and the newly created table does not show > up in the navi panel. However I see that my table was correctly created > if I reload the page. > > > Hi Marc, > what plugin do you use to display the upload progress, apc or > uploadprogress? > Also, what browser do you use? Hi Philip, APC, as mentioned in the subject :) Browsers: FF 3.6.3, IE 8.
Hi Marc,
tried it with both uploadprogress and apc and it works fine with FF 3.6.3 and Chrome 5.0 (Linux). Maybe this is actually OS-dependant. I had some issues with the maximum number of connections during my development on the upload progressbar. I can try this on a windows machine tomorrow.
Please keep me posted
Tried it on XP/IE6, Win7/IE8, and FF 3.6 on both. They all work as expected.
Here is a screenshot of firebug's network tab, after a file has been uploaded: http://i.imgur.com/h9zDd.png Do you get any javascript errors?
I found a different bug, though: The number of bytes uploaded says "undefined" for me, you can fix that by changing Line 64 in display_import.lib.php from "complete = total.complete;" to "complete = response.complete;"
I have already made this change a few days ago in master.
Regards, Philip
-- Marc Delisle http://infomarc.info
_______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net <mailto:Phpmyadmin-devel@lists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Marc Delisle http://infomarc.info
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Philip Frank a écrit :
2010/4/22 Marc Delisle <marc@infomarc.info mailto:marc@infomarc.info>
Philip Frank a écrit : > > > 2010/4/22 Marc Delisle <marc@infomarc.info <mailto:marc@infomarc.info> <mailto:marc@infomarc.info <mailto:marc@infomarc.info>>> > > Philip Frank a écrit : > > > > > > 2010/4/22 Marc Delisle <marc@infomarc.info <mailto:marc@infomarc.info> > <mailto:marc@infomarc.info <mailto:marc@infomarc.info>> <mailto:marc@infomarc.info <mailto:marc@infomarc.info> > <mailto:marc@infomarc.info <mailto:marc@infomarc.info>>>> > > > > Hi, > > I have a solid problem and I expect others can reproduce :) > > > > With current master, after importing I see correctly the > upload progress > > bar but it never reaches 100% and the newly created table > does not show > > up in the navi panel. However I see that my table was > correctly created > > if I reload the page. > > > > > > Hi Marc, > > what plugin do you use to display the upload progress, apc or > > uploadprogress? > > Also, what browser do you use? > > Hi Philip, > APC, as mentioned in the subject :) > Browsers: FF 3.6.3, IE 8. > > > Hi Marc, > > tried it with both uploadprogress and apc and it works fine with FF > 3.6.3 and Chrome 5.0 (Linux). > Maybe this is actually OS-dependant. I had some issues with the maximum > number of connections during my development on the upload progressbar. I > can try this on a windows machine tomorrow. Please keep me posted
Tried it on XP/IE6, Win7/IE8, and FF 3.6 on both. They all work as expected.
Here is a screenshot of firebug's network tab, after a file has been uploaded: http://i.imgur.com/h9zDd.png Do you get any javascript errors?
No but I'll continue my testing, having a closer look via Firebug.