Hi,
Never faced this.
I guess you'll find some error in log file.
Please post it here.
It seems what happened was one of my resources (workers) was attaching files. The first two of them attached properly and then the third one created the problem. Not sure if this helps.
It seems you are useing an old version of projeqtor.
Try and migate to latest stable release.
I am using the latest version of 8.4.3
But the log is from very old version.
Log file now contains version number on each line, this one does not.
Looking at file name it seems is it log from december 2016...
so not the last one (difficult to find source of error here)
Please accept my apology, the reason why the log is very old is because I uploaded the wrong log. I have now uploaded the correct log of when the probably happened on the 29 April, 2020.
Please look at the correct log that I have uploaded relating to this problem and your assistance would be greatly appreciated of how to fix it.
Hi,
The log file shows 2 errors, but none seem relative to your issue.
First can be fixed in /model/IndicatorValue.php, replacing line 312 from
$pe=get_class($obj).'PlanningElement';
to
$pe=(($obj)?get_class($obj):'').'PlanningElement';
Second can be fixed in /tool/projeqtor.php adding one line after line 5003, this way
function searchAllAttachmentMailable($objectClass,$idObj){
if (!$objectClass or !$idObj) return array(array(),array());
Please try and apply these patches to see it it fixes your issue (I'm not very optimistic about this)
I did as explained and the problem for this activity is the same.
Is there a way I can delete the images that were attached to the activity in the database and see if that fixes it. If so where in the database would I search for the images.
you must search in table "attachment"
Before deleting, please post here content of the line (it may help solve the issue).
Hi,
Nothing strange about these attachments
It has happened again on three other activities. It seems to happen with the same user who is using an ipad tablet.
Can you check file name, on attachment table and in attachment directory.
It may include unexpected special characters.
Or possibly it is image format that is weird.
Could you please post here one of these images (it it does not contain confidential information)

