Ticket #15 (closed defect: wontfix)
PHP CGI Windows IIS cause phpBMS redirects to break
| Reported by: | brieb | Owned by: | brieb |
|---|---|---|---|
| Priority: | critical | Milestone: | unknown |
| Component: | phpbms | Version: | 0.61 |
| Keywords: | Cc: |
Description (last modified by mipalmer) (diff)
If you are running PHP as a CGI application in Windows IIS, clicking on some links, menu items, or tabs may not redirect you properly and result in a 404 FIle Not Found error, or in the application not working properly (broken javascript).
This is caused by a bug between PHP running in CGI and IIS. Adding headers after setting a cookie (i.e starting session and then doing a header redirect) can cause erradic behavior.
We suggest not running phpBMS under PHP as CGI App though Windows IIS. If you are using Windows IIS, install php as an ISAPI module.
Change History
Note: See
TracTickets for help on using
tickets.