Fatal error: Call to undefined function accessType()
You need to be logged in to post messages in the forums. New users may register here.
|
Chris Christes
Member since: 17 February 2009
Posts: 3
|
Saturday 27 August 2011 7:51:56 pm
I get this error by entering /styleeditor/visual/2 in ezwebin and ezflow
Fatal error: Call to undefined function accessType() in /extension/ezstyleeditor/modules/styleeditor/visual.php on line 109 Fatal error: eZ Publish did not finish its request
by comment out lines 109 -112 everything is working fine
$access = accessType( $uri,
eZSys::hostname(),
eZSys::serverPort(),
eZSys::indexFile() );
systeminfo:
- ezp Community Project 2011.8
- MatchOrder=host
- mysql 5.1.46
- php 5.3.3.
DOM/XML enabled
json support enabled
any ideas?
|
|
You need to be logged in to post messages in the forums. New users may register here.