Hey guys I installed Calais on my Drupal installation but now when I try to save a node it returns me a blank page with only the following error:
Fatal error: Class 'ARC2' not found in C:\xampp\htdocs\mysite\sites\all\modules\opencalais\includes\CalaisRdfProcessor.inc on line 31
Comments
Comment #1
febbraro commentedPlease read the INSTALL instructions for the RDF module. You will need to download the ARC library for RDF parsing. It is required.
http://drupalcode.org/viewvc/drupal/contributions/modules/rdf/INSTALL.tx...
Comment #2
jthomasbailey commentedA conflict with the Libraries API module causes this problem.
Comment #3
ssivabecse commentedComment #4
mxmilkiib commentedI have tried installing ARC2 in both profiles/feedstest/libraries/arc2 and sites/all/libraries/arc2 but still get;
Fatal error: Class 'ARC2' not found in /var/aegir/platforms/feedstest/sites/feedstest.pink.local/modules/opencalais/modules/opencalais_api/includes/CalaisRdfProcessor.inc on line 32when trying to edit a node.
Comment #5
mxmilkiib commentedAah, the library needs to be in arc/ not arc2/ (I didn't rename after git cloning).
Comment #6
jec006 commented