Page 1 of 2
BMP files
Posted: Fri Sep 04, 2020 8:20 am
by Frank3176
Hi Everybody
When i try to upload the image in extension BMP , i received an error message
NOT FOUND
The Requested URL was not found on this server
Additionally a 404 Not Found was encountered while trying an Error Document to handle the request
I try to put the extension BMP in the field whilelist but it's not working
If you have any sugestion please reply me
Best Regards
Frank
Re: BMP files
Posted: Fri Sep 04, 2020 8:26 am
by alfa24
Does it happen only with bmp files?
Re: BMP files
Posted: Fri Sep 04, 2020 3:01 pm
by Frank3176
Yes it does , Only happens with BMP files
Re: BMP files
Posted: Fri Sep 04, 2020 3:14 pm
by alfa24
Please, provide:
- Forma version
- PHP version
- Detailed steps to replicate
- 404 url (you'll find it in the network tab of developers console)
Re: BMP files
Posted: Fri Sep 04, 2020 4:12 pm
by Frank3176
Forma version : 2.3.0
PHP version : 5.5.38
- Detailed steps to replicate
- Join the course I have created
- I select the Introduction option
- I select Edit
- I select Insert image
-I select the source
- open a new box
- I select add
- I select Choose file
- I select the image with bmp format
- I select to save changes
- and show me the error
PHP version: 5.5.38
Site Timezone: America/New_York
"safe_mode" configuration: Off
Configuration of "register_global": Off
Configuration of "magic_quotes_gpc": Off
Configuration of "upload_max_filesize": 75M
Configuration of "post_max_size": 85M
Configuration of "max_execution_time": 30s
LDAP: Off Consider this parameter only if you need to authenticate through LDAP
Configuration of "allow_url_include": Off
PHP extension php_openssl: On
Configuration of "allow_url_fopen": Off Attention without these settings the social login will not work
MySQL information
sql vers: 5.5.5-10.2.32-MariaDB
sql mode: IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
sql encoding: latin1
sql collation: latin1_swedish_ci
sql timezone: SYSTEM
Re: BMP files
Posted: Fri Sep 04, 2020 4:14 pm
by alfa24
You missed 404 URL info
Re: BMP files
Posted: Fri Sep 04, 2020 8:40 pm
by Frank3176
i don't know where is Network tab, tell me where is that ?
I don''t know if i have to find on Forma Platforms or Cpanel from my hosting
Best Regards
Re: BMP files
Posted: Sat Sep 05, 2020 7:11 am
by alfa24
Re: BMP files
Posted: Sat Sep 05, 2020 9:33 am
by Frank3176
info url 404
[DOM] Found 2 elements with non-unique id #username: (More info:
https://goo.gl/9p2vKq) <input type="hidden" id="username" name="username" class="txt" value="11888"> <input class="form-control" type="text" id="username" name="username" value="Hilde" readonly>
index_tiny.php:1 GET
https://prueba.santanasystemgroup.com/f ... upload_err 404
Re: BMP files
Posted: Sat Sep 05, 2020 11:15 am
by alfa24
I can't replicate the 404 error, I should be on your instance to debug it.
Anyway, it seems BMP files are throwing another kind of error (upload error, that is supposed to be thrown in your instance, too, as I can read the error in the querystring of your 404 url), so I will investigate that.