|
Re: Every account has been blocked from posting [message #5138 is a reply to message #5131] |
Thu, 22 August 2002 13:04 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Are there any IP/Email/Login filters in the system?
Check the Group(s) Manager, the one linked to from the front page and check that registered users have Post permission.
FUDforum Core Developer
|
|
|
|
|
|
|
Re: Every account has been blocked from posting [message #5153 is a reply to message #5152] |
Thu, 22 August 2002 14:10 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Well, I was unable to read the error message, so that was not much help.
Run the following query in MySQL and reply with the output.
SELECT user_id,resource_id,group_id,p_POST,p_REPLY FROM fud21_group_cache;
FUDforum Core Developer
|
|
|
Re: Every account has been blocked from posting [message #5155 is a reply to message #5153] |
Thu, 22 August 2002 14:27 |
xiouxin
Messages: 11 Registered: August 2002 Location: Taipei
Karma: 0
|
Junior Member |
|
|
Here's the output:
+------------+-------------+----------+--------+---------+
| user_id | resource_id | group_id | p_POST | p_REPLY |
+------------+-------------+----------+--------+---------+
| 2147483647 | 21 | 18 | Y | Y |
| 0 | 21 | 18 | N | N |
| 2147483647 | 25 | 19 | Y | Y |
| 0 | 25 | 19 | N | N |
| 2147483647 | 27 | 20 | Y | Y |
| 0 | 27 | 20 | N | N |
| 2147483647 | 4 | 21 | Y | Y |
| 0 | 4 | 21 | N | N |
| 2147483647 | 23 | 22 | Y | Y |
| 0 | 23 | 22 | N | N |
| 2147483647 | 3 | 23 | Y | Y |
| 0 | 3 | 23 | N | N |
| 2147483647 | 24 | 24 | Y | Y |
| 0 | 24 | 24 | N | N |
+------------+-------------+----------+--------+---------+
14 rows in set (0.00 sec)
Sorry, the text is so ugly.
[Updated on: Thu, 22 August 2002 14:28] Report message to a moderator
|
|
|
|
Re: Every account has been blocked from posting [message #5158 is a reply to message #5157] |
Thu, 22 August 2002 14:32 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Okie, these permissions seem, okie, the problem must be else where... then.
Hmm... Give me a moment, need to think what could be causing the problem.
FUDforum Core Developer
|
|
|
|
|
|
|
|