|
export.php: Missing parameter: what (FAQ 2.8)
export.php: Missing parameter: export_type (FAQ 2.8)
解決方法是:
php目錄下的php.ini 設置要調整一下
原來的 post_max_size = 8M ,改大到 post_max_size = 20M 就好了。
php源碼中解決辦法
ini_set('memory_limit', '180M');
如果在linux系統中我們就
This is the path to the affected file on the (dv) Dedicated-Virtual Server:
復制代碼 代碼如下:
/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
復制代碼 代碼如下:
/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
復制代碼 代碼如下:
http://download1.swsoft.com/Plesk/Autoupdate/Windows/8.1.1.2/120220/session.inc.php
Restart Plesk
復制代碼 代碼如下:
/etc/init.d/psa restart
php技術:PhpMyAdmin出現export.php Missing parameter: what /export_type錯誤解決方法,轉載需保留來源!
鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。