Apache error log filles with PHP errors
Posted: Sun Jul 08, 2012 9:37 pm
Hello,
This probably is nothing to be concerned about, but I want to verify it.
I just created a brand new installation (Windows 7) as well to check that my production system (CentOS Linux 6) isn't "broken", and both behave the same way.. I am using v2.7.1 (7-6-12).
Logging into any database (including sample and samplefinancial) gives me these errors in the apache error log on just about every page I request..
[Sun Jul 08 15:12:31 2012] [error] [client 192.168.222.93] PHP Notice: Undefine
d variable: _SESSION in /var/www/html/productionnu2/common.php on line 746, refe
rer: http://192.168.222.92/productionnu2/for ... =db/sample
nufinancial&ses=14ff9db6dbccca&tab=0
I get an error entry for lines 746 thru line 752 which corrosponds to the following in common.php
745 //-- add session variables
746 $a['#zzsys_session_id#'] = $_SESSION['nu_session'];
747 $a['#access_level#'] = $_SESSION['nu_access_level'];
748 $a['#zzsys_user_id#'] = $_SESSION['nu_user_id'];
749 $a['#zzsys_user_group_name#'] = $_SESSION['nu_user_group'];
750 $a['#session_id#'] = $_SESSION['#nu_session#'];
751 $a['#ses#'] = $_SESSION['#nu_session#'];
752 $a['#session_parameter#'] = $a['#parameter#'];
753
754 return $a;
755 }
I used the windows installer method for the windows install, so everything is set up automatically. It does it also, so I assume that this is not really a problem? But, it creates massive error_log files as these errors are repeated over and over again for just about every page hit..
Thanks,
- Andre
This probably is nothing to be concerned about, but I want to verify it.
I just created a brand new installation (Windows 7) as well to check that my production system (CentOS Linux 6) isn't "broken", and both behave the same way.. I am using v2.7.1 (7-6-12).
Logging into any database (including sample and samplefinancial) gives me these errors in the apache error log on just about every page I request..
[Sun Jul 08 15:12:31 2012] [error] [client 192.168.222.93] PHP Notice: Undefine
d variable: _SESSION in /var/www/html/productionnu2/common.php on line 746, refe
rer: http://192.168.222.92/productionnu2/for ... =db/sample
nufinancial&ses=14ff9db6dbccca&tab=0
I get an error entry for lines 746 thru line 752 which corrosponds to the following in common.php
745 //-- add session variables
746 $a['#zzsys_session_id#'] = $_SESSION['nu_session'];
747 $a['#access_level#'] = $_SESSION['nu_access_level'];
748 $a['#zzsys_user_id#'] = $_SESSION['nu_user_id'];
749 $a['#zzsys_user_group_name#'] = $_SESSION['nu_user_group'];
750 $a['#session_id#'] = $_SESSION['#nu_session#'];
751 $a['#ses#'] = $_SESSION['#nu_session#'];
752 $a['#session_parameter#'] = $a['#parameter#'];
753
754 return $a;
755 }
I used the windows installer method for the windows install, so everything is set up automatically. It does it also, so I assume that this is not really a problem? But, it creates massive error_log files as these errors are repeated over and over again for just about every page hit..
Thanks,
- Andre