Hello,
on Today Screen an error appears (unfortunately I don't know from when - probably after last update) - it is attached
In log is:
2024-12-30 00:19:02.725 ===== TRACE ===== [3] DISCONNECTED USER 'xxx'
2024-12-30 18:39:57.109 ===== TRACE ===== [3] NEW CONNECTED USER 'xxx' (using remember me feature)
2024-12-30 18:40:01.640 ** ERROR ** [V11.4.3] [3] ERROR **
2024-12-30 18:40:01.640 ** ERROR ** [V11.4.3] [3] on file 'C:http_sitesprojeqtorviewtoday.php' at line (1706)
2024-12-30 18:40:01.641 ** ERROR ** [V11.4.3] [3] cause = Undefined variable: oldRefId
2024-12-30 18:44:27.468 ** ERROR ** [V11.4.3] [3] ERROR **
2024-12-30 18:44:27.468 ** ERROR ** [V11.4.3] [3] on file 'C:http_sitesprojeqtorviewtoday.php' at line (1706)
2024-12-30 18:44:27.470 ** ERROR ** [V11.4.3] [3] cause = Undefined variable: oldRefId
2024-12-30 18:54:33.109 ===== TRACE ===== [3] DISCONNECTED USER 'xxx'
2024-12-30 18:54:33.774 ===== TRACE ===== [3] NEW CONNECTED USER 'xxx' (using remember me feature)
2024-12-30 18:54:37.077 ** ERROR ** [V11.4.3] [3] ERROR **
2024-12-30 18:54:37.078 ** ERROR ** [V11.4.3] [3] on file 'C:http_sitesprojeqtorviewtoday.php' at line (1706)
2024-12-30 18:54:37.078 ** ERROR ***** [V11.4.3] [3] cause = Undefined variable: oldRefId
2024-12-30 18:56:31.881 ===== TRACE ===== [3] DISCONNECTED USER 'xxx'
2024-12-30 18:56:41.913 ===== TRACE ===== [3] NEW CONNECTED USER 'xxx' (using remember me feature)
Could you help me with that please?
Thank you
Petr
Info:
ProjeQtOr V11.4.3 (372)
PHP 7.4.29
Version of external libraries :
CK Editor : 4.11.2
Dojo : 1.17.3
html2canvas : 1.0.0-alpha.12
html2pdf : 5.2.2
HtmlPhpExcel : 1.4
pChart2 : 2.1.4
pdfMake : 0.1.39
phpMailer : 6.5.0
TinyButStrong :3.15.0
CryptoJS 3.1.2
phpAES
XLSReader
I have did a temporaty solution when I added this to the code (before failed if):
if(!isset($oldRefId))
$oldRefId = '';
if(!isset($oldRefType))
$oldRefType = '';
Which works. But it would be better if you correct it on your side 🙂
Ticket #9349 recorded
Thank you...
Petr
