Hi, I'm trying to explore the Alfresco 7.x-1.x-dev module for Drupal ( http://drupal.org/project/alfresco ).
I correctly installed ext-3.x libraries and php-SOAP, anyway I receive this error from the status report:

Alfresco repository SOAP request failed (RepositoryFault)
org.alfresco.error.AlfrescoRuntimeException: 10290723 No solr query support for store system://system

In addition its seems that I can't use the Alfresco Browser feature for this module.

What's wrong? Can you help me?
Thank you all.

Comments

Coyote Ugly’s picture

up

galgalesh’s picture

I'm guessing you're using alfresco 4. The Alfresco 7.x-1.x-dev module does not support alfresco 4. You will have to use the CMIS module. It has support for alfresco 4, just add the right configuration in your settings.php. something like

$conf['cmis_repositories'] = array(
'default' => array(
'user' => 'USERNAME',
'password' => 'PASSWORD',
'url' => 'SERVER:8080/alfresco/api'
)
);

rijkaard’s picture

I too have the same problem. Can you tell me how you solved?

rijkaard’s picture