Monday, October 26, 2009

ajax timeouts

Hi,
I'm using an ajax drag and drop script to add information to my
database and update a div. The problem is that every time I drop an
item after 30secs I get an error message relating to timeouts in my
updating div. The database is saving the new information but each time
the message appears its a different class that has timed out for
example on one drop I'll get
Fatal error: Maximum execution time of 30 seconds exceeded in /
Applications/mampstack-1.0-beta-1/apache2/htdocs/fm3/cake/basics.php
on line 598

and on the next I get

Fatal error: Maximum execution time of 30 seconds exceeded in /
Applications/mampstack-1.0-beta-1/apache2/htdocs/fm3/cake/libs/
controller/components/session.php on line 311

or

Fatal error: Maximum execution time of 30 seconds exceeded in /
Applications/mampstack-1.0-beta-1/apache2/htdocs/fm3/cake/libs/set.php
on line 793

Can anyone offer any insight into this? How I might debug it or what
might be causing it?
Thanks,
Paul
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: