| Author |
Message |
jaded Theme Guru

Joined: Nov 01, 2003 Posts: 915
|
Posted:
Wed Feb 09, 2005 8:02 pm |
|
I hope that somoene knows how to fix this. The db backup button on the admin panel of a 7.0 nuke site is not working.When this button is clicked it tries to load for about 15 seconds then transitions to a " this page cannot be displayed" page.
How would I go about fixing this??????
I have already replaced the
admin/cases
admin/links
admin/modules
files for backup.php
this did not help at all.
I have also tried to save the database through phpmyadmin export but the files all come up empty. This is a huge problem~~ |
|
|
|
 |
sixonetonoffun Spouse Contemplates Divorce

Joined: Jan 02, 2003 Posts: 2363
|
Posted:
Wed Feb 09, 2005 8:36 pm |
|
Is sql in your htaccess as a disallowed extension type? |
|
|
|
 |
sixonetonoffun Spouse Contemplates Divorce

Joined: Jan 02, 2003 Posts: 2363
|
Posted:
Wed Feb 09, 2005 8:38 pm |
|
Example this is many of the htaccess examples I see:
| Code: |
<FilesMatch "\.(inc|tpl|h|ihtml|sql|ini|conf|class|bin|spd|theme|module|exe)$">
deny from all
</FilesMatch>
|
|
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15235 Location: Kansas
|
Posted:
Wed Feb 09, 2005 9:17 pm |
|
The file saves as uncompressed. It's probably just too large. |
|
|
|
 |
tangoman Involved


Joined: Aug 06, 2005 Posts: 301
|
Posted:
Mon Aug 22, 2005 10:52 pm |
|
| jaded wrote: | I hope that somoene knows how to fix this. The db backup button on the admin panel of a 7.0 nuke site is not working.When this button is clicked it tries to load for about 15 seconds then transitions to a " this page cannot be displayed" page.
How would I go about fixing this??????
I have already replaced the
admin/cases
admin/links
admin/modules
files for backup.php
this did not help at all.
I have also tried to save the database through phpmyadmin export but the files all come up empty. This is a huge problem~~ |
What was concluded to be the cause of this problem?....I am now having an identical problem (and I do not have access to any .htacess files on my server). |
|
|
|
 |
manunkind Client

Joined: Apr 26, 2004 Posts: 368 Location: Albuquerque, NM
|
Posted:
Thu Aug 25, 2005 8:21 pm |
|
Mine started doing this same thing when my host decided it was time to upgrade to PHP 5. Half of the site stopped functioning. |
|
|
|
 |
tangoman Involved


Joined: Aug 06, 2005 Posts: 301
|
Posted:
Thu Aug 25, 2005 8:30 pm |
|
| Raven wrote: | | The file saves as uncompressed. It's probably just too large. |
Raven explains 'the above', but I don't understand why that would stop this function working?
I mean what is the point of the 'Backup DB' icon and function, if it does not function once the Database exceeds a certain size?
Moreover, according to my Database, it is 4Mb in size and I would not have thought that is too exessive compared to many downloads these days.
I do not understand why this function apperently 'times out'?
Why does it not just download until the complete file is received etc? |
|
|
|
 |
tangoman Involved


Joined: Aug 06, 2005 Posts: 301
|
Posted:
Thu Sep 22, 2005 4:08 am |
|
Does anyone have an answer to my last few questions on this matter?  |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15235 Location: Kansas
|
Posted:
Thu Sep 22, 2005 6:35 am |
|
Times out means just that. Your browser will only wait 'x' amount of time for a response. Timing is a very delicate balance between your server, browser, MySQL, etc. If any part breaks down, the rest just go OTL. There's nothing much more that can be done. You just need to find alternate ways. |
|
|
|
 |
tangoman Involved


Joined: Aug 06, 2005 Posts: 301
|
Posted:
Thu Sep 22, 2005 6:46 am |
|
Thanks Raven.
I do understand an can accept your explaination without a problem.
However, the fact I do not understand, is that it is obvious to me that anyone using PHP-Nuke will, before too long, have a database much larger than what they began with. Therefore, I do not see how the backup facility is ever of use if it cannot handle a database with a large file size and just times out?! |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15235 Location: Kansas
|
Posted:
Thu Sep 22, 2005 6:56 am |
|
Had a teacher once that simply told us, if it's a fact then it matters not whether you understand it or not. It won't change the outcome . As with all things, it has its limitations. Just use phpMyAdmin. |
|
|
|
 |
|
|
|
|