phpMyAdmin appears export.php Missing parameter:what/export_type error Resolution _php tips

Source: Internet
Author: User
Tags php session phpmyadmin plesk
phpMyAdmin can not export the data problem, click the export after a request failed or white page, refresh after the error
Export.php:Missing Parameter:what (FAQ 2.8)
Export.php:Missing Parameter:export_type (FAQ 2.8)

The solution is:

php.ini settings in the PHP directory to adjust
The original post_max_size = 8M, change big to post_max_size = 20M is good.

PHP Source Solution

Ini_set (' Memory_limit ', ' 180M ');

If we're in a Linux system, we

This is the path to the affected file on the (DV) dedicated-virtual Server:
Copy Code code as follows:

/usr/local/psa/admin/htdocs/domains/databases/phpmyadmin/libraries

To apply the fix, log on to your server via SSH as a "root" user and run the following commands:
Change directories to the folder with the affected file. Cd
Copy Code code 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
Copy Code code as follows:

http://download1.swsoft.com/Plesk/Autoupdate/Windows/8.1.1.2/120220/session.inc.php

Restart Plesk
Copy Code code as follows:

/etc/init.d/psa restart

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.