Results 1 to 5 of 5
Hybrid View
-
18th Sep 2010, 07:08 PM #1OPMemberWebsite's:
warezat.net[php] flush() help
Hi guys, I recently bought a vps from knowin and noticed that flush() isn't working
Now i know this is probably not the servers fault, but i can't get it to work at all
Tried
ob_flush(); flush(); sleep(1);
It goes through the loop but doesnt sleep, just waits till the whole page loads :/
I tried disabling gzip for that page but still doesn't work
Anyone know what's going on? I been googling for a couple hours and pretty much tried everything
I think if i re-install the os it might work but i dont wanna do that lol
Any help appreciatedr4myy Reviewed by r4myy on . [php] flush() help Hi guys, I recently bought a vps from knowin and noticed that flush() isn't working Now i know this is probably not the servers fault, but i can't get it to work at all Tried ob_flush(); flush(); sleep(1); It goes through the loop but doesnt sleep, just waits till the whole page loads :/ I tried disabling gzip for that page but still doesn't work :( Rating: 5
-
19th Sep 2010, 12:26 AM #2MemberWebsite's:
sborg.usWhich browser are you using?
also,
Code:http://www.absolutelytech.com/2010/01/31/solved-flush-ob_flush-not-working-in-php-disabling-gzip-through-htaccess/
-
19th Sep 2010, 03:32 AM #3OPMemberWebsite's:
warezat.netFirefox
I tried that but it didn't work
I think its something with the installation.. i installed w/ virtualmin.. think if i reinstall with kloxo it'll fix it?
-
19th Sep 2010, 04:26 AM #4Member
Read this up, virtualmin uses mod_fcgid, where this mod has it's own OutputBuffer,
http://www.virtualmin.com/node/14618
You will need to recompile your own mod_fcgid and replace virtualmin's mod_fcgid for it to work, not to forget, setting OutputBufferSize to 0.
-
19th Sep 2010, 05:28 PM #5OPMemberWebsite's:
warezat.netThank you Seeyabye
Working now..
One more thing though..
I have the set_time_limit to 0 but i have a shell_exec() that takes a long time to load so the page just times out :/
Is that function supposed to work with set_time_limit. (Limit is unlimited in php.ini too)
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
themaPoster - post to forums and...
Version 5.38 released. Open older version (or...