php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16200 Intermittant error [270 (0x0000010e) ] accessing ASP and HTML pages on Virtual
Submitted: 2002-03-21 02:40 UTC Modified: 2002-09-04 00:33 UTC
Votes:3
Avg. Score:4.0 ± 0.8
Reproduced:3 of 3 (100.0%)
Same Version:1 (33.3%)
Same OS:2 (66.7%)
From: philg at growzone dot com dot au Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.1.2 OS: Windows NT4 SP6a
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: philg at growzone dot com dot au
New email:
PHP Version: OS:

 

 [2002-03-21 02:40 UTC] philg at growzone dot com dot au
I am running the PHP4.1.2 DLL version of PHP on a Microsoft IIS Server and am experiencing problems with intermittent occurances of asp and html pages displaying only the error message -  270 (0x0000010e) instead of the page content.

Reloading the page after about 5 seconds sometimes fixes the problems, and yet other times it does not.

the PHP4 DLL is loaded into the master server configuration so is available to all virtual hosts on the server. Not all hosts suffer from the problem - in fact it only appears that vhosts not using any PHP scripts are suffering frpm the problem.

I suspect that the problem is related to the Unified ODBC library functions when accessing MDB Databases via the SysteM ODBC Data Sources, as these are the main functions that I am using in my PHP scripts. 

The problem occurs most often when using scripts that are reading from (I do not write to) MDB files. The problem occurs, but much less frequently when accessing ODBC MySQL Data sources. (I suspect that the error do not occur when accessing MySQL DS, but cannot confirm that other users may not be accessing the MDB Data Sources at the same time.

The Microsoft Knowledge Base has an article related to this ISS problem and suggests upgrading to SP6a (which was already on the System pre-PHP installation).

Some of this information and the information on the MS KB may help some the developers to solve this problem.

The URL to the MS KB articles is: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q180710



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-21 06:19 UTC] sander@php.net
Are you sure this is a PHP problem?
 [2002-03-21 17:34 UTC] philg at growzone dot com dot au
Yes the IIS Server crashed thre times yesterday with this fault.
When I removed the PHP DDL from IIS and restarted the Server, the problem did not reappear.

I furhter attempted to verify the problem by reinstalling the PHP DLL and restarted the server and the problem re-appeared.

Again removed the PHP DLL and restarted - and eveything OK.

Continued running PHP as a CGI for the present on this server and the problem has yet to re-occur.
 [2002-09-04 00:33 UTC] kalowsky@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.

There have been a significant number of memory fixes in the ODBC code between your version and the latest.  If you think ODBC is the issue it's worth trying this.  Regardless, the Win32 builds have become drastically more stable too. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 14:01:30 2024 UTC