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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
1 + 14 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Apr 23 10:01:29 2024 UTC