Forum

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.

"Connection Lost" w...
 
Notifications
Clear all

"Connection Lost" when selecting 'remind' for indicator

3 Posts
2 Users
0 Reactions
5,678 Views
Mark Docken
(@mdocken)
Posts: 18
Active Member
Topic starter
 
[#1602]

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


 
Posted : 28 Jan 2014 19H55
(@babynus)
Posts: 14952
Member Admin
 

Issue confirmed.
Ticket #1285 recorded.


 
Posted : 29 Jan 2014 12H11
(@babynus)
Posts: 14952
Member Admin
 

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


 
Posted : 29 Jan 2014 15H13
Share:

Scroll to Top