Updates:
        Status: New
        Labels: Component-OAI

Comment #1 on issue 2398 by [email protected]: OAI plugin - settings not loading correctly
http://code.google.com/p/qubit-toolkit/issues/detail?id=2398

Issue seems to be lines 100/101 of plugins/qtOaiPlugin/modules/qtOaiPlugin/actions/indexAction.class.php:
 $allowedKeys = sfConfig::get('mod_oai_'.$this->request->verb.'Allowed');
$mandatoryKeys = sfConfig::get('mod_oai_'.$this->request->verb.'Mandatory');

These settings (plugins/qtOaiPlugin/modules/qtOaiPlugin/config/module.yml) are apparently not being read - e.g. mod_oai_IdentifyAllowed, mod_oai_IdentifyMandatory - so $allowedKeys and $mandatoryKeys are null.

I tried changing oai to qtOaiPlugin but that didn't change anything. I don't understand enough about the symfony framework to know what the correct path is; there seems to be an issue with the module being part of a plugin.


--
You received this message because you are subscribed to the Google Groups "Qubit 
Toolkit Issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-issues?hl=en.

Reply via email to