Hi there, I keep getting the following error when I try and test whether the queue is alive or not:
Warning: fsockopen() [function.fsockopen]: unable to connect to 127.0.0.1:11300 (Connection refused)
Is it possible to elegantly catch this error? I've tried try/catch blocks but they don't seem to work. Any suggestions well received!
Great framework by the way, loving working with it at the moment :)