Manuel Lemos - 2013-11-15 06:31:21 - In reply to message 12 from pradeep
Try setting the debug variable to true and look at the PHP error log file to see what messages appear there. If you have difficulty, post the messages here so I can help figuring the problem.
Manuel Lemos - 2013-11-15 18:35:11 - In reply to message 14 from pradeep
You are not doing it right. When you set the debug flag, the class sends messages to the error log. If you are not seeing any messages, you are not making the the class output the messages to error log. Please make sure you are doing what I am telling you.