Author Topic: firts problems installing, now doing login.. i'm stuck[help]  (Read 1938 times)

rvabrilot

  • Newbie
  • *
  • Posts: 1
firts problems installing, now doing login.. i'm stuck[help]
« on: February 23, 2008, 02:59:46 pm »
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)

Code: [Select]

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',
)

calemadmin

  • Administrator
  • Calem Hero
  • *****
  • Posts: 300
    • http://www.calemeam.com
firts problems installing, now doing login.. i'm stuck[help]
« Reply #1 on: March 06, 2008, 11:00:03 am »
The database access looked good. It is not clear from the log what was wrong in your setup. Take a look at the error logs of Apache.
Calem Community Forum Admin