PHP Classes

class Jabber is throwing an error

Recommend this page to a friend!

      Class.Jabber.PHP  >  All threads  >  class Jabber is throwing an error  >  (Un) Subscribe thread alerts  
Subject:class Jabber is throwing an error
Summary:Fatal error: Maximum execution time of 30 seconds exceeded in C:
Messages:1
Author:Ameena Ismail
Date:2011-06-30 15:04:38
 

  1. class Jabber is throwing an error   Reply   Report abuse  
Picture of Ameena Ismail Ameena Ismail - 2011-06-30 15:04:38
I'm trying to develop a webchat using class_jabber in wordpress but it is throwing an error like this
Created! Connecting ... Connected! Authenticating ... Authenticated! Fetching service list and roster ... Heartbeat - Waiting for incoming message ... Roster downloaded: Error: Array (503) Contact updated: Contact ameenasoorya (JID ameenasoorya@jabber.org) has status off and message Offline Contact updated: Contact shafeeq_kp2003 (JID shafeeq_kp2003@jabber.org) has status off and message Offline Contact updated: Contact anees_ik (JID anees_ik@jabber.org) has status off and message Offline Contact updated: Contact shafeeq_kp2003 (JID shafeeq_kp2003@jabber.org) has status off and message Offline Heartbeat -
Heartbeat - Waiting for incoming message ... Heartbeat - Waiting for incoming message ...like these
Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\wordpress\wp-content\themes\novaporshe\class_Jabber.php on line 326 ...Plz help me to resolve this. i tried changing the define("RUN_TIME",130); in Jabber_example.php and define("DEFAULT_CONNECT_TIMEOUT",150); in class_Jabber which still makes same error.I'm new to PHP. Please help me in resolving this. Thanks a lot.