Forum .LRN Q&A: Re: Error deleting an user

Collapse
3: Re: Error deleting an user (response to 1)
Posted by Jim Lynch on
watch your error.log while you try to delete a user. chances are you'll find the reason. Having said that, looks like it has something to do with figuring out whether you have permission to do it. one of your first questions should be: who is party whose id is 568?

also if you're using a newer postgres driver, the error messages can be made to be more informative if you go into the service config file and set the var debug to true; this should be well documented. (If you look at the database pool definitiions, you should see ns_param verbose $debug)