I upgraded my Mezzanine 4.2.0/ Django 1.8.19/ Python 2.7.18- based server to Mezzanine 6.0.0/ Django 3.2/ Python 3.7.
After upgrade I noticed that media library (using filebrowser-safe 1.1.1) stores the uploaded svg-files as HTML documents that cannot be embedded as part of page content any more. I can only embed svg-files uploaded by the old server (that used filebrowser-safe 0.5.0) into my pages. Please the output of the linux file-command in the attachment. Thanks for your help, Br Jaana -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/mezzanine-users/CAEW4ffiKhXrAfEkEe6AZmR1z8ZVesaxqChp1tfafreYQ6iyPog%40mail.gmail.com.
pika> file pika/media/uploads/uploaded_by_old_server.svg pika/media/uploads/tup/uploaded_by_old_server.svg: SVG Scalable Vector Graphics image /pika> file pika/media/uploads/uploaded_by_new_server.svg pika/media/uploads/uploaded_using_old_server.svg: HTML document, ASCII text, with very long lines, with no line terminators
