PHP Web Host - Quality Web Hosting For All PHP Applications Free RavenNuke(tm) Add Ons
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Dec 29, 2004 4:34 pm Reply with quote Back to top

well this is weird.
just tried the mysql backup function but file downloaded is 0,0kb
anyone know whats wrong with this?
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Wed Dec 29, 2004 4:50 pm Reply with quote Back to top

If your database gets too large it times out. Could that be the case?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Dec 29, 2004 4:55 pm Reply with quote Back to top

hi...no its not to big.
its just over 4 mb
i cleaned up after the 7.6 install ...thats why is not that big yet.
ideas?
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Wed Dec 29, 2004 5:01 pm Reply with quote Back to top

What version? Try using the one from 7.6Patched.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Dec 29, 2004 5:07 pm Reply with quote Back to top

well i have all patched here,with 2.8
so that all not good enough ?
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Wed Dec 29, 2004 5:25 pm Reply with quote Back to top

Should be. I don't know what else might be causing it. Have you looked in your error_log?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Dec 29, 2004 5:29 pm Reply with quote Back to top

well i just logged in to check but nothing...
its related to nuke somehow.
i downloaded the backup by hand in phpmyadmin and that works fine..
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Dec 29, 2004 5:34 pm Reply with quote Back to top

and i tried the backup.php of the 6.5 and its exactly the same.
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Wed Dec 29, 2004 5:42 pm Reply with quote Back to top

When's the last time it worked? What have you changed since then? That's where I would start.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Dec 29, 2004 5:46 pm Reply with quote Back to top

The last time it worked was with the 6.5.
but i got more news on this....

i just tried it on my testsite and its exactly the same.
and thats as clean as it comes....

so its not related to what i have installed or so...
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Wed Dec 29, 2004 5:58 pm Reply with quote Back to top

My next stop would be to contact my ISP to see if they have made any recent changes to php.ini.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Dec 29, 2004 6:00 pm Reply with quote Back to top

How does that relate to the function ?
A short tut on this ?
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Wed Dec 29, 2004 6:04 pm Reply with quote Back to top

2 parameters come to mind immediately. They may have changed these for some reason. Check
Only registered users can see links on this board!
Get registered or login to the forums!
for more information as to their use.

max_execution_time = 30
max_input_time = 60
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Dec 29, 2004 6:12 pm Reply with quote Back to top

ican i check it myself by running that analyze.php file ?
will that produce the setting ?
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Wed Dec 29, 2004 6:13 pm Reply with quote Back to top

Just run

<?
phpinfo();
?>
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Dec 29, 2004 6:18 pm Reply with quote Back to top

Well the execution time is set to 30
and the max_input_time is set to -1
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Dec 29, 2004 6:47 pm Reply with quote Back to top

is that the correct settings raven ?
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Wed Dec 29, 2004 7:23 pm Reply with quote Back to top

There is no 'correct' setting. It's whatever your host wants to use. It is, however, the default setting.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Dec 29, 2004 7:37 pm Reply with quote Back to top

well raven i just dont know anything about this.
So is the setting thats causing this ?
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Wed Dec 29, 2004 7:55 pm Reply with quote Back to top

Don't know. You can try to override it in .htaccess like

PHP_VALUE max_input_time 60
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Dec 29, 2004 8:05 pm Reply with quote Back to top

thanks for the help ....but that idea didnt help.
il contact my host and see what he has to say about this.
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Wed Dec 29, 2004 8:17 pm Reply with quote Back to top

Do you use Norton firewall? I remember reading one time that that resolved this issue. Just a thought.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
djmaze
Subject Matter Expert


Joined: May 15, 2004
Posts: 689
Location: http://tinyurl.com/5z8dmv

PostPosted: Wed Dec 29, 2004 9:29 pm Reply with quote Back to top

It's so d*** easy, but yet so complicated.

Someone has to fix the d*** file.
I did it months ago but never finnished since i didn't feel like to.

Search around and maybe you can still find it

[edit]
Here ya go, i did a search for ya
Only registered users can see links on this board!
Get registered or login to the forums!

[/edit]
View user's profile Send private message Visit poster's website
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Thu Dec 30, 2004 7:13 am Reply with quote Back to top

well its getting clear now...
it seems that because of a few idiot clients of my hos some functions are disabled from being used.

in his respons he said its about the worm that attacks the phpbb and that he disabled functions like...

system
exec
shell_exec
passthru
chown

also i noticed that because of this i cannot edit my files online in realtime like i always do.
i just get the 550 error ,no permission to overwrite...
View user's profile Send private message
djmaze
Subject Matter Expert


Joined: May 15, 2004
Posts: 689
Location: http://tinyurl.com/5z8dmv

PostPosted: Thu Dec 30, 2004 9:47 am Reply with quote Back to top

There's an easy way to check which functions are disabled.

Code:
<?php
echo ini_get('disable_functions');


Save the file as a php and run it from your server
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum