cancel
Showing results for 
Search instead for 
Did you mean: 

Drupal and CMIS

col_edinburgh
Champ in-the-making
Champ in-the-making
I am trying to connect to my 3.4.d repository from drupal using the drupal's CMIS API module but can't get it to work. Can someone confirm what the CMIS repository URL should be.

I have tried :

http://localhost:8080/alfresco/service/api/cmis

but this did not work. I get a 'This page cannot be displayed' message'.

Thanks,
2 REPLIES 2

col_edinburgh
Champ in-the-making
Champ in-the-making
a bit more information:

The error is HTTP 500 and the error.log (apache2) file posted:


Call to undefined function curl_init() in /var/www/live-site/sites/all/modules/cmis/cmis_common.module on line 55

cmis_common.module (line 55)

$session = curl_init($url);

col_edinburgh
Champ in-the-making
Champ in-the-making
It's so easy when you know how:

you need to install curl:

on debian with apache2:

apt-get install php5-curl
/etc/init.d/apache2 restart