conjecto / nemrod

Nemrod is a framework providing an abstraction layer for handling (consuming and producing) RDF in a Symfony2 project
http://conjecto.github.io/nemrod
Other
23 stars 6 forks source link

Notice: Undefined index: indexes #8

Closed NadaBen closed 8 years ago

NadaBen commented 8 years ago

Hello, please i need some help, when i update my composer and i try to clear the catch it gives me this error : 1/ ContextErrorException in ElasticaFramingRegistrationPass.php line 28: Notice: Undefined index: indexes,

2/at ErrorHandler->handleError('8', 'Undefined index: indexes', 'C:\wamp\www\test\vendor\conjecto\nemrod\src\Conjecto\Nemrod\Bundle\ElasticaBundle\DependencyInjection\CompilerPass\ElasticaFramingRegistrationPass.php', '28', array('container' => object(ContainerBuilder), 'config' => array(), 'jsonLdFrameLoader' => object(JsonLdFrameLoader))) in ElasticaFramingRegistrationPass.php line 28

line 28 of ElasticaFramingRegistrationPass.php is as follows: foreach ($config['indexes'] as $name => $types) {

how to solve that please ?