I got this error when I tried to execute the schedule backup script.
What is doing this ? How may I solve that ?
---
MySQL 5.0.67
PHP Version 5.2.6
Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 mod_jk/1.2.25
---
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, xxxx@xxxxx.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
----
geemeetheway
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I get the same message doing a manual backup of a 200 meg database. It has been working for over a year and just stopped a few weeks after we moved to a new server.
MySQL 5.0.67
PHP 5.2.8
Have you resolved your problem?
Rick
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I got this error when I tried to execute the schedule backup script.
What is doing this ? How may I solve that ?
---
MySQL 5.0.67
PHP Version 5.2.6
Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 mod_jk/1.2.25
---
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, xxxx@xxxxx.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
----
geemeetheway
I get the same message doing a manual backup of a 200 meg database. It has been working for over a year and just stopped a few weeks after we moved to a new server.
MySQL 5.0.67
PHP 5.2.8
Have you resolved your problem?
Rick
Look in cPanel for error log.
When I did I found PHP files had group writeable:
cd phpMyBackupPro-2.5 (etc)
chmod 644 *.php
I then found permission of folder was writeable by group:
cd ..
chmod 755 phpMyBackupPro-2.5
Last edit: Dwight Walker 2015-07-05