|
|
| Author |
Message |
Polnareff
New User
Joined: 02 Jul 2009
Posts: 2
|
Posted: July 2nd 2009, 11:23 pm Post subject: Problem with Word Censors |
|
|
Well I posted this problem on the phpBB.com forums, but since it's in v2.0.22, they don't seem to want to help me...so hopefully someone here can.
So here's the problem...I recently added a censor in the Admin CP Word Censors page, but now when I try and access it again, instead of getting the regular add censor form, I just get a white page with the text "35" at the top left. And now it seems that any thread where the word "Profile" was used does the same thing (white page with 35) and is thus inaccessible.
More details: the word I added to censor was "Profile", and before I did, I only had one other word censored, which was "party". Now the problem occurs in pages with the word Profile, and it seems that the original censor I had for party isnt working anymore...
In any case, is there a way to just reset the censored words (like through the database)...I don't really know too much about this stuff.
All help is greatly appreciated! Thanks so much!
EDIT: oh and I censored "Profile" to "Pedofile", if that helps at all >_> |
|
| Back to top |
|
 |
lumpy burgertushie
Dedicated User

Joined: 05 Apr 2008
Posts: 589
|
Posted: July 3rd 2009, 3:20 pm Post subject: |
|
|
You can use phpmyadmin or whatever database tool you have available.
find the words table.
in a standard install, it is the last table in the list.
then empty/truncate that table.
do NOT drop it.
the sql command for this is
truncate phpbb_words
( if your table prefix is not phpbb_ the edit accordingly.)
if that is successful and it does not solve your problem, come back and we will help you figure it out.
robert _________________ here is my sig file....... |
|
| Back to top |
|
 |
Polnareff
New User
Joined: 02 Jul 2009
Posts: 2
|
Posted: July 3rd 2009, 10:52 pm Post subject: |
|
|
Thank you so much! That worked perfectly  |
|
| Back to top |
|
 |
lumpy burgertushie
Dedicated User

Joined: 05 Apr 2008
Posts: 589
|
Posted: July 4th 2009, 9:23 am Post subject: |
|
|
great!
do you still have anything with that "35" on it?
that is the part that is strange to me.
This could be related to your host's installation of mod_security.
I remember something like happening to someone else.
robert |
|
| Back to top |
|
 |
Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.
|
|
| Back to top |
|
 |
|