Osclass Support Forums

General osclass questions => Report bug => Topic started by: CRCOZ on July 19, 2022, 08:41:07 AM

Title: Deleting Users
Post by: CRCOZ on July 19, 2022, 08:41:07 AM
Hi,

Hopefully somebody can help me with a solution to this?

When I try to delete Users in the Admin section, it returns a response "No users have been deleted" every time I try?

Thanks

C
Title: Re: Deleting Users
Post by: sandwitche on August 19, 2022, 08:54:43 AM
hello, same here, error and white page when i delete user. ( page=users&action=delete&id[]=8 )
Title: Re: Deleting Users
Post by: MB Themes on August 20, 2022, 01:29:50 PM
Go to database, t_user table and try to remove user manually here.
I suppose you will get error related to foregin key.
Update this key to have "ON DELETE CASCADE ON UPDATE CASCADE"