Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice_loadProfile problem

Hi everyone,

I am facing an odd issue and hope somebody can help?

I am running a website on localhost on my machine running on Ubuntu 11.10 and a mumble server.
I have installed ice for php (ice 3.4) and it runs well.
And I tried MumPI (mumble web interface using Ice) and it works well so everything was fine so far.

But then I tried to use another mumble viewer as well and I face the issue "PHP Fatal error: Call to undefined function Ice_loadProfile()" which is quite odd as the viewer from MumPI also uses the function Ice_loadProfile() and everything runs well.

So what's going wrong? Why is Ice_loadProfile() recognised with MumPI and not with the other mumble viewer?

I hope it makes sense, please feel free to ask me anything that could help to understand what's hapenning.

Krx

Comments

  • mes
    mes California
    Hi,

    The Ice extension for PHP underwent some significant changes in the 3.4 release, including the removal of the Ice_loadProfile function. This caused some problems for Mumble users. See this thread for more information.

    Regards,
    Mark