Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Error : No web page was found for the web address: “..databases/phpMyAdmin/expor  (Read 2748 times)

0 Members and 1 Guest are viewing this topic.

rohitj

  • Guest
Error : No web page was found for the web address: “..databases/phpMyAdmin/export.php”

Sometimes you may receive the above error while trying to export a database.

Just follow the steps listed below to fix the error.

1. Make sure that the export.php is present on server. (In most cases the file will be present)

2. If the file is present the error is related to php memory limit. Try increasing the limit and see the results.

vi /etc/php.ini
Change the following variable to some high value.

memory limit  = 512 M
Restart apache.

If this didn't fix the issue, try to change this value from /usr/local/psa/admin/conf/php.ini

 ;)