Internet Information Services (IIS) is a web server application from Microsoft.
0
votes
0answers
16 views
Url rewriting with drupal 7 and iis 7 to delete the '?q=' part
I have urls alias like 'http://www.netindus.net/?q=fr/a-propos-de-netindus.html' and i would to delete the ?q=fr part , for information :
On phpinfo(), the _SERVER["IIS_UrlRewriteModule"] value is ...
0
votes
0answers
48 views
Image styles not generated on IIS and Drupal 7
I'm forced to build a site on IIS-based hosting. I have a problem with different image styles (thumbnails etc.) not being generated when uploading an image using image field on a node. The original ...
0
votes
2answers
93 views
Drupal 7 Website on iIS - URL Rewrite trouble
I have a website develop on Drupal 7 on IIS + MSSQL. I cannot update or create content when clean urls is active. The website return to edit form when i submit any change or new content.
If the ...
1
vote
1answer
20 views
Endless Redirection of Drupal on IIS
I just transferred a Drupal 6 website from an Apache-based dev environment to an IIS-based production environment. Now I am getting a "too many redirects" error.
What could be causing that and how do ...
1
vote
2answers
215 views
When exiting views modal I am returned json
When I am in views UI and I edit an option a modal box appears. I edit some seetings then press save and am displayed with something like:
...
0
votes
0answers
81 views
website dont save /update content and any setting (Drupal 7 + IIS + MSSQL SERVER 8)
I am develop in my laptop a drupal 7 on this enviroment: Windows 7 + IIS 7 + MSSQL Server 2008 R2 , its run fine. But when we upload to the webserver (Windows Server R8 + IIS 7 + MSSQL Server 2008 R2) ...
0
votes
0answers
101 views
Drupal 7 IIS 7.5 NTLM login prompts w/ webserver authentication module
Acquia Drupal 7 running on Win 2008 R2 IIS 7.5. Trying to set up SSO. Installed webserver authentication module for v.7 and set server for Windows NTLM authentication.
Users are not passed through, ...
3
votes
1answer
343 views
Fatal PHP error on Drupal 7 with IIS
Logging as Admin user on Drupal 7 website stored on an IIS machine, I get the following error:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]:
General error: 2006 MySQL ...
3
votes
1answer
700 views
copy site : Call to undefined function node_load() menu.inc
Copied my live site to my local computer. From Windows server 2008 to Windows 7. Took a backup of the database via mysqldump. Restored the database on the dev-db-server. Now I'm trying to get my ...
0
votes
2answers
95 views
Drupal - Shared Backend
How can I, in Drupal, install a project that have 2 different websites(frontend) but share the same backend? Is it possible?
3
votes
3answers
619 views
Drupal 7.14 on IIS 7.5, MS SQL Server 10.5
I have been tasked with seeing if Drupal can be made to run on IIS (specifically, IIS 7.5 running on Windows Server 2008 R2) and MS SQL Server (2008 R2). I'm aware of Microsoft's WebPI Drupal package, ...
0
votes
1answer
1k views
Drupal showing blank page after migrating to a local server
(this question has been asked on Stackoverflow so I apologise for the repitition)
Firstly some background,..
IVe started a new job as PHP developer with a company that hosts 2 Drupal (6.x) sites.
...
3
votes
0answers
740 views
IIS problem with Drupal - Update manager: Update failed! Directories are locked by php-cgi.exe
I have some problem when using the "Update manager" on the GUI. Some directories get locked by php-cgi.exe, and thus the replacement of the original directories with the newly downloaded ones (which ...
0
votes
1answer
62 views
Dual operating system setup
I need advice regarding my plans for a Linux/Windows web development project.
My employers have 2 windows servers - one hosts their non-drupal CMS and the other hosts the website database.
My job is ...
0
votes
1answer
457 views
Virtual Directory for “sites” folder in IIS 7
I am running Drupal 7 on a Windows using IIS 7.5. This is not something I can change and is required by my company. Everything has been running great which is awesome.
I would like to setup the ...
0
votes
1answer
335 views
Why are my custom error pages returning HTTP status 200 headers? [closed]
Drupal 6 on IIS 7.
We have webconfig.xml setup to "Execute" the error pages when an error occurs, but the problem is that this now send status code 200 to the client (it is successfully serving the ...
0
votes
1answer
696 views
Permission problems after migrating from Apache to IIS
After migrating from Apache server to IIS (7.5), I have some permission problems in Drupal: modules don't seem to have the permissions to delete (unlink) or create files, not even from/into ...
3
votes
1answer
299 views
How do I change the global site url when serving Drupal from behind a reverse proxy?
I want the site name to be the FQDN instead of the machine's internal name (ie: localhost), especially in tokens.
I'd like to be able to change the value once (like say in an env var) so it shows up ...
2
votes
1answer
563 views
Drupal on IIS 7: URL Rewrite vs. ISAPI Rewrite modules
I'm preparing to install Drupal 6 on an Win2k8 server. I'm still on the fence about using IIS 7 exclusively as the web server, or installing Apache and avoiding IIS 7 altogether. I work on a campus ...
0
votes
1answer
432 views
I get “/tmp is not writeable by the webserver” on migration
I migrate a Drupal website from Apache to IIS.All the image that customize whit ImageCach not shown and I get this error "/tmp is not writeable by the webserver"!
please help me soon!:(
3
votes
3answers
579 views
Problem with migration from Apache to IIS
I run a website with Drupal in Linux/Cpanel/Apache/MySql and it worked perfect.
I want to put this site in Windows/plesk/IIS/MySql. I backed up and restore database in the new host and copied Drupal ...
2
votes
2answers
3k views
Image styles not generated with Drupal 7 on IIS 6
I've developed a site that uses various image styles to export images to an iPhone (linked from a XML export document). This worked perfectly fine on my own development server with Linux/Apache.
The ...
5
votes
4answers
1k views
Running Drupal in a Windows environment (IIS, SQL Server)?
We are in the process of evaluating Drupal to replace our in-house .NET CMS. We run an IIS 7.5 web farm with a SQL Server 2008R2 on the back end. To make matters worse, we use sql server ...
2
votes
3answers
850 views
What file and folder permission changes does the Microsoft Web Platform Installer make when it installs Drupal?
I have used the Microsoft Web Platform Installer to install both Drupal 6 and Drupal 7 on my Windows Server 2008 R2 servers running IIS 7.5. (see: http://www.microsoft.com/web/downloads/platform.aspx)
...
