Topic: Deleting users...
I noted that in "Manage Users" pannel (CN 1.5.3), if I want to delete more than a user ticking the flags, it doesn't delete all users I ticked, but only one of them... How to fix?
Dear CuteNews Users! Please feel free to contact us via our new Feedback Form and please send information about bugs to our bug tracker.
You are not logged in. Please login or register.
CutePHP Forums → Problem Solving / Help & Support → Deleting users...
I noted that in "Manage Users" pannel (CN 1.5.3), if I want to delete more than a user ticking the flags, it doesn't delete all users I ticked, but only one of them... How to fix?
anybody?
In the core/core.php line in function user_delete($user)
$users_db = load_database('users_db', 'users.db');
change to
$users_db = load_database('users_db', 'users.db', true);
to correct this bug. This change is available also on github https://github.com/CuteNews/cute-news-repo/...7030c585cd824fa.
it works right... thanx
CutePHP Forums → Problem Solving / Help & Support → Deleting users...
Powered by PunBB, supported by Informer Technologies, Inc.
The pun_antispam official extension is installed. Copyright © 2003–2009 PunBB.