OMP 1.1.1.1 - unable to upload title image

Hi,

I’m unable to upload title image in any press.
The imagem file is uploaded in temp folder, the browser shows the upload as 100%, but I still get error message.
<img src="/uploads/default/original/1X/5b1fdf9013ea4e615b1434946c9e8755e59114f1.png" width=“690” height="

Any ideas?

Tarcisio Pereira

Hi @Tarcisio_Pereira,

The two most common causes of this are file permissions, and file type detection. Check the permissions on your public/ directory (and all of its contents and subdirectories) to make sure that OMP can administer its contents; then check your config.inc.php configuration file to see what the setting for mime_database_path is. Either specify a valid MIME database there, or comment out the line entirely to have PHP use its built-in database.

Regards,
Alec Smecher
Public Knowledge Project Team

Hi @asmecher

Was mime.

Thank you.

Hi @Tarcisio_Pereira,

Great – thanks for following up.

Regards,
Alec Smecher
Public Knowledge Project Team