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 reset SSH port back to default port 22?

In some situations most of us may come across a problem that we are able to log into the WHM but...

How to setup the root login alert notification email?

Its very important to keep a check on your servers and who logs into the server, From security...

How to enable Open SSL on WHM?

Before enabling open SSL, you can check whether it is already enabled on your server. Please fire...

How to install mod_pagespeed on WHM?

'mod_pagespeed' is module of Apache which is nothing but plugin which is used for compressing the...

How to enable Hot Link Protection in cPanel?

To avoid other sites to use your website's bandwidth, you can enable the hot link protection....

Powered by WHMCompleteSolution