Hi, I upgraded Sugar Pro to latest version 6.2
The problem is that if I try to create any new bean (account, opportunity, contact), the assigned user value is not set :
To be more accurate, the hidden id field is set, not the text input, leading to a validation error
Any idea ?
Edit :
I digged deeper in the code, it's SugarCache related, get_user_array() in utils.php doesn't return any value, and the instruction in this function that cause the problem is
if($from_cache)
$user_array = get_register_value('user_array', $add_blank. $status . $assigned_user);
Any idea where I can continue to check ?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks