I'm trying to implement LiveJournal for corporate use. When I try and do "search", it says that
"Sorry, your account type doesn't permit usage of the directory, or you aren't currently logged in. If your account type permits directory usage, be sure that you are logged in and then try again"
What do I need to change in order to make search work?
I did change table user and set status = 'A' and I also gave my userid "betatest" privs.
Do I need to change anything else, cuz right now, check_priv($u, "betatest", "directory") returns false.
Am i missing something out?