Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Just like the subject says...I try to add an attachment to a project or activity, and it throws this error:
/var/www/projeqtor/tool/saveAttachement.php' at line (199)
2015-04-23 13:39:19 ** ERROR ** cause = Illegal string offset 'name'
2015-04-23 13:50:45 ** ERROR ** ERROR **
2015-04-23 13:50:45 ** ERROR ***** on file
I'm running this with Ubuntu 14.04.
Thanks.
Hi,
This is due to some debug line that you can remove : in /tool/saveAttachement.php, remove or comment line 199 :
//debugLog(" traitement fichier ".$uploadedFile['name']);
But this should occur only if you have an import error (for instance importing too big file)
Thanks for the quick reply.
Now I get an error at line 276 when I try to insert a hyperlink.
?
Strange as I don't reproduce this issue, using Chrome, FF and IE11.
Maybe you're using another bvrowser ?
What is sure is that you should remove all debugLog in saveAttachement.php.