• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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