Quote:
Originally Posted by lierduh
How long is <domain>\<user> ?
The user name field is limited to 32 characters. If you need longer, you can modify the database to increase the char length.
If you can access the DB directly, eg. using phpmyadmin, check what exactly is stored in the DB for the user name.
Looks like it is either the length or the "\" causing the issue.
|
domain as you noticed is "yamner' and user name is 5 characters. I just checked "nntp_groups" table in mysql and I don't see any issues there (server lenght=64; username=32; password=32) all values are correct . :ermm:
But I noticed one thing, when I go to admincp>Execute SQL Query I get the message "You are not authorized to execute SQL queries"- I'm logged in as a superadmin. Do you think this might be my problem? If yes, what file should I modify?
Thx