Last seen: 2 Juil PM 20:077
Hi, A bit late, but still useful : If you want a translated field, go in the source files (if you can) from your projeqtor instance in the "tool...
Hi Babynus, I ended up finding my problem. Thanks to the loading problem of PHP class html2pdf, I realized that my instance of PHP was corrupted (...
After a few tests, the error seems to be in the "$html2pdf = new Html2Pdf();" I'm still investigating.
Also, when I compare the V7.3.0 main.php file with the V7.2.7 main.php file, that's exactly here where there was a modification by the update.
Hi Babynus, Sorry for the time response. Here are the results of the step-by-step upgrade : V7.2.5 ==> V7.2.6 Ok V7.2.6 ==> V7.2.7 Ok V...
Here is the log console :
Here some traces from chrome developper console There is no error. However, what I found abnormal is that the source code from the main page s...
Babynus, Do you need more information ? What can I provide to you ?
Unfortunately, it's already done 🙁 Any idea ?
It works ! And you're right, it's better like this ^^ Great thanks 😉
It seems like the wbs referencing is in the table planningelement. Exemple : mysql> select id,idProject,refId,refName,wbs,wbsSortable from pl...
Re all, I've found a way to connect to my MySql server. In the "tool/configCheck.php" file, i added theses lines at line 87 and 106 : $co...