Results 1 to 2 of 2

Thread: How to --enable SOAP

  1. #1
    New user
    Join Date
    10-03-10.
    Posts
    18

    Ausrufezeichen How to --enable SOAP

    I can't access the extension catalogue because Contao thinks SOAP is not enabled. I checked the config and directory, and SOAP is installed. The cPanel says I need to adjust the include path and add:

    ini_set("include_path", '/home/domainname/php:' . ini_get("include_path") );
    i
    for the SOAP extension to work.

    Which file do I need to add the include path to??

    I'm pretty sure the extension module was working before.... so not sure why it can't connect to SOAP.

    Contao checker also said that there was a problem connecting to SOAP.

    I would appreciate some help ASAP, as not being able to add extensions from the repository is a fairly big issue.
    Last edited by tlake; 09/30/2015 at 15:55.

  2. #2
    User zlobec's Avatar
    Join Date
    02-14-14.
    Posts
    34

    Default

    Hi,

    I need the same answer... where to include the
    Code:
    ini_set("include_path", '/home/my_use_name/php:' . ini_get("include_path") );
    ?

    The SOAP module is installed trough PEAR.

    Regard,
    Darjan

Bookmarks

Posting Permissions

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