Closed (fixed)
Project:
XLIFF Tools
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2007 at 16:02 UTC
Updated:
7 Oct 2009 at 05:48 UTC
Just installed the module on Drupal 5 and get this error when clicking on Export As XLIFF:
Fatal error: Class 'XSLTProcessor' not found in /opt/www/drupal/drupal_en/sites/all/modules/xliff/xliff.module on line 128
Comments
Comment #1
gábor hojtsyYou run your Drupal on PHP 5, right, as documented in the README?
Comment #2
drfuzetto commentedI am getting this error also.
I have Drupal 5.2 and PHP 5.
Is there a solution?
Comment #3
gábor hojtsyWell, xliff module uses the XSL extension from PHP 5: http://hu.php.net/manual/en/ref.xsl.php This should be compiled in by default. If your PHP has no support for this, you might need to look into enabling the extension (Windows) or installing the addon package (Linux).
Comment #4
gábor hojtsyComment #5
gábor hojtsyNo feedback. Was most probably resolved.
Comment #6
ashiwebi commentedif you are using ubuntu then run
apt-get install php5-xsl
from root user.
This will resolve your problem.
Comment #7
dilantha commentedAlso remember to restart apache server after installing php5-xsl...