|
|
|
Hi caseydk
Nice to know that you are still around w2p and thanks for the help.
I tried to find the r1239, but I'm a little bit rusty with w2p; I checked in bug tracking, and couldn't find it.
Besides I don't remember if this r1239 was a revission or a resolved issue.... sorry for being annoying I tried though...
Now I can log in but I get this error
ERROR:
.../classes/w2p/Database/Query.class.php(1115) : query failed(SELECT DISTINCT(user_id), user_username, contact_last_name, contact_first_name,
company_name, contact_company, dept_id, dept_name,
CONCAT(contact_first_name,' ',contact_last_name) contact_name, user_type,cm.method_value AS contact_email FROM ((`users` AS users))
INNER JOIN `contacts` AS con ON contact_id = user_contact
LEFT JOIN `contacts_methods` AS cm ON cm.contact_id = con.contact_id
LEFT JOIN `companies` AS com ON company_id = contact_company
LEFT JOIN `departments` AS dep ON dept_id = contact_department WHERE cm.method_name = 'email_primary'
GROUP BY user_id
ORDER BY user_username)
- error was: Column 'contact_id' in on clause is ambiguous
Backtrace:
0 .../classes/w2p/Database/Query.class.php:1115 dprint()
1 .../classes/w2p/Database/Query.class.php:1152 exec()
2 .../includes/main_functions.php:368 loadList()
3 .../modules/admin/vw_active_usr.php:8 w2PgetUsersList()
4 .../style/web2project/overrides.php:101 require()
5 .../modules/admin/index.php:86 show()
6 .../index.php:363 require()
If all this is solved in the r1239, please point where it is and I'll try to follow that
Thanks again!!
Cheers |
|