php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27701 PHP stoped functioning for some sites and gives erros for others
Submitted: 2004-03-25 14:15 UTC Modified: 2004-03-31 11:59 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: infile at postmark dot net Assigned:
Status: No Feedback 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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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 14:15 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?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-25 14:36 UTC] iliaa@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2004-03-31 11:59 UTC] iliaa@php.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: Thu Apr 18 02:02:52 2024 UTC