• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

PHPMyAdmin Export not possible - Fix does not work

ehrenwert

Basic Pleskian
Hello dear Parallels-Team,

well, I've got a tiny little problem: If a customer tries to export a mysql-database he gets the following error: export.php not found.
Some tutorials show, that the memory-limit in the /usr/local/psa/admin/conf/php.ini has to be increased.

I did this (512M). After restarting the psa it works only once. Having a second try it does not work again (export.php not found) - in these cases I have to increase the memory-limit again.


What can I do here?
 
Hi and thank you for your answer.
No, I did not try it yet. As I'm on a mobile device with low battery at the moment I did not have enough time to search for a manual, which shows, how to exclude sth. from ACP. Could you help me out?
 
Check that you have following parameters:

# cat /usr/local/psa/admin/conf/php.ini|grep apc.enabled
apc.enabled = 0

# cat /usr/local/psa/admin/conf/php.ini|grep memory_limit
memory_limit = 256M
 
Back
Top