Whoops. I guess this bit of info from the manual is pertinent:
Warning
This function has no effect when PHP is running in safe mode. There is
no workaround other than turning off safe mode or changing the time
limit in the php.ini.
On Tue, Jan 19, 2010 at 4:44 AM, mind01 wrote:
> Thanks for yo
On Jan 19, 4:44 am, mind01 wrote:
> If i try set_time_limit(20); it gives me an 500 error after 20
> seconds, but if i set the value to 60 seconds, i still get a server
> time out after 30 seconds.
If you're in control of the php.ini file, there is almost certainly a
setting in there you can use.
Thanks for your tips brian and scott.
> set_time_limit(0);
>
> The expected value is integer seconds. A value of 0 disables the time
> limit altogether.
If i try set_time_limit(20); it gives me an 500 error after 20
seconds, but if i set the value to 60 seconds, i still get a server
time out afte
On Jan 18, 4:25 pm, mind01 wrote:
> I have a PHP script called zip.php to generate a zip file. This
> requires more than 30 seconds so my server give me an server error 500
> time-out. Can i avoid this 500 error with JQuery and AJAX heartbeat?
Probably not. AJAX is just going to give you additio
...@googlegroups.com] On Behalf
Of George
Sent: Friday, October 16, 2009 3:11 PM
To: jQuery (English)
Subject: [jQuery] Re: jQuery and Ajax conflicting only on macintosh?
Looks like you have an extra " there
see this line:
Might be a problem
On Oct 16, 10:10 am, wogahnct wrote:
> I hav
Looks like you have an extra " there
see this line:
Might be a problem
On Oct 16, 10:10 am, wogahnct wrote:
> I have a very simple script that fails on macintosh only (works on PC
> browsers) when I include the ajax.js file. I am not even using it
> (not in my simple script anyway, shown bel
On 5/13/09 2:23 PM, "nat" wrote:
> I am working on adding asynchronous form submission inside a jquery
> dialog. I am using .ajax().
> Everything is working correctly, but the submission takes longer than
> I would like.
> I am new to jquery and am unsure how to debug/optimize this. How do I
> d
You could try the Yslow addon for firebug. You also might want to check
any validation you are performing on the front end, and what you're doing
on the backend that might be a bottleneck.
cheers
Michael Lawson
Development Lead, Global Solutions, ibm.com
Phone: 1-828-355-5544
E-mail: mjlaw...@u
You might want to see if this is your problem:
If you have a set of functions, jQuery or otherwise in the main page,
then you reload an inner div with Ajax content, you will very likely
find that the new Ajax'ed content can no longer reach the functions in
the main page. There is some sort of bi
Looks like what's happening is the update panel (.NET right?) replaces
the entire html content with the asynchronous postback. At this
point, none of your HTML elements are bound to the event handlers
since they were all rewritten. You could prevent this by doing one of
2 things -
1) Event del
10 matches
Mail list logo