I've been working through installing CalemEAM on a SLES 10.1 system but am still having some issues after the initial installation. When I bring up the CalemEAM page for the first time, it displays the following errors on the screen and I can't login to the site:
Notice: Only variable references should be returned by reference in /srv/www/htdocs/CalemEAM/server/include/log4php/LoggerAppender.php on line 73
Notice: Only variable references should be returned by reference in /srv/www/htdocs/CalemEAM/server/include/log4php/LoggerPropertyConfigurator.php on line 565
Notice: Undefined index: aid in /srv/www/htdocs/CalemEAM/index.php on line 44
Notice: Undefined variable: sesReload in /srv/www/htdocs/CalemEAM/index.php on line 101
Notice: Undefined index: aid in /srv/www/htdocs/CalemEAM/index.php on line 124
Notice: Undefined index: CALEM_LANG in /srv/www/htdocs/CalemEAM/client/launchpad/CalemLoginLite.php on line 32
Here are some samples from the Apache error log as well as the calem.log.
Apache error_log file
[Thu Mar 20 07:45:32 2008] [error] [client x.x.x.x] PHP Notice: Only variable references should be returned by reference in /srv/www/htdocs/CalemEAM/server/include/log4php/LoggerAppender.php on line 73
[Thu Mar 20 07:45:32 2008] [error] [client x.x.x.x] PHP Notice: Only variable references should be returned by reference in /srv/www/htdocs/CalemEAM/server/include/log4php/LoggerPropertyConfigurator.php on line 565
[Thu Mar 20 07:45:32 2008] [error] PHP Notice: Undefined index: aid in /srv/www/htdocs/CalemEAM/index.php on line 44
[Thu Mar 20 07:45:32 2008] [error] PHP Notice: Undefined index: aid in /srv/www/htdocs/CalemEAM/index.php on line 124
[Thu Mar 20 07:45:32 2008] [error] PHP Notice: Undefined index: CALEM_LANG in /srv/www/htdocs/CalemEAM/client/launchpad/CalemLoginLite.php on line 32
[Thu Mar 20 07:45:32 2008] [error] PHP Notice: Undefined variable: loginErrorText in /srv/www/htdocs/CalemEAM/client/launchpad/CalemLoginLite.php on line 206
[Thu Mar 20 07:45:32 2008] [error] PHP Notice: Undefined variable: loginErrorText in /srv/www/htdocs/CalemEAM/client/launchpad/CalemLoginLite.php on line 210
[Thu Mar 20 07:45:32 2008] [error] PHP Notice: Undefined variable: login_username in /srv/www/htdocs/CalemEAM/client/launchpad/CalemLoginLite.php on line 230
[Thu Mar 20 07:45:32 2008] [error] PHP Notice: Undefined variable: login_password in /srv/www/htdocs/CalemEAM/client/launchpad/CalemLoginLite.php on line 234
calem.log file
2008-03-20 07:45:32,312 DEBUG main - sid=; aid=, Post data:
2008-03-20 07:45:32,312 DEBUG main - CALEM_SID passed in: array (
'sid' => '3863b553-6fb7-5a24-8970-d4ed6617d5e9',
'gid' => 'CUSTOM_SYSTEM',
'uid' => '1000000',
'uname' => 'admin',
'full_name' => 'Administrator',
'admin_type_id' => 'search_admin_none',
'locale' => 'en',
'team_id' => '',
)
2008-03-20 07:45:32,312 INFO main - Received request to launch: client/launchpad/CalemLoginLite.php, aid=
2008-03-20 07:51:10,220 DEBUG main - sid=; aid=, Post data:
2008-03-20 07:51:10,220 INFO main - Received request to launch: client/launchpad/CalemLoginLite.php, aid=
I've looked through the forums and have followed some of the suggestions on similar issues but the errors above are still displaying on the initial login page. Unfortunately at this point I'm not sure how-to troubleshoot any further and was wondering if anyone had any suggestions.