Posted by nidhi
2014-07-17

hi tom, i had made some changes in the script to change the table names however after a making few more changes i am getting this error while editing any record which has been submitted by the user. so please could you help the warning is "mysql_free_result() expects parameter 1 to be resource, boolean given in web\codelib\sys\CMySQL.inc.php on line 274"
and the notice is "Undefined index: S in web\codelib\asc\cls_fl_aso.inc.php on line 134"
will this affect working of the project please help!
Posted by Tom
2014-07-17

>warning is "mysql_free_result() expects parameter 1 to be resource,

This error is very generic and can be triggered by anything like a simple typo. I think it's a good idea to start it over instead of tracing executions and finding the cause. When you modify the script, back up often, so you can go back to a previous state.