Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning in ./db_export.php#91 urldecode() expects parameter 1 to be string, array given #14791

Closed
unioncos opened this issue Dec 18, 2018 · 0 comments
Assignees
Labels
Bug A problem or regression with an existing feature has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
Milestone

Comments

@unioncos
Copy link

PhpMyadmin 4.8.4 throws the following error on every Export of a database using gzip to the var/lib/phpMyadmin/save folder

Warning in ./db_export.php#91
urldecode() expects parameter 1 to be string, array given

Backtrace

./db_export.php#91: urldecode(array)
./libraries/classes/Export.php#940: include_once(./db_export.php)
./export.php#549: PhpMyAdmin\Export::showPage(
string 'database_name',
string '',
string 'database',
)

and exits to a text only page - and a backup in the browser will produce the above output at the bottom reported as an error on the server

Describe the bug

My server is Centos 7 Server: 7.6.1810

Localhost via UNIX socket
Server type: MariaDB
Server connection: SSL is not being used Documentation
Server version: 10.2.19-MariaDB - MariaDB Server
Protocol version: 10
User: root@localhost
Server charset: UTF-8 Unicode (utf8)
Web server
Apache/2.4.37 (codeit) OpenSSL/1.1.1 mod_fcgid/2.3.9
Database client version: libmysql - mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
PHP extension: mysqliDocumentation curlDocumentation mbstringDocumentation
PHP version: 5.6.39
phpMyAdmin
Version information: 4.8.4 (up to date) latest code up to date

Server: Localhost via UNIX socket
Server type: MariaDB
Server connection: SSL is not being used Documentation
Server version: 10.2.19-MariaDB - MariaDB Server
Protocol version: 10
User: root@localhost
Server charset: UTF-8 Unicode (utf8)
Web server
Apache/2.4.37 (codeit) OpenSSL/1.1.1 mod_fcgid/2.3.9
Database client version: libmysql - mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
PHP extension: mysqliDocumentation curlDocumentation mbstringDocumentation
PHP version: 5.6.39
phpMyAdmin
Version information: 4.8.4 (up to date)

Web Server

BIND version | 9.9
Postfix version | 2.10.1
Mail injection command | /usr/lib/sendmail -t
Apache version | 2.4.37 (codeit)

@williamdes williamdes added the Bug A problem or regression with an existing feature label Dec 18, 2018
@williamdes williamdes added this to the 4.8.4.1 milestone Dec 18, 2018
@williamdes williamdes added the has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete label Dec 19, 2018
@williamdes williamdes self-assigned this Dec 19, 2018
williamdes added a commit that referenced this issue Dec 19, 2018
Signed-off-by: William Desportes <williamdes@wdes.fr>
@ibennetch ibennetch modified the milestones: 4.8.4.1, 4.8.5 Jan 26, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A problem or regression with an existing feature has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
Projects
None yet
Development

No branches or pull requests

3 participants