- πΊπ¦Ukraine AstonVictor
I'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks
Using 7.x-1.x (as of 04/22/12) causes overlays to hang when underlying page and the overlay are mixed http / https.
securepages_goto() (in module securepages.module) is suppose to detect the render overlay, but does not.
It currently checks if $_GET['render'] exists and matches 'overlay'. While on entry to drupal, $_GET does have this set, by the time this function has been driven, $_GET no longer contains the render element. It instead has the 'q' element with the target page for the overlay. As a result, the overlay is not detected and does not get unset.
$url, after parsing, does have the ['query']['render'] value set to overlay.
I am using drupal 7.12
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks