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.
When I choose 'remind' me in 15 min on indicator popup I lose connection with "Connection Lost. Please reconnect".
the indicator type is Warning of respect to due date. The logs show:
2014-01-28 11:44:03 ** ERROR ** HACK ================================================================
2014-01-28 11:44:03 ** ERROR ** Try to hack database detected
2014-01-28 11:44:03 ** ERROR ** Source Code = SqlElement->_construct : id '15 ' is not numeric for class Alert
2014-01-28 11:44:03 ** ERROR ** QUERY_STRING = idAlert=15%20&remind=15
2014-01-28 11:44:03 ** ERROR ** REMOTE_ADDR = 192.168.10.11
2014-01-28 11:44:03 ** ERROR ** SCRIPT_FILENAME = /var/www/projects.nrsi.on.ca/tool/setAlertRead.php
2014-01-28 11:44:03 ** ERROR ** REQUEST_URI = /tool/setAlertRead.php?idAlert=15%20&remind=15
Version = 4.1.2
php 5.3.6-13ubuntu3.8
mysql 5.1.63-0ubuntu0.11.10.1
Issue confirmed.
Ticket #1285 recorded.
Hi,
Fix is in /tool/setAlertRead.php, replace line 15
$idAlert=$_REQUEST['idAlert'];
with
$idAlert=trim($_REQUEST['idAlert']);
Fix will be deployed in V4.2.0