Ok thanks Mark,
Doing some more testing with the script, I get this:
Code:
Fatal error Uncaught exception 'RuntimeException' with message 'no definition found for class or interface ::Murmur::Meta' in C:\xampp\htdocs\mum\index.php:20
Stack trace:
#0 C:\xampp\htdocs\mum\index.php(20): Ice_ObjectPrx->ice_checkedCast('::Murmur::Meta')
#1 {main}
thrown in C:\xampp\htdocs\mum\index.php on line 20
And here is line 19 and 20 of the script:
19) $base = $communicator->stringToProxy("Meta:tcp -h 127.0.0.1 -p 6502");
20) $meta = $base->ice_checkedCast("::Murmur::Meta");
If its a Mumble/Murmur issue just let me know.
Regards,
Kevin