Closed (duplicate)
Project:
Guestbook
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2009 at 10:58 UTC
Updated:
16 Jan 2011 at 04:44 UTC
Hello,
I've been working on a website I have been developing locally for a client on an Apache server. The production server, however, uses IIS 6.0. When using Guestbook on Apache with Drupal 6.8 it works fine, however when I try it on the IIS server nothing happens. The loading icon comes up and stays in this mode infinitely in Firefox, while in Chrome, a Time Out error is given after a while. I've tried this with the stable version and the 2.x development version and I get the same bug both times.
Any ideas on how I can solve this problem?
Comments
Comment #1
sunPlease check your server logs for any error messages and report back what you have found. You might also consider to consult the handbooks about IIS on drupal.org.
Comment #2
NRaf commentedThere are no logs relating to this issue being stored.
Comment #3
NRaf commentedI've done some further research and the error is occuring because in the insert query, there is nothing being added for the comment field, however the comment field doesn't have a default value in the database.
Changing the insert code to fix the issue:
Comment #4
sunAfter replacing those lines with your code, the only difference is a switch in the column order. Thus, this bug was either fixed through another issue, or I'm not able to reproduce it.