restore problem --Help!!

restore problem --Help!!

by Andy An -
Number of replies: 1
Hi All :
When i restore some courses on our new server with moodle 1.6.3 from the backups(made with moodle 1.5.x on our old server), all but one of the courses has the following problem:
1. I click the resore link to start the restore process, which open the page with the message:

You are about to start the restore process for:

backup-ahis-206-s090-20061218-0933.zip

Later in this process you will have a choice of adding this backup to an existing course or creating a completely new course.

Do you want to continue?


2. I click the "Yes" button, which should start the restore process. But instead it opens a download window, saying "You have choosen to open restore.php, which is a PHP file from http://... ..."

All other courses with the same way work fine only this one course met such problem.
And if I restore the course on the old server from the same backups, it works well.

Need any clue or help.

Thanks.



Average of ratings: -
In reply to Andy An

Re: restore problem --Help!!

by Andy An -
The problem is the memory leak. Set the PHP memory limit from 64 M to 256 M It works. (We use PHP 5.0.x so it's a problem). Pasted here to help if some one has the similar problem.
Thanks for Moodle community.