You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@vcl.apache.org by YOUNG OH <oh...@gmail.com> on 2016/09/14 20:07:10 UTC

IMtypeid in User table allows null in VCL 2.5 ?

Hi All,

I found that IMtypeid in User table (run update-vcl.sql from vcl trunk)
allows null so that adding a local user (e.g., test1) using "vcld --setup"
didn't set the value for the account. But when you try to login with the
account it failed to get user info from database. Please take a look at it
and let me know if I miss something. Thank you.
---------------
 ERROR(1): Failed to get user info from database. userid was test1@local\nMode
was main\n\n\nBacktrace:\n=-=-=-=-=-=-=-=-=-=-=-=\nCall#:1 =>
index.php:initGlobals() (line#:59)\n\nBacktrace with
Arguments:\n=-=-=-=-=-=-=-=-=-=-=-=\nCall#:1 => index.php:initGlobals()
(line#:59)\nArguments(none):\n-----------------------\n
-----------

Best,
Young