Author Topic: can't login with version 2.0.1  (Read 2386 times)

dhobbs

  • Newbie
  • *
  • Posts: 3
can't login with version 2.0.1
« on: November 07, 2007, 03:32:35 pm »
I've downloaded and gone through all of the setup for versions 2.0.1 but am not able to login using admin/admin_password.

Accoring the the setup guide (http://www.calemeam.com/support_setup.html) if you are setting up on Linux with XAMP then you don't need the PDO steps.

I've checked the php erroe logs as well as the calem.log file and there are no clues as to what the problem is

This is obviously a showstopper, If I can't get logged in I can't use the program. HELP!!!!

calemadmin

  • Administrator
  • Calem Hero
  • *****
  • Posts: 300
    • http://www.calemeam.com
can't login with version 2.0.1
« Reply #1 on: November 07, 2007, 07:41:20 pm »
You may paste logs from php error log and calem logs we can take a look.
- php error logs
- calem logs (under CalemEAM/logs/calem.log)
Calem Community Forum Admin

dhobbs

  • Newbie
  • *
  • Posts: 3
can't login with version 2.0.1
« Reply #2 on: November 08, 2007, 11:50:36 am »
There are no entries in the php error log.

The contents of the calem.log file are as follows:

2007-11-07 04:11:47,784 DEBUG CalemDataLoader - Validating data for wo_priority
2007-11-07 04:11:47,784 DEBUG CalemDataLoader - Validating data for po_address
2007-11-07 04:11:47,784 DEBUG CalemDataLoader - files for po_address = array (
)
2007-11-07 04:11:47,784 DEBUG CalemDataLoader - Validating data for pm_season
2007-11-07 04:11:47,784 DEBUG CalemDataLoader - files for pm_season = array (
)
2007-11-07 04:11:47,784 DEBUG CalemDataLoader - Validating data for req_status
2007-11-07 04:12:18,499 INFO  MysqlHandler - calem db connection: user=calemeam, password=***, , connection=mysql:host=localhost;dbname=calemeam, persistent connection=Array
2007-11-07 04:12:18,499 DEBUG CalemPDOStatement - Query time:0.002, the query=select * from acl_group, params=NULL

calemadmin

  • Administrator
  • Calem Hero
  • *****
  • Posts: 300
    • http://www.calemeam.com
can't login with version 2.0.1
« Reply #3 on: November 08, 2007, 08:49:21 pm »
Based on the log no requests were received by the server. It looks like access right issues. So you may review the access rights of your server setup. If you're installing on Linux, take a look at: http://www.calemeam.com/apps/wiki/index.php?title=CalemInstallation
Calem Community Forum Admin

dhobbs

  • Newbie
  • *
  • Posts: 3
can't login with version 2.0.1
« Reply #4 on: November 09, 2007, 04:07:25 pm »
That was it. Thanks very much