Friday 02 July 2010 2:20:35 am
Hello, I need some help here about ezjscore.ini file. Here is the thing. I've built a new ajax server function that works well. my problem is that this function is declared in an extension that is only activated in a specific siteaccess with the ActiveAccessExtensions parameter. Now in this specific extension settings folder I've put my ezjscore.ini.append.php file to declare my brand new ajax function. The problem is that it doesn't work. I need to declare the extension in the override site.ini.append.php file as an ActiveExtension or to directly put my ezjscore.ini.append.php file in the override folder or in my specific siteaccess folder. In fact the problem is that in the ezjsserverrouter.php file, at line 72 : $ezjscoreIni = eZINI::instance( 'ezjscore.ini' ); the ini files in extensions that are declared true ActiveAccessExtensions parameters are not loaded. Couldn't there be a way to turn around this because I think that it is much more clean to gather all the specific code and the related configuration files in the extension.
|