cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in integrating Alfresco and Drupal

pallavi_jain
Champ in-the-making
Champ in-the-making
We are using alfresco 3.4 and wish to integrate it with drupal.
We have already downloaded the extension module to alfresco and configured settings.php with following content:

# $conf['allow_authorize_operations'] = FALSE;
$conf['cmis_repositories'] = array(
  'default' => array(
    'user' => 'admin',
    'password' => 'alfresco',
    'url' => 'http://localhost:8080/alfresco/cmis'
)
);

The problem is when we try to access 'http://localhost:8080/drupal/cmis/browser' the repository is not shown!
It gives a HTTP 500 error. What are we missing? Please help.
We followed the following article:
http://www.unorganizedmachines.com/site/software-and-technology/34-software-development/98-integrati...
12 REPLIES 12

alpearlm
Champ in-the-making
Champ in-the-making
You are awesome knowledge supplier. Thanks for enriching my knowledge. Your work is really significant.
<a href="http://www.drozforskolin.org/">Dr Oz Forskolin</a>

tharun
Champ in-the-making
Champ in-the-making
In my Drupal settings.php, config for cmis registory code below,

$conf['cmis_repositories'] = array(
'default' => array
(
'user' => 'admin',
'password' => 'admin@123',
'url' => 'http://localhost:8080/alfresco/service/cmis'
)
);
)
);

I hope in alfresco cmis is aready configured, so no need of configure anything in alfresco side.

when i tried to open repository of alfresco using "Browse CMIS Repository button" i have got below error message

"Cmis Error, <em class="placeholder">Unable to lookup CMIS repository [default]</em> "

can anyone of you help me in this ?

mrogers
Star Contributor
Star Contributor