Author Topic: Blank Page on Login  (Read 15692 times)

patchrick

  • Newbie
  • *
  • Posts: 3
Blank Page on Login
« on: January 25, 2008, 04:55:29 am »
Hi,
After successfully running the database scripts (had to patch the mysql handler http://www.calemeam.com/apps/mantis/view.php?id=81) I cannot log in to the calemEAM installation. On entering the admin username and password I am just presented with a blank screen.

Apache Error Log:
[Fri Jan 25 10:42:28 2008] [error] [client 192.168.1.90] PHP Notice:  Only variable references should be returned by reference in /var/www/html/CalemEAM/server/include/log4php/LoggerAppender.php on line 73
[Fri Jan 25 10:42:28 2008] [error] [client 192.168.1.90] PHP Notice:  Only variable references should be returned by reference in /var/www/html/CalemEAM/server/include/log4php/LoggerPropertyConfigurator.php on line 565
[Fri Jan 25 10:42:28 2008] [error] [client 192.168.1.90] PHP Notice:  Undefined index:  aid in /var/www/html/CalemEAM/index.php on line 44
[Fri Jan 25 10:42:28 2008] [error] [client 192.168.1.90] PHP Notice:  Undefined variable: sesReload in /var/www/html/CalemEAM/index.php on line 101
[Fri Jan 25 10:42:28 2008] [error] [client 192.168.1.90] PHP Notice:  Undefined index:  aid in /var/www/html/CalemEAM/index.php on line 124
[Fri Jan 25 10:42:28 2008] [error] [client 192.168.1.90] PHP Notice:  Undefined index:  CALEM_LANG in /var/www/html/CalemEAM/client/launchpad/CalemLoginLite.php on line 32
[Fri Jan 25 10:42:28 2008] [error] [client 192.168.1.90] PHP Notice:  Undefined variable: loginErrorText in /var/www/html/CalemEAM/client/launchpad/CalemLoginLite.php on line 206
[Fri Jan 25 10:42:28 2008] [error] [client 192.168.1.90] PHP Notice:  Undefined variable: loginErrorText in /var/www/html/CalemEAM/client/launchpad/CalemLoginLite.php on line 210
[Fri Jan 25 10:42:28 2008] [error] [client 192.168.1.90] PHP Notice:  Undefined variable: login_username in /var/www/html/CalemEAM/client/launchpad/CalemLoginLite.php on line 230
[Fri Jan 25 10:42:28 2008] [error] [client 192.168.1.90] PHP Notice:  Undefined variable: login_password in /var/www/html/CalemEAM/client/launchpad/CalemLoginLite.php on line 234
[Fri Jan 25 10:42:32 2008] [error] [client 192.168.1.90] PHP Notice:  Only variable references should be returned by reference in /var/www/html/CalemEAM/server/include/log4php/LoggerAppender.php on line 73, referer: http://192.168.1.254/CalemEAM/index.php
[Fri Jan 25 10:42:32 2008] [error] [client 192.168.1.90] PHP Notice:  Only variable references should be returned by reference in /var/www/html/CalemEAM/server/include/log4php/LoggerPropertyConfigurator.php on line 565, referer: http://192.168.1.254/CalemEAM/index.php
[Fri Jan 25 10:42:32 2008] [error] [client 192.168.1.90] PHP Notice:  Undefined index:  aid in /var/www/html/CalemEAM/index.php on line 44, referer: http://192.168.1.254/CalemEAM/index.php
[Fri Jan 25 10:42:32 2008] [error] [client 192.168.1.90] PHP Warning:  require_once(PEAR.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /var/www/html/CalemEAM/server/include/SOAP/Base.php on line 47, referer: http://192.168.1.254/CalemEAM/index.php
[Fri Jan 25 10:42:32 2008] [error] [client 192.168.1.90] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'PEAR.php' (include_path='/var/www/html/CalemEAM/server/include:/usr/share/pear/PEAR') in /var/www/html/CalemEAM/server/include/SOAP/Base.php on line 47, referer: http://192.168.1.254/CalemEAM/index.php


Calem.log:

2008-01-25 10:42:28,784 DEBUG main - sid=; aid=, Post data:
2008-01-25 10:42:28,784 INFO  main - Received request to launch: client/launchpad/CalemLoginLite.php, aid=
2008-01-25 10:42:32,617 DEBUG main - sid=; aid=, Post data: username=admin&password=admin_password&lang=&loadmode=gzip&theme=calem&debug=&calemAction=LoginAction


Any ideas?

Patrick

calemadmin

  • Administrator
  • Calem Hero
  • *****
  • Posts: 300
    • http://www.calemeam.com
Blank Page on Login
« Reply #1 on: January 26, 2008, 11:14:40 am »
You need to have PEAR installed, see this post:
http://www.calemeam.com/apps/phpbb/viewtopic.php?t=200&highlight=pear
Calem Community Forum Admin