[Bug 1072059] New: phpMyAdmin crashes after login
http://bugzilla.opensuse.org/show_bug.cgi?id=1072059 Bug ID: 1072059 Summary: phpMyAdmin crashes after login Classification: openSUSE Product: openSUSE Distribution Version: Leap 42.2 Hardware: x86-64 OS: openSUSE 42.2 Status: NEW Severity: Major Priority: P5 - None Component: Other Assignee: bnc-team-screening@forge.provo.novell.com Reporter: kardasy@gmail.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Created attachment 752231 --> http://bugzilla.opensuse.org/attachment.cgi?id=752231&action=edit phpMyAdmin_issue While loggin in to phpMyAdmin I'm receiving an error message: Error in processing request error code: 200 error text: OK (rejected) It seems that the connection to server has been lost. Please check your network connectivity and server status. Additionally stack trace shows following information: PhpMyAdmin\SqlParser\Exceptions\LoaderException: Specified context ("\PhpMyAdmin\SqlParser\Contexts\ContextMariaDb100031") does not exist. in /srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Context.php on line 465
From my quick research possible reason could be incompatibility between database server and database client, but I'm not aware how to verify that.
I have installed all packages from official opensuse stable repositories. I'm using mariaDB and have no installed mysql. All packages are up to date. Connection to database is working well with no issues while I'm using command line client. Would appreciate any help with this issue. Regards Piotr -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1072059 Andreas Stieger <astieger@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@computersalat.de, | |lang@b1-systems.de Assignee|bnc-team-screening@forge.pr |chris@computersalat.de |ovo.novell.com | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1072059 http://bugzilla.opensuse.org/show_bug.cgi?id=1072059#c1 Christian Wittmer <chris@computersalat.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS CC| |kardasy@gmail.com Flags| |needinfo?(kardasy@gmail.com | |) --- Comment #1 from Christian Wittmer <chris@computersalat.de> --- Can you please post the following output on console: - rpm -qi phpMyAdminphp -CV - rpm -qa | grep maria - php -v what kind of webserver are you using ? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1072059 http://bugzilla.opensuse.org/show_bug.cgi?id=1072059#c2 --- Comment #2 from Christian Wittmer <chris@computersalat.de> --- a minor typo ... - rpm -qi phpMyAdminphp -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1072059 http://bugzilla.opensuse.org/show_bug.cgi?id=1072059#c3 Piotr Kardasinski-Bunalski <kardasy@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(kardasy@gmail.com | |) | --- Comment #3 from Piotr Kardasinski-Bunalski <kardasy@gmail.com> --- Hello, thanks for your replay. There is still another one typo, but I figured out what you mean, I hope :-). Please fund bellow dump from console with output for all commands. I add additionally xdebug version information. Regarding webserver I'm using standard installation of apache, which comes with the distribution. In fact I was installed the patterns-openSUSE-lamp_server rpm -qi phpMyAdminphp -CV Name : phpMyAdmin Version : 4.7.5 Release : 33.9.1 Architecture: noarch Install Date: pią, 8 gru 2017, 22:26:35 Group : Productivity/Networking/Web/Frontends Size : 35560208 License : GPL-2.0+ Signature : RSA/SHA256, pon, 27 lis 2017, 14:39:10, Key ID b88b2fd43dbdc284 Source RPM : phpMyAdmin-4.7.5-33.9.1.src.rpm Build Date : pon, 27 lis 2017, 14:38:45 Build Host : lamb55 Relocations : (not relocatable) Packager : http://bugs.opensuse.org Vendor : openSUSE URL : https://www.phpMyAdmin.net/ Summary : Administration of MySQL over the web Description : phpMyAdmin can manage a whole MySQL server (needs a super-user) as well as a single database. To accomplish the latter you'll need a properly set up MySQL user who can read/write only the desired database. It's up to you to look up the appropriate part in the MySQL manual. Currently phpMyAdmin can: * browse and drop databases, tables, views, fields and indexes * create, copy, drop, rename and alter databases, tables, fields and indexes * maintenance server, databases and tables, with proposals on server configuration * execute, edit and bookmark any SQL-statement, even batch-queries * load text files into tables * create^1 and read dumps of tables * export^1 data to various formats: CSV, XML, PDF, ISO/IEC 26300 - OpenDocument Text and Spreadsheet, Word, Excel and L^AT[E]X formats * import data and MySQL structures from Microsoft Excel and OpenDocument spreadsheets, as well as XML, CSV, and SQL files * administer multiple servers * manage MySQL users and privileges * check referential integrity in MyISAM tables * using Query-by-example (QBE), create complex queries automatically connecting required tables * create PDF graphics of your Database layout * search globally in a database or a subset of it * transform stored data into any format using a set of predefined functions, like displaying BLOB-data as image or download-link * track changes on databases, tables and views * support InnoDB tables and foreign keys (see FAQ 3.6) * support mysqli, the improved MySQL extension (see FAQ 1.17) * communicate in 57 different languages * synchronize two databases residing on the same as well as remote servers (see FAQ 9.1) Distribution: openSUSE Leap 42.2 rpm -qa | grep maria mariadb-10.0.31-20.7.1.x86_64 mariadb-errormessages-10.0.31-20.7.1.x86_64 mariadb-client-10.0.31-20.7.1.x86_64 php -v PHP 5.5.14 (cli) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies with Xdebug v2.5.5, Copyright (c) 2002-2017, by Derick Rethans rpm -qa | grep xdebug php5-xdebug-2.5.5-2.1.x86_64 rpm -qa | grep apache apache2-doc-2.4.23-8.12.1.noarch apache2-mod_python-3.5.0-4.1.x86_64 apache2-mod_php5-5.5.14-77.15.1.x86_64 apache2-utils-2.4.23-8.12.1.x86_64 apache2-mod_perl-2.0.9-3.5.x86_64 apache2-2.4.23-8.12.1.x86_64 apache-commons-logging-1.1.3-11.1.noarch apache2-prefork-2.4.23-8.12.1.x86_64 apache2-example-pages-2.4.23-8.12.1.x86_64 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1072059 http://bugzilla.opensuse.org/show_bug.cgi?id=1072059#c4 --- Comment #4 from Piotr Kardasinski-Bunalski <kardasy@gmail.com> --- Hello, after last update of ppmyadmin, which was installed on my machine few days ago this issue is gone :-). My current phpmyadmin version is: 4.7.7-33.12.1. Thanks in advance for all your support and dedication. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com