PhpMyAdmin has an export. php: Missingparameter: whatexport_type error. If you encounter the same problem, refer to it.
PhpMyAdmin has an export. php: Missing parameter: what/export_type error. If you have encountered the same problem, refer to it.
PhpMyAdmin cannot export data. After you click Export, a request fails or a white page is displayed. An error is returned after you refresh the page.
Export. php: Missing parameter: what (FAQ 2.8)
Export. php: Missing parameter: export_type (FAQ 2.8)
Solution:
Modify the php. ini settings in the php Directory.
The original post_max_size = 8 M, which can be increased to post_max_size = 20 M.
Solution in php source code
Ini_set ('memory _ limit ', '180m ');
In linux
This is the path to the affected file on the (dv) Dedicated-Virtual Server:
The Code is as follows: |
|
/Usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/libraries |
To apply the fix, log in to your server via SSH as a "root" user and run the following commands:
Change directories into the folder with the affected file. cd
The Code is as follows: |
|
/Usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/librariesMove |
The old file as a backup. mv session. inc. php session. inc. php-oldDownload the fixed file. wget
The Code is as follows: |
|
Http://download1.swsoft.com/Plesk/Autoupdate/Windows/8.1.1.2/120220/session.inc.php |
Restart Plesk
The Code is as follows: |
|
/Etc/init. d/psa restart |