php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #52903 Class not found
Submitted: 2010-09-22 04:11 UTC Modified: 2010-09-22 04:14 UTC
From: bbarnetm at yahoo dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.2.14 OS: W2K8 SP2
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: bbarnetm at yahoo dot com
New email:
PHP Version: OS:

 

 [2010-09-22 04:11 UTC] bbarnetm at yahoo dot com
Description:
------------
I have a regular situation where my webserver send me errors like 

PHP Fatal error:  Class 'idioma' not found

This error appear all the day and in some cases the web server restart until 3 
times and more.

SERVER: DUAL AMD OPTERON PROCESSOR 1218
MEMORY: 4GB
SYSTEM: 64 BITS
SO: WINDOWS SERVER 2K8 SP2 (WEB SERVER)
DATABASE: SQLSERVER 2005 SP3
APACHE: 2.2.15
PHP: 5.2.9-2(Because Zend Optimizer is compatible until 5.2.9)

I can send you the apache log o anything that you need, please give me the 
instructions how to do this.


Test script:
---------------
[Tue Sep 21 19:14:58 2010] [error] [client 201.203.48.70] PHP Fatal error:  Call to undefined function  conecta_mssql1() in D:\\SITIOS\\esipe-economas\\Classes\\Jquery.php on line 0, referer: http://economas.comercialdigitalcr.com/menu-frameset.php
[Tue Sep 21 19:14:58 2010] [error] [client 201.203.48.70] PHP Fatal error:  Class 'idioma' not found in D:\\SITIOS\\esipe-economas\\nusoap\\lib\\nusoap.php on line 0, referer: http://economas.comercialdigitalcr.com/menu-frameset.php
[Tue Sep 21 19:15:05 2010] [error] [client 201.203.48.70] PHP Fatal error:  Call to undefined function  conecta_mssql1() in D:\\SITIOS\\esipe-economas\\Classes\\Jquery.php on line 0, referer: http://economas.comercialdigitalcr.com/encabezado.php
[Tue Sep 21 19:15:06 2010] [notice] Parent: child process exited with status 255 -- Restarting.
[Tue Sep 21 19:15:06 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.9-2 configured -- resuming normal operations
[Tue Sep 21 19:15:06 2010] [notice] Server built: Mar  4 2010 11:27:46
[Tue Sep 21 19:15:06 2010] [notice] Parent: Created child process 6524
[Tue Sep 21 19:15:06 2010] [notice] Child 6524: Child process is running
[Tue Sep 21 19:15:06 2010] [notice] Child 6524: Acquired the start mutex.
[Tue Sep 21 19:15:06 2010] [notice] Child 6524: Starting 64 worker threads.
[Tue Sep 21 19:15:06 2010] [notice] Child 6524: Starting thread to listen on port 80.
[Tue Sep 21 19:15:06 2010] [notice] Child 6524: Starting thread to listen on port 80.
[Tue Sep 21 19:15:06 2010] [notice] Child 6524: Starting thread to listen on port 80.
[Tue Sep 21 19:15:06 2010] [notice] Child 6524: Starting thread to listen on port 80.

Expected result:
----------------
Don't crash

Actual result:
--------------
Crash

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-09-22 04:14 UTC] cataphract@php.net
-Status: Open +Status: Bogus
 [2010-09-22 04:14 UTC] cataphract@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 05:01:29 2024 UTC