shoulders
shoulders
do you have lastpass or another password manager installed. this always gets me.
is the PHP running on a 32-bit platform which might cause issues, see: - #973 - https://github.com/projectsend/projectsend/blob/33756dce90fd1139f7c19a0db307fa73316b1294/includes/functions.php#L995-L1025 - http://stackoverflow.com/questions/5501451/php-x86-how-to-get-filesize-of-2gb-file-without-external-program - https://www.php.net/manual/en/function.filesize.php
I have the same issue. My file are missing see picture below:  **last section of code is** ```php Selected files actions: Select action Edit Download zipped Set to hidden...
have you looked at using - https://www.php.net/manual/en/class.splfileinfo.php - https://www.php.net/manual/en/class.finfo.php ```php $result = new finfo(); if (is_resource($result) === true) { return $result->file($full_path, FILEINFO_MIME_TYPE); } ``` I can see you use these...
## A dirty hack This will cause issues if your files are above 2GB but will remove the use of **shell_exec()** and **exec()** change https://github.com/projectsend/projectsend/blob/33756dce90fd1139f7c19a0db307fa73316b1294/includes/functions.php#L995-L1025 to ```php function get_real_size($file) {...
@zero-24 Thanks for mentioning this. I also 100% appreciate that Joomla 4 is a priority The guides have no information in this, hence my boggle. Maybe a note about this...
can i bump this issue. It might seem a small issue but it is fact a big one. I am using this as a standard but everytime i check https://keepachangelog.com/...
I did look at this a while ago but got carried away with my own software. I appreciate the feedback and will go through it when I have some new...
see the following section in [/src/mpdf.php](https://github.com/mpdf/mpdf/blob/development/src/Mpdf.php) ``` preg_match_all("/(
**Setup** * I am in the UK * I use DNS Hijacking to prevent virus on my IoT and other places. **More info** * The script should still download the...