From: John C. <joh...@ua...> - 2006-02-21 22:09:25
|
Reini, Trying out 1.3.12 rc1 here are some things I've noticed... Running IIS6 php 4.2.2 as isapi SQL access method On the admin page I'm seeing a lot of these errors: lib\stdlib.php (In template 'body' < 'html'):737: Warning[512]: Bad pagename: /Remove (...repeated 6 times) Notice: 'Remove': Bad page name: Leading / not allowed Notice: 'Rename': Bad page name: Leading / not allowed Notice: 'Replace': Bad page name: Leading / not allowed ------------------------- Clicking on the upgrade link, it has the following error: lib\Request.php:421: Notice[8]: ob_end_clean(): failed to delete buffer. No buffer to delete. ------------------------- I have several pages that cause IIS to crash. Here is the output from the event viewer: Event Type: Error Event Source: Application Error Event Category: (100) Event ID: 1000 Date: 2/21/2006 Time: 3:03:00 PM User: N/A Computer: CVS Description: Faulting application w3wp.exe, version 6.0.3790.1830, faulting module php4isapi.dll, version 0.0.0.0, fault address 0x00002443. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. Data: 0000: 41 70 70 6c 69 63 61 74 Applicat 0008: 69 6f 6e 20 46 61 69 6c ion Fail 0010: 75 72 65 20 20 77 33 77 ure w3w 0018: 70 2e 65 78 65 20 36 2e p.exe 6. 0020: 30 2e 33 37 39 30 2e 31 0.3790.1 0028: 38 33 30 20 69 6e 20 70 830 in p 0030: 68 70 34 69 73 61 70 69 hp4isapi 0038: 2e 64 6c 6c 20 30 2e 30 .dll 0.0 0040: 2e 30 2e 30 20 61 74 20 .0.0 at 0048: 6f 66 66 73 65 74 20 30 offset 0 0050: 30 30 30 32 34 34 33 0002443 This error happens using SQL or ADODB. This happens on any page with an image. I can set edit the page by setting the url to ?action=edit but if I try and look at the page, it crashes IIS. I'm getting the same behavior on the cvs head as well as 1.3.12 rc1. ------------------------------------------------ If I try IIS6 with php 4.2.2 cgi I get similar results to using 5.1.2, a blank page with no errors. ------------------------------------------------ I'll try loading apache to see if this is an issue with IIS6 or not. We are running mantis on on another server with W2k3 and apache and do not have a problem with images. John |