Notice: Undefined index: rotate node_gallery_api_manage_items_submit() függvényben (/sites/all/modules/contrib/node_gallery/node_gallery_api.pages.inc row 380

If i can provide more info just let me know.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

stinky’s picture

Subscribe. I'm getting the same message:

Notice: Undefined index: rotate in node_gallery_api_manage_items_submit() (line 380 of /content/jukebox/project_jukebox/sites/all/modules/node_gallery/node_gallery_api.pages.inc).

marcus178’s picture

I get the same error when image rotation is turned off.

misthero’s picture

Issue summary: View changes

change line 380
from:
if ($form_values['rotate']) {
to:
if (isset($form_values['rotate']) && $form_values['rotate']) {

siltaar’s picture

The fix in form of patch to close the issue.

siltaar’s picture

Status: Active » Patch (to be ported)
zengenuity’s picture

Status: Patch (to be ported) » Needs review

Patches should be marked as needs review until I can review and commit. Will try to do that this week.

siltaar’s picture

Understood

zengenuity’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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