php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27704 PHP stopped functioning
Submitted: 2004-03-25 15:37 UTC Modified: 2004-03-25 15:51 UTC
From: infile at postmark dot net Assigned:
Status: Not a bug Package: Performance problem
PHP Version: 4.3.4 OS: linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: infile at postmark dot net
New email:
PHP Version: OS:

 

 [2004-03-25 15:37 UTC] infile at postmark dot net
Description:
------------


Suddenly 7 days ago:

1) Site with phpmanager script was very slow and took 4 minutes to go from page to page.

2) Other site gave the below errors:

 - Session_register not working with variables entered.

 - Warning: main(): Failed opening 'serex.php' for inclusion

and so on. I modified the php.ini using different options and paths, but no luck.  Before I started all that fixing in php.ini one site, after 3 days did fix suddenly and the script worked.  This was a login script.

 - script codes had to be changed from:

session_register('auth');

to
$_SESSION['auth'];

to work.

Now shopping cart script at still don't work.  I have deleted php and reinstalled it with cpanel 8, but still the smame.

Any help to this mistery?

Reproduce code:
---------------
Warning: main(rex.php): failed to open stream: No such file or directory in /home/bigtime/public_html/bigtime/includes/header.inc on line 28

Warning: main(): Failed opening 'rex.php' for inclusion (include_path='/usr/local/lib/php:/usr/lib/php') in /home/bigtime/public_html/bigtime/includes/header.inc on line 
28
echo 

Expected result:
----------------
Just the form as it is without the error code.

Actual result:
--------------
as above.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-25 15:51 UTC] iliaa@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. 

Thank you for your interest in PHP.

Not nearly enough information. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Oct 14 18:01:28 2024 UTC