Hi All,
thanks in advance,
we are getting the strange issue in rapache, unable to predict the error.
Rapache working fine from log that is showing
[Wed Mar 09 12:45:19 2016] [notice] Apache/2.2.15 (Unix) DAV/2 mod_R/1.2.5 R/3.2.3 PHP/5.3.3 mod_apreq2-20090110/2.8.0 configured -- resuming normal operations
but some time the one_result.html works fine, some times not, giving the error as below
Error in GET$one : object of type 'closure' is not subsettable
version : centos(6)
Apache : 2.2.15
this is the form from which we are sending the data.
___________________________________one.html________________________________________
<html>
<form name="one" method="POST" action="one_result.html">
<input type="text" name="one">
<input type="submit">
</html>
______________________________________one_result.html________________________________
<%
print(POST$one)
%>
when we are print the POST$one in the one_result.html, in the /var/log/httpd/error.log we are getting
"Error in GET$one : object of type 'closure' is not subsettable"
please help us it is very important what might be the issue.