Last seen: 12 Juin PM 13:066
It has nothing to do with browser cache as it is pure PHP concern.I know, but I have to test all possibilities. Are you sure you are using ../files...
Added in /files/config/parameters.php : … $logFile='../files/logs/projeqtor_${date}.log'; $logLevel='2'; $enforceUTF8=true; //======= END but do...
After migration to v4.4, flag 'enforceUTF8' is not set because existing, but need because UTF8 already enforced. So I have commented the condition “i...
The only error was after copying customized files : database user was wrong (name and pw not identical on my PC and the server), but after change all ...
This is a very restrictive need. Would go against acutal fluent use of the tool.Yes, but it's what want my boss ! I woukd not spend time on this,...
All is UTF-8. The two computers have been entirely mounted by myself (including physical assembly of physical components with screwdriver 😉 ) and i...
OK, that works ! 🙂
Found the same problem. Cause located, but it’s a complex "preg_replace" function that I don’t handle very well. Comment line 1473 (in V4.3.2) of ...
Thus I have to create a "colorTranslateNameFormatter" (found the module containing these functions. 😉 ) (possible enhancement for a future version, ...
OK, found. ONE key had a hyphen, that javascript didn’t digest! This implies that javascript, somewhere in the load process, convert these keys to va...
So it seems you broke something in the lang.js file that prohibits its loading. Some special caracters may cause this, or some "not reallu special" o...