Well, I found the solution. It was an Apache2 problem. Since there was no log, I used Firebug to check and I noticed an UTF8 error. Looking through the web I found this guide: http://powerpython.org/blog/how-to-run-mezzanine-on-apache-and-mod-wsgi/ where it explains that LANG variable of Apache needed to be, in my case, 'en_US.UTF-8' instead of C.
There are still some issues like in Mozilla the Twitter plugin doesn't work properly (the DOM gets the tweet but doesn't show them) but in the rest of the browsers (Chrome, Safari, Operaand even IE) works fine, or the issue where the TinyMCE Rich Text Editor doesn't apply text-align when you save or even I can't initialize my own TinyMCE init. But well, one problem at a time. Peace fellas El sábado, 7 de noviembre de 2015, 21:42:38 (UTC-4:30), Melvin Ramos escribió: > > Hello fellas, > > In my production server (Linode) I was trying to upload an image and the > popup throws me the following errors: > > Failed to load resource: the server responded with a status of 500 > (INTERNAL SERVER ERROR) > http://iucnrle.org/en/admin/media-library/browse/?pop=5&type=image > > GET http://iucnrle.org/en/admin/media-library/browse/?pop=5&type=image > 500 (INTERNAL SERVER ERROR) > tinymce.min.js:9 > > and when I check the Media Library link it goes to an error page and > throws this error: > > Failed to load resource: the server responded with a status of 500 > (INTERNAL SERVER ERROR) > http://iucnrle.org/en/admin/media-library/browse/ > > No error shown in the Apache log. > > This doesn't happen in my localhost dev server. Any possible solutions? > > Thanks in advance, > > MR > > P.D.: Unrelated question: which version of TinyMCE is used by Mezzanine 4? > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
