Problem in integrating Alfresco and Drupal

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2013 08:15 AM
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...
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...
Labels:
- Labels:
-
Archive
12 REPLIES 12

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2014 06:54 AM
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>
<a href="http://www.drozforskolin.org/">Dr Oz Forskolin</a>
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 08:08 AM
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 ?
$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 ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 12:03 PM
That's not a valid URL on 5.0.
http://docs.alfresco.com/5.0/pra/1/topics/cmis-welcome.html
Valid URLs look like https://localhost:8080/alfresco/api/cmis/versions/1.1/atom/
http://docs.alfresco.com/5.0/pra/1/topics/cmis-welcome.html
Valid URLs look like https://localhost:8080/alfresco/api/cmis/versions/1.1/atom/
