User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020513
Hello,
I've used achievo before and now I'm trying to use this newer version
again. I've found some interesting issue, checked the list (there was a
guy with the same problem, but there were no final solution, so let me
ask this one more time).
I've set up the whole stuff, created a database called 'promgr' with a
user 'projecters' and with a pass ofcourse. I've edited the configs,
achievo runs, lets me in with the admin password, so seems to work fine,
but...
When ever I try to add some data to the database (let's say I'd like to
create a user or register some time, etc), it does not do it. I've made
the debug option in the atkconfig to 2, and I don't see any error,
here's the reply I get for creating a user called: testuser with the
name testuser:
dbg: [ dot
authorizationtype: db, scheme: group)
dbg: [+00.00020s] atkSecurityManager() constructing class auth_db
dbg: [+00.03953s] creating sessionManager (namespace: default)
dbg: [+00.03979s] ATKLEVEL : 0
dbg: [+00.04012s] Using session for authentication / user = administrator
dbg: [+00.04062s] atkmysqldb.query(): SELECT theme from employee where
userid='administrator'
dbg: [+00.04155s] Constructing a new node - employee
dbg: [+00.04582s] employee::employee()
dbg: [+00.05029s] Constructing a new node - profile
dbg: [+00.05384s] Returning cached node instance - employee
dbg: [+00.05419s] Constructing a new node - usercontracts
dbg: [+00.06064s] atkmysqldb.query(): SELECT
employee.userid,employee.name,employee.email,entity.name AS
al_A,entity.id AS al_B,employee.status FROM employee LEFT JOIN profile
entity ON employee.entity=entity.id ORDER BY name LIMIT 0, 25
dbg: [+00.06511s] atkmysqldb.query(): SELECT COUNT(*) as count FROM
employee LEFT JOIN profile entity ON employee.entity=entity.id
dbg: [+00.06889s] Disconnecting from database...
dbg: [+00.06899s] disconnected from the database
This seems ok for me as not being a developer. Do you have any idea what
can cause this problem?