Fatal error: Class 'ParserInterface' not found
You need to be logged in to post messages in the forums. New users may register here.
Nabil Imran
Member since: 19 May 2009
Posts: 6
|
Tuesday 09 March 2010 3:12:59 am
export does not work for me with eZ 4.2 on Window7 machine:
Fatal error: Class 'ParserInterface' not found in D:\ws\BG_MODULE\extension\extract\modules\extract\csv.php on line 319
Fatal error: eZ Publish did not finish its request
I tried the "stable" tag from the svn as well as the trunk. Both result in the same error.
Is there a version working with eZ 4.2 or an alternative anywhere?
Thx
|
|
Kristof Coomans
Member since: 09 January 2008
Posts: 66
|
Sunday 25 April 2010 1:31:11 am
Hi Nabil
I think this is a bug in the extension.
The file http://svn.projects.ez.no/extract.../extract/classes/parserinterface.php has a short PHP opening tag (<?) instead of a normal full one (<?php). Not all servers have PHP configured with short_open_tags on. If it's not on the code simply won't get parsed as being PHP.
Can the maintainer of this extension please fix this? Thanks.
|
|
You need to be logged in to post messages in the forums. New users may register here.