Last seen: 20 Apr 2015 21H29
Do you mean saveDocumentVersion.php?
Something that might help: In /web/tool/saveAttachement.php in line 212 If I change $attachement->fileName=basename($uploadedFile['name']); ...
the last problem exists also in the demo check activity id 324 (project SGB)
Yes I can download it. But I found sth else: if my mbstring settings are like this: mbstring.language = Neutral mbstring.internal_encoding = ...
One more info I changed the unreadable characters directly in db (for testing purposes) and the result was ok I could see the greek characters.
Some more info -I use Projeqtor 4.5.2 - I had not this problem before (I already have attachements with Greek characters) - I use a Linux Debian se...
All other works fine. I can write and read greek characters everywhere in projeqtor The characters in db are readable as greek characters I have mb...
All files are renamed as attachement_xx The problem is in the gui. I think that it has something to do with the storage of the filename in the db
As www-ÎÎÎ.txt No problem here. But we cannot understand which file it is
Maybe this might be added as an evolution?
Could you inform me, 2-3 days before the new version so as I can post the last changes? Or better could we have the xls for the new version 2-3 days ...
Yes. I know about email notification. I am talking about real time alerts. When I am logged in and someone makes a change, it would be more productiv...
New greek version with corrections and some more translated strings lang-withel-v2.xls.zip
I have the same problem with Activities
This is the first version. There are some more strings to translate lang-withel.xls.zip
Hi, Your solutions works only woth greek language and would lead to display "da" for days in english. It is because in greek, the first letter is ...
the parameter "$enforceUTF8" is used to force the "self::$connexion->query("SET NAMES utf8");" This will ensure that data is stored in UTF-8, even...
The same applies in Calendar.php at line 234 So the code $result.= substr(i18n(date('l',$iDay)),0,1) . $d ; become $result.= sub...