yeah i am pretty sure i have i have all the Slice files etc i might try and put this on the Ice forums see if they can help
EDIT
ok i did cd../usr/share/slice then
slice2php /usr/share/slice/Murmur.ice
and it made the php file
now do i just include this in the PHP ini?
i have done that and now its working when people are offline but when someone is on
its still throwing me the same Error
[Mon Jul 15 20:18:46 2013] [error] [client 94.192.102.235] PHP Fatal error: Uncaught exception ::Ice::UnmarshalOutOfBoundsException\n{\n reason = \n}\n thrown in /home/holo/public/XivStatus.com/public/MumPI/classes/MurmurClasses.php on line 111, referer:
http://xivstatus.com/MumPI/viewer/this is what is actually on that line
return MurmurTree::fromIceObject($this->iceObj->getTree(), $this);
---------------------------
i have just added
include_path = ".:/usr/share/slice/Murmur.php"
to me php5.ini and it gives me "Debug: Error was added] The Ice.php file could not be found. Please make sure the ice php file inclusion dir is in the phps include_path (check your PHP configuration)."
if i take it away it starts working again (only if no one is connected to mumble, i will try and put mumble in the same director as
include_path = ".:/usr/share/Ice-3.4.2/php/lib/"
--------------------------------
Tried that and am still getting the same thing QQ