Results 1 to 2 of 2

Thread: Fatal error: Call to undefined function Ice_loadProfile()

  1. #1
    Synt is offline Registered User
    Name: Jimmy Lehto
    Organization: personal
    Project: mumble
    Join Date
    Sep 2011
    Posts
    9

    Fatal error: Call to undefined function Ice_loadProfile()

    Apache 2.2
    PHP 5.3.8
    Ice 3.4.2

    But ice seems to be loaded when i do php -m

    Code:
    root@omega [/opt/Ice-3.4.2]# php -m
    [PHP Modules]
    bcmath
    calendar
    Core
    ctype
    curl
    date
    dom
    ereg
    exif
    filter
    ftp
    gd
    gettext
    hash
    ice
    iconv
    imap
    json
    libxml
    mbstring
    mcrypt
    mysql
    mysqli
    openssl
    pcre
    Phar
    posix
    pspell
    Reflection
    session
    SimpleXML
    snmp
    soap
    sockets
    SPL
    SQLite
    sqlite3
    standard
    tokenizer
    wddx
    xml
    xmlreader
    xmlrpc
    xmlwriter
    xsl
    zip
    zlib
    
    [Zend Modules]
    i set the php.ini configuration

    Code:
    extension_dir = "/opt/Ice-3.4.2/lib"
    extension = "IcePHP.so"
    ice.slice = "/home/synt/public_html/murmur/server/linux/Murmur.ice"
    No errors when restarting the httpd service.

    What am i doing wrong?

  2. #2
    mes's Avatar
    mes
    mes is online now ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,445
    Quote Originally Posted by Synt View Post
    What am i doing wrong?
    You probably need to use an older version of Ice. See this thread for more information.

    Mark

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 09-02-2011, 10:39 AM
  2. Replies: 2
    Last Post: 02-18-2010, 12:46 PM
  3. Replies: 1
    Last Post: 08-17-2009, 01:40 PM
  4. Replies: 0
    Last Post: 12-15-2006, 09:12 AM
  5. Simultaneously function call
    By AlexKom in forum Help Center
    Replies: 2
    Last Post: 09-04-2005, 03:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •