I have local Drupal 8.5.3
OS Ubuntu 16.4
PHP 7.1.16

I follow all the steps to animation any installation using composer for the module and url git to clone library inside library folder.
When i try to add any id or parent class or childs or wathever anything is saved after press the save button.
And i have that notice:

Notice: Undefined variable: rows in Drupal\animate_any\Controller\AnimateListController->animate_list() (line 78 of modules/contrib/animate_any/src/Controller/AnimateListController.php).
Drupal\animate_any\Controller\AnimateListController->animate_list()
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 582)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 151)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 99)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 78)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 664)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)

CommentFileSizeAuthor
#5 animate_any-2973064-5.patch554 bytesdhirendra.mishra

Comments

cucuyito01 created an issue. See original summary.

luis_mejia’s picture

luis_mejia’s picture

Assigned: luis_mejia » Unassigned
beder’s picture

same problem here, no savings possible. I'd really like to use this module, looks very interesting!

dhirendra.mishra’s picture

Status: Active » Needs review
StatusFileSize
new554 bytes

here is the patch for this issue.

  • virajrajankar committed 62ac4bf on 8.x-1.x
    Issue #2973064 by dhirendra.mishra: Fix undefined variable issue
    
virajrajankar’s picture

Status: Needs review » Reviewed & tested by the community
virajrajankar’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.