-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't delete users in proftpd admin #50
Comments
It seems there is an empty additional group assigned to the user. Did you somehow delete a group that still had this user assigned? |
Which DB interface do you use? SQlite? I still haven't tested this recently. |
I’m using MySQL |
Strange. I don't see those errors on my test system. Can you check that your DB schema matches with your config.php file? |
It does. Everything but deleting and updating the users works - I can create a user and I can login with it, and I can also see the current users |
any thoughts? |
I don't have a clue as I can't reproduce the problem. |
I have the same issue with updating or deleting users. It started after I added ez_sql_mysqli.php because I switched to php 7.2 and traditional mysql drivers are deprecated.
Currently trying to identify why ad_gid is null and not an array. Will update if I make any progress. |
All resolved for me. I didn't see that the project updated support for mysqli so I just redeployed with latest master using mysqli / php7.2 and all is well. |
I have problems adding new users. Edit users who have been manually added through MySQL works and also adding new groups. [php7:warn] [pid 13143] [client IP:6007] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/html/ftpadmin/add_user.php on line 212, referer: /add_user.php I'm using Ubuntu 18.04 with PHP7.2 |
We did have the same Problem. When u create a user TEST an then a User TEST_T or RWF and RWF_QSS then u get the error. The same is, User TEST an 2nd user TESTTEST. U cant change the user RWF or TEST When u delete the user RWF_QSS or TESTEST then all works fine. We Using Ubuntu 18.04 with PHP 7.2 |
HI,
When I try to delete a user in the proftpd admin web console, I get the following error:
Cannot remove user "test" from group ""; see log files for more information
Can you please advise?
The text was updated successfully, but these errors were encountered: