Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

db_backups

Asked Modified Viewed 2,230 times
K
kailass
K
  • Junior Member, joined since
  • Contributed 19 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
asked
Junior Member

hello, i've got big problem with my db_backups... i'm using 6.01.11 version and when i enter my password and trying to backup my files... it does nothing... it just shows empty sheed of my firefox :( i have tried to refresh page, to do it with firefox, internet explorer 7...

P.S. the chmod for administration/db_backup folder is made
0 replies

9 posts

K
kailass
K
  • Junior Member, joined since
  • Contributed 19 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
answered
Junior Member

P.P.S. my db_backup file weights 5mb... could it be that it is to much ? and if its right, how to make it lower or smth like that ?
0 replies
K
karabela
K
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

i also have the same issue with this version.
0 replies
S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

It's probably your hosting company's memory limit being exceeded.
Try backing up one of the biggest tables separately, and see what happens. Then backup the rest of you tables.
0 replies
W
Wanabo
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
answered
Senior Member

Try gzip (standart option).

What setting in php.ini would limit this? I like to try and override it in .htaccess.
0 replies
S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

In php.ini you'll have this part:

;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 30     
; Maximum execution time of each script, in seconds
max_input_time = 60   ; Maximum amount of time each script may spend parsing request data
[b]memory_limit = 8M[/b]     
; Maximum amount of memory a script may consume (8MB)


memory_limit = 8M - may differ from host to host

How to override this whit .htaccess (if possible) i don't know.
0 replies
C
Christian
C
Best regards,
Christian Damsgaard Jørgensen.
  • Member, joined since
  • Contributed 125 posts on the community forums.
  • Started 4 threads in the forums
answered
Member

Quote

sveinungs wrote:
How to override this whit .htaccess (if possible) i don't know.


Add the following to your .htaccess file:
php_value memory_limit [color=#ff0000]16[/color]M

- or use PHP:
ini_set("memory_limit", "[color=#ff0000]16[/color]M");
0 replies
K
kailass
K
  • Junior Member, joined since
  • Contributed 19 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

sveinungs wrote:
It's probably your hosting company's memory limit being exceeded.
Try backing up one of the biggest tables separately, and see what happens. Then backup the rest of you tables.


where is that .htacces file ?
0 replies
C
Christian
C
Best regards,
Christian Damsgaard Jørgensen.
  • Member, joined since
  • Contributed 125 posts on the community forums.
  • Started 4 threads in the forums
answered
Member

Quote

kailass wrote:
where is that .htacces file ?


Presumably in the directory called /public_html, if it exists - it may be hidden in your FTP Client. If it doesn't exist, simply create a file with the name...

But please note that, most webhosts support .htaccess - however not all.

By the way - the name of the directory may vary (/www or similar) ;)
Edited by Christian on 23-09-2007 01:16,
0 replies
K
kailass
K
  • Junior Member, joined since
  • Contributed 19 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

kailass wrote:

Quote

sveinungs wrote:
It's probably your hosting company's memory limit being exceeded.
Try backing up one of the biggest tables separately, and see what happens. Then backup the rest of you tables.


where is that .htacces file ?


there is no .htaccess file in my ftp directory :/ i have tried to create one, with the text php_value memory_limit 16M in it and to put it into my ftp , but nothing works... i also asked my host supplier said that the limit is 16mb (my backup only weights 5mb) so in this case it should be downloaded, but it isn't...
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 9 posts
  • Votes 0 votes
  • Topic users 5 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet