php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #52291 Don't found a a Class
Submitted: 2010-07-08 17:26 UTC Modified: 2013-02-18 00:34 UTC
From: bbarnettm at gmail dot com Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 5.2.13 OS: W2K8
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: bbarnettm at gmail dot com
New email:
PHP Version: OS:

 

 [2010-07-08 17:26 UTC] bbarnettm at gmail dot com
Description:
------------
In the apache log I have the following message:

[Wed Jul 07 16:56:54 2010] [error] [client 74.208.167.233] PHP Fatal error:  Class 'soap_server' not found in D:\\SITIOS\\esipe-aloprepago\\Classes\\fechas.php on line 0

In test script section you can read part of the class code.

Test script:
---------------
<?php
/*******************************************************************************************
Sistema 	: CUALQUIERA
Objeto  	: fechas.php
Autor   	: Berlington Barnett Martínez
Empresa 	: Agora Digital
Creado  	: 08/01/2010
Modificado	:
Objetivo	: Define diferentes funciones para la manipulacion de fechas
*********************************************************************************************/

class fechas {

	function fechas(){
		//Crea el objeto para las fechas
	}
	
	function fecha(){
		// Envia la fecha en formato dd/mm/aaaa
		$formato = '%d/%m/%Y';
		$hoyes = strftime($formato);
		return $hoyes;
	}

Expected result:
----------------
Found the class

Actual result:
--------------
Sometimes doesn't found the class

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-07-08 17:43 UTC] johannes@php.net
-Status: Open +Status: Feedback
 [2010-07-08 17:43 UTC] johannes@php.net
Do you have APC, xCache, wincache or another cache enabled? Then please disable it. Other than that we would need a _short_ but complete reproduce case.
 [2010-07-08 17:53 UTC] bbarnettm at gmail dot com
I don't have any cache system.

I don't know how to reproduce it, because is a random situation.

In that Server I have about 14 home transactional's sites and every site runing the same application with different database
 [2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 07:01:32 2024 UTC