Results 8 comments of Raphael

This code would do the job. Unfortunately I'm not too familiar with all the front-end workflows, e.g. I'm posting the raw code here. ``` $(document).ready(function(){ $('.full').each(function(){ var height = $(this).height();...

yes I agree, that's why I have downgraded to PHP 7.4... but even so it's not working

A quick update. I can now upload files again: the URL points to the file on AWS, but the file is actually uploaded to the local storage (/storage/app/attachment) and nothing...

just ran into the same issue on Win 11. Patch is working. Would be great if this could be merged.

any news here? Just tried to setup another instance... not having to worry about storage for attachments would make life a lot easier!

Got it running. Here is what I had to change. This is now obviously hardcoded I would assume, it will need some more love, but I'm not familiar at all...

works just fine on PHP 7. But I had to do some tweaks: import.php line 115 should be: $db = mysqli_select_db($con, $dbname = PMBP_file_info("db", PMBP_EXPORT_DIR . $import_file)); and functions.inc.php line...