i've installed calem on a Linux server with Centos 5, PHP 5.1.6 with PDO activated for Mysql 5.0.22
at the begining all was fine until database creation... the createtable.sh and the other do nothing... i've solved it with a dump of the sql schema from the demo... (i really don't know if its rellyable)
now a can't do login, when i enter the 'admin' and 'admin_password' the browser refresh to a white page and if update the page it goes to de login again... the tail of my calem.log says:(this is becoming very painfull)
2008-02-23 17:37:16,489 DEBUG main - sid=; aid=, Post data:
2008-02-23 17:37:16,489 INFO main - Received request to launch: client/launchpad/CalemLoginLite.php, aid=
2008-02-23 17:37:26,581 DEBUG main - sid=; aid=, Post data: username=admin&password=admin_password&lang=&loadmode=gzip&theme=calem&debug=&calemAction=LoginAction
2008-02-23 17:37:26,581 INFO MysqlHandler - calem db connection: user=root, password=***, , connection=mysql:host=localhost;dbname=calemeam, persistent connection=Array
2008-02-23 17:37:26,581 DEBUG CalemUserDbo - fetchBySqlParam: select * from users where username=?, param='admin'
2008-02-23 17:37:26,581 DEBUG CalemPDOStatement - Query time:0.0006, the query=select * from users where username=?, params=array (
1 => 'admin',
)
2008-02-23 17:41:47,144 DEBUG main - sid=; aid=, Post data: username=admin&password=admin_password&lang=&loadmode=gzip&theme=calem&debug=&calemAction=LoginAction
2008-02-23 17:41:47,144 INFO MysqlHandler - calem db connection: user=root, password=***, , connection=mysql:host=localhost;dbname=calemeam, persistent connection=Array
2008-02-23 17:41:47,144 DEBUG CalemUserDbo - fetchBySqlParam: select * from users where username=?, param='admin'
2008-02-23 17:41:47,144 DEBUG CalemPDOStatement - Query time:0.0006, the query=select * from users where username=?, params=array (
1 => 'admin',
)
2008-02-23 17:41:48,924 DEBUG main - sid=; aid=, Post data:
2008-02-23 17:41:48,924 INFO main - Received request to launch: client/launchpad/CalemLoginLite.php, aid=
2008-02-23 17:41:58,222 DEBUG main - sid=; aid=, Post data: username=admin&password=admin_password&lang=&loadmode=gzip&theme=calem&debug=&calemAction=LoginAction
2008-02-23 17:41:58,222 INFO MysqlHandler - calem db connection: user=root, password=***, , connection=mysql:host=localhost;dbname=calemeam, persistent connection=Array
2008-02-23 17:41:58,222 DEBUG CalemUserDbo - fetchBySqlParam: select * from users where username=?, param='admin'
2008-02-23 17:41:58,222 DEBUG CalemPDOStatement - Query time:0.0008, the query=select * from users where username=?, params=array (
1 => 'admin',
)