搜尋問答服務(Search QA services)

2007-09-01

PHP Fatal error: Maximum execution time of 60 seconds exceeded in {phpMyBackupPro}\functions.inc.php [ phpMyBackupPro v2.1]


Solution: To increase the execution time of PHP, You can modify the {phpMyBackupPro}\global_conf.php

Original code
$CONF['timelimit']="60";


Modified code
$CONF['timelimit']="600";


Condition:
- Comments
"phpMyBackup Pro is a web-based MySQL backup application, licensed under the GNU GPL. You can create scheduled backups, manage and restore them, download or email" (Quoted from official website)

The process of backing up the MySQL took too much time. The backup email could not sent successfully.

- Error logs
(located at {phpMyBackupPro}\phplog.txt if you enable the PHP error logging):

* PHP Fatal error: Maximum execution time of 60 seconds exceeded in {phpMyBackupPro}\functions.inc.php on line 672
* PHP Notice: Undefined index: SCRIPT_FILENAME in {phpMyBackupPro}\definitions.php on line 65

0 comments:

張貼意見

Related Posts with Thumbnails Creative Commons License 本著作採用 創用 CC 姓名標示-非商業性-相同方式分享 2.5 台灣 授權條款授權.

網誌存檔(blog archive)