akirafreak / tinybrowser

Automatically exported from code.google.com/p/tinybrowser
0 stars 0 forks source link

Upload tab gives error "Bad or offensive words detected!" #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to the file browser window
2. Go to the upload tab
3. Without even having a chance to view the form an error comes up from the 
flash uploader.

What is the expected output? What do you see instead?
Some kind of form for uploading files.

What version of the product are you using? On what operating system?
Windows XP, Flash 10, Tinybrowser 1.4.2

Please provide any additional information below.
Placing existing images into Tinymce works.

I have no idea what this error means. I have no offensive works anywhere in my 
files folder.

Original issue reported on code.google.com by benbra...@gmail.com on 15 Jun 2010 at 7:30

Attachments:

GoogleCodeExporter commented 8 years ago
Found the problem. I was uploading to a folder /assets/uploads/userfiles/images 
The 'ass' in assets is apparently an offensive word. 

It's in flash so I can't fix it and anything under four letters is not really 
much of a swear word anyway.

It would be nice if there were a setting in the config to disable this behavior.

Original comment by benbra...@gmail.com on 16 Jun 2010 at 11:16

GoogleCodeExporter commented 8 years ago
Ran into the the same problem but could narrow it down to the language settings:
when choosing 
// Set default language (ISO 639-1 code)
$_SESSION['tinybrowser']['language'] = 'fr';

the flash part breaks with the error message given above

Original comment by lars.wie...@gmail.com on 8 Jul 2010 at 3:11

GoogleCodeExporter commented 8 years ago
Have you solution for this problem ?

is there restriction on the french Words ?

Original comment by jerome.l...@gmail.com on 8 Aug 2010 at 6:50

GoogleCodeExporter commented 8 years ago
Email the maintainer to get a copy of the flash file which doesn't have 
profanity censorship.

Original comment by benbra...@gmail.com on 26 Nov 2010 at 12:16

GoogleCodeExporter commented 8 years ago
Hi, to solve your problem you need to looking for the word "pass" in your 
language file and remove it. Sorry for my bad english, you can see my french 
explanation here: 
http://www.blog.manit4c.com/2010/12/16/tinybrowser-bad-or-offensive-words-detect
ed/

Original comment by mani...@gmail.com on 16 Dec 2010 at 3:51

GoogleCodeExporter commented 8 years ago
I also use a folder called "assets" and I can't change that.

Original comment by frank.re...@gmail.com on 16 Feb 2011 at 4:43

GoogleCodeExporter commented 8 years ago
Not sure if this will help anybody else, but I have found that the name of the 
input was causing this problem for me.

When the input was called "download_url" I would get the error.
When the input was called "file_url" the error would stop.

Weird, but worth trying.

Original comment by vegassug...@gmail.com on 30 May 2012 at 3:45