Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2308

[3.3.x] Support Forum • Re: A Few Warning

$
0
0
Anonymous was "Account deactivated by administrator " I activated it. But errors continue to occur in error_log
AFAIK anonymous cannot be deleted nor deactivated using default phpBB actions.

Perhaps you should delete it completely from the users_table and recreate it.

Code:

INSERT INTO phpbb_users (user_type, group_id, username, username_clean, user_regdate, user_password, user_email, user_lang, user_style, user_rank, user_colour, user_posts, user_permissions, user_ip, user_birthday, user_lastpage, user_last_confirm_key, user_post_sortby_type, user_post_sortby_dir, user_topic_sortby_type, user_topic_sortby_dir, user_avatar, user_sig, user_sig_bbcode_uid, user_jabber, user_actkey, user_newpasswd, user_allow_massemail) VALUES (2, 1, 'Anonymous', 'anonymous', 0, '', '', 'en', 1, 0, '', 0, '', '', '', '', '', 't', 'a', 't', 'd', '', '', '', '', '', '', 0);INSERT INTO phpbb_user_group (group_id, user_id, user_pending, group_leader) VALUES (1, 1, 0, 0);
As always, backup the database first (at a minimum those 2 tables)

Statistics: Posted by warmweer — Mon Jan 27, 2025 8:21 pm



Viewing all articles
Browse latest Browse all 2308

Trending Articles