I am using this module in a view.
When you click on the button 'virtual adoption' a node should show in the colorbox but instead I am getting an AJAX HTTP error - see screenshot.
It was working previously. I just updated my site to drupal 7.32 could this be connect?
How do I get it to work again.
Thanks

CommentFileSizeAuthor
error.png47.31 KBLTech
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

LTech’s picture

Title: AJAX HTTP error » AJAX HTTP error 403 when showing an image in colorbox
LTech’s picture

After further debugging I found the issue is to send an image to show in the colorbox.
I have the link in the view set as node/1893?pet=[title]&imaged=[field_profile_picture_1]&imagec=[field_profile_picture_cats_1]&width=550&height=600. Where [field_profile_picture_1] is an image.
However, sending these profile pictures are causing an AJAX error. Why?

iLLin’s picture

Status: Active » Closed (cannot reproduce)

Need more information if this is still a problem. I'm closing this for now but please reopen if you are still experiencing this issue. You may need to do some special handling for URL's passed as parameters.