Delete all include and require in php files
You need to be logged in to post messages in the forums. New users may register here.
|
Franck Grenier
Member since: 12 November 2009
Posts: 6
|
Tuesday 31 January 2012 4:18:10 pm
Hello,
I was trying to override some classes of your extension, especially ones about BBCode, in order to add filters. The problem is that php files like BBCodeParser.php are hard included into classes with "include_once" or "require_once" php functions.
You should search and delete every "include" and "require" statements into your extension php files. They are useless thanks to eZ Publish autoload mechanism.
|
|
|
Franck Grenier
Member since: 12 November 2009
Posts: 6
|
Wednesday 01 February 2012 9:35:29 am
I have also replaced all 'ezi18n' function calls by 'ezpI18n::tr'.
|
|
You need to be logged in to post messages in the forums. New users may register here.