Hi Alex
here is another bug for you :-)
https://sourceforge.net/tracker/?func=detail&aid=3538914&group_id=23...
On Fri, Jun 29, 2012 at 10:25 AM, Michal Čihař michal@cihar.com wrote:
Hi Alex
here is another bug for you :-)
https://sourceforge.net/tracker/?func=detail&aid=3538914&group_id=23...
:) Bring it on!
I think I fixed it in [1], but I don't know how to reproduce it (how can I access display_import_ajax.lib.php from the interface?). Also, this led me to fixing another bug [2].
After I merged master and pushed, I can't seem to be able to make a pull request with only these two commits. Is it alright if I also include other commits (not mine) in a pull request, or is it easier for you to merge my branch [3]?
[1] https://github.com/alexukf/phpmyadmin/commit/e8ef29f92fb39083c53ed9bee958fd3... [2] https://github.com/alexukf/phpmyadmin/commit/c1b8b9ca867a0bd16f04680877b5ac0... [3] https://github.com/alexukf/phpmyadmin/tree/plugins-and-OOP
-- Alex
Hi
Dne Fri, 29 Jun 2012 16:49:21 +0300 Alex Marin alex.ukf@gmail.com napsal(a):
After I merged master and pushed, I can't seem to be able to make a pull request with only these two commits. Is it alright if I also include other commits (not mine) in a pull request, or is it easier for you to merge my branch [3]?
Branch merged.
Hi
Dne Fri, 29 Jun 2012 16:22:38 +0200 Michal Čihař michal@cihar.com napsal(a):
Hi
Dne Fri, 29 Jun 2012 16:49:21 +0300 Alex Marin alex.ukf@gmail.com napsal(a):
After I merged master and pushed, I can't seem to be able to make a pull request with only these two commits. Is it alright if I also include other commits (not mine) in a pull request, or is it easier for you to merge my branch [3]?
Branch merged.
But that results in another error:
PHP Fatal error: Class name must be a valid object or a string in libraries/display_import_ajax.lib.php on line 124 PHP Stack trace: PHP 1. {main}() import_status.php:0 PHP 2. PMA_importAjaxStatus() import_status.php:96
On Sat, Jun 30, 2012 at 9:17 AM, Michal Čihař michal@cihar.com wrote:
PHP Fatal error: Class name must be a valid object or a string in libraries/display_import_ajax.lib.php on line 124 PHP Stack trace: PHP 1. {main}() import_status.php:0 PHP 2. PMA_importAjaxStatus() import_status.php:96
I have installed PHP 5.4.4-1 and according to [1] that is all I have to do, after setting session.upload_progress.enabled = On, in order to see the upload progress bar. I read that the JSON extension is enabled by default as of PHP 5.2.0.
I have a table and I exported it in .sql and .xml. When I drop the table and import it back from either file, no progress is shown, and moreover, no message it shown at all (import successful), but when I refresh, I can see that the import has been made.
What steps do I have to follow in order to see the error you mentioned?
[1] http://www.phpmyadmin.net/documentation/#faq2_9
-- Alex