Edit link destination incorrect when using AJAX-enabled views

I create a page view that returns nodes (in table format). I've added an edit link field. I have an exposed filter and AJAX is turned on. After filtering at least once, the destination for the edit link is http://mysite.local/node/9/edit?destination=views/ajax, so once I save the node, I get redirected to a page containing JSON, instead of the page that with the view.

Note: This seems to only happen under nginx and IIS, NOT with Apache.

web.config error when upgrading from D6 to D7 on IIS

The configuration section 'rewrite' cannot be read because it is missing a section declaration

When I downgrade back to v6 the site runs normally.. I've dug around your site and haven't found any references.. I am running II7 under Server 2008. Any help would be wonderful.. I'm leaving it in a broken state to try to hammer through it..

This issue is noted attempting to run update.php

"Page not found" after new install and other broken links on IIS 5.1 & 6

After completing installation and going to my site for the first time (and subsequently closing the dashboard on a virgin site), I get the warning message:

Page not found
The requested page could not be found.

Of course this is accurate, as I've created no pages. But it also looks like an error message, which might worry the first-time user.

Notice: Undefined offset: 0 in request_uri()

Fresh install of Drupal 7.0-alpha2 on a Windows Server 2008 machine (IIS 7.5). On the homepage "yourdomain.com" the following error is shown at the top of the page and in the content area.

Notice: Undefined offset: 0 in request_uri() (line 1515 of [path_to_drupal]\includes\bootstrap.inc).

Error only show on a the home page that does not have a "?q=xxx" on it.

Private File System download method issues on IIS

I'm having an error with the private file system on a shared IIS hosting account through http://webcentral.com

It is not something I have come across and seems to me to be really quite unusual.

The website was developed on Apache and then migrated to the live server which is running IIS.

Initially this website was running Drupal 6.12 which is when I first noticed the issue, I upgraded to 6.14 in the hopes it would correct it but alas it hasn't.

Incorrect checking of https protocol in drupal_detect_baseurl() will lead to problems on IIS

Problem/Motivation

In drupal_detect_baseurl() in includes/install.inc it is assumed that if $_SERVER['https'] equates to TRUE then the protocol is https. This is not true on IIS where $_SERVER['https'] can be the string 'off'.

Proposed resolution

Check that $_SERVER['https'] is equal to the string 'on'.

Remaining tasks

Patch.

User interface changes

None.

API changes

None.

Pages

Subscribe with RSS Subscribe to RSS - IIS