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

febbraro’s picture

Status: Active » Closed (works as designed)

Please 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...

jthomasbailey’s picture

Status: Closed (works as designed) » Active

A conflict with the Libraries API module causes this problem.

ssivabecse’s picture

Title: Cant save node due to: Fatal error: Class 'ARC2' not found » Fatal error: Class 'ARC2' not found
Version: 6.x-3.4 » 7.x-1.x-dev
mxmilkiib’s picture

Title: Fatal error: Class 'ARC2' not found » Fatal error: Class 'ARC2' not found

I 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 32

when trying to edit a node.

mxmilkiib’s picture

Aah, the library needs to be in arc/ not arc2/ (I didn't rename after git cloning).

jec006’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.