Backup [Solved]
The backup feature is going to a blank white screen. No backup generated.
Immediate solution has been providedSolution Manager: GnapZ
Issue description
I don't know if maybe this could be PHP settings related. (size of backup too big?) Timing out?
No idea.
No idea.
Comments
| GnapZ from Caribbean 2970 posts | All backups have the same end (Parameters is the smallest one, less than 100 KB) ? Is it the same result using an original skin ? Whitch version of Yacs do you use ? |
AnsteyER![]() 301 posts | Yacs 7.4 The db backup and the images backup go to the white screen, the rest pop up with a save to disk message, and save a zip file appropriately. I'm using one of the out of the box skins, derived, with a new image in the header, no other changes. |
| GnapZ from Caribbean 2970 posts |
AnsteyER : There is two ways: The db backup is made from a gz archive script. The others are made with a zip archive script. Both of them work in memory. It could be the memory for the images (64 MB max) if you have a zip archve over 64 MB (no file exist on the server, it is all made in memory before downloading). But the database archive is very small and it could not be the same problem (memory). So, i will check the scripts about this. For the db archive, i think that Bernard knows better than me about gzip processing. Can you check your host on the PHP server side if the maximum allowed memory for processes is not too low ? |
AnsteyER![]() 301 posts |
GnapZ: I could adjust the httpd.conf or the php.ini files as necessary. I'm just not sure which settings might be off. None of them seem particularly small or noticeably wrong. |
| GnapZ from Caribbean 2970 posts | In my phpinfo(), i have: Memory limit : 80MThat's all a found about memory but maybe it become from theses values. |
AnsteyER![]() 301 posts |
" In my phpinfo(), i have:Memory limit : 80MThat's all a found about memory but maybe it become from theses values. " YOU ARE THE MAN! thank you. that worked like a charm. I apologize if this was documented and i just didn't see it. |
Rate this page
Posted by AnsteyER on May 4 2007, edited by Bernard on May 6 2007, (popular)
