|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-03-25 14:36 UTC] iliaa@php.net
[2004-03-31 11:59 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 18:00:01 2025 UTC |
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?