Last seen: 19 Sep PM 20:099
Hi, Thanks, it is ok now. Regards, Zsolt
It seems to me that in 8.2.3 the selection criteria is wrong: $lstNotif = $notif->getSqlElementsFromCriteria($crit); But it should be something l...
I also think that the condition operation (...>=...) has to be changed as well. This seems to be the correct logic: if ($notif->notificationTi...
I had the same problem as described here. Really, I had to check the web server's error.log. It was referring to an error for starting the php session...
I had the same problem, and it was because of SELinux was enforced. In that case chmod 777 is not enough. Either you disable SELinux, which mightno...
I had the same problem. I found out that SELinux was enabled. In order to move on I had to disable SELinux.