This webpage is not found - Cannot export database

While exporting the database zip file from cPanel >> phpMyAdmin as well from SSH, I was getting below error message -

"This webpage is not found"

Solution :-

1. Please make sure '.zip' extension is enabled on your server. Please follow below command for checking the .zip extension -

php -m | grep zip --------------> Output should be - zip
For example -
root@server [~]# php -m | grep zip
zip

If zip extension is enabled and you're still getting the above error message while exporting the database then please follow next step.

2. Update the memory limit of server in 'config.inc.php' file -

cat /usr/local/cpanel/base/3rdparty/phpmyadmin/config.inc.php
$cfg['MemoryLimit'] = '1024M'; -------> You can increase the limit as per your need.


It fixed my issue!
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Install or Uninstall EasyApache 4 on cPanel server?

EasyApache Software is included within your cPanel and WHM license which is very easy and useful...

How to reset Joomla Admin Panel Password?

Many times we used to forgot the current password of Joomla Administration panel and get in...

Authentication Failed - Email password is not working in desktop application

I tried accessing the email account from one of the email client on my desktop. It was generating...

Failed: Account Restore Failed: “clean: Cannot cleanup top level directory:

While restoring the full cPanel backup file in 'tar.gz' format from WHM >> Backup >>...

Powered by WHMCompleteSolution