Opigno Simple UI error

Profile picture for user gbailleul
gbailleul
Forums
Hello, a script error stops me in creating new views. I try to create a view that contains fields "field collections" type. When I insert a field I get the following error in the log of Drupal: Notice: Undefined index: path in theme_opigno_simple_ui_local_task () (line 278 in /homez.792/yeswecod/www/plateforme/profiles/opigno_lms/modules/opigno/opigno/modules/simple_ui/opigno_simple_ui.module). Note that I've tried activating the simplified url. Attachment here: http://www.yes-we-code.fr/Script_error.PNG Thank you in advance for your help. Regards, Gauthier
wadmiraal

Hi, thanks for reporting the

Hi, thanks for reporting the issue. Because it's just a Notice, there's nothing to worry about. You can safely ignore the message. A Notice is usually related to code not being "clean" (like using a variable that was not initialized - which is possible, just not recommended). I opened a ticket [here](https://drupal.org/node/2231209). We'll fix the issue ASAP. Sorry, misread your comment. A Notice should not break views. Do you have more information in the logs ? What happens when you create a view ?
Profile picture for user gbailleul
gbailleul

The creation of the view

The creation of the view works correctly. When I want to add a field "Field Collection" type. The field is not added to the view. No apparent error message. Only this message in the logs. Thanks a lot
wadmiraal

So, you're adding a field to

So, you're adding a field to a field collection ? But in the View, you're only displaying the field collection itself (not the field from the field collection) ? Did you create a relationship ?
Profile picture for user gbailleul
gbailleul

Hello,

Hello, I found the issue of this problem. It was html / css bug. Thanks for your help. Regards