After editing image title or caption in "Manage Images" tab and hitting Save I'm redirected to "Modifying Images" progress bar and afterwards redirect goes to "/node" instead of returning me back to the gallery view page. The images are saved properly and I get two messages:
"Image modifications complete" and
"Unable to find a navigator image sort view. Please revisit your Node Gallery relationship settings."

If I simply press save without editing images or if I just change the cover image I am properly redirected to the gallery view page.

This does not happen when using "Sort Images", where after sorting I am properly redirected back to the sort page again.

Anyone else experiencing this issue? Can this be fixed?

I would like it fixed because I have disabled "/node" path through custom module ( using unset($callbacks['node']) ), thus after "Manage Images" I'm redirected to "Page not found" which doesn't look so neat.

Comments

dizarter’s picture

Maybe I have something wrong in my configuration.

Please let me know where do you get redirected after Managing Images?

justintime’s picture

@dizarter - it should redirect you back to your gallery view page. I've got connectivity issues right now so I can't really debug. Can you try the latest dev release? There's a slim chance it may be fixed in the most recent update.

dizarter’s picture

Ok, I have to backup a few additions I made to node_gallery.token.inc and then I will try the new version.

Will report back with results.

Thank you.

dizarter’s picture

Nope, still get redirected to /node instead to gallery I just edited

justintime’s picture

Did you try it without your customizations? Perhaps something in your tokens are messing things up?

dizarter’s picture

I added back those customizations after the initial install.

Let me try this on a fresh Drupal and Node Gallery install and I'll report back.

dizarter’s picture

Status: Active » Closed (fixed)

Somehow I managed to alter path for one of the default views. Reverting that view back to the original state fixed the problem.

Thanks for the great module!

priapurnama’s picture

I stumbled upon the same problem, could you tell me what you did to fix that?

oxford-dev’s picture

I'm also facing this problem but its trying to redirect to /content.

What is also very strange is that during the batch processing the theme switches to the maintenance theme.

Any suggestions?

EDIT: False alarm. Upgrading to latest dev sorted the redirect and updating the maintenance theme to my current theme fixed the other issue.