CRMx icon indicating copy to clipboard operation
CRMx copied to clipboard

An Error in index file

Open asrarahmadehsan opened this issue 8 years ago • 1 comments

In line 40 connection is made proceduraly using mysqli_connect() and its return value is stored in variable $c but in line 213 real_ escape_ string function is used in object oriented style which throws an error. Please resolve this error as soon as possible.

Thanks

asrarahmadehsan avatar Dec 02 '16 14:12 asrarahmadehsan

This only appears, when the mysqli_connect() could not be established and real_escape_string is called from a $c, which has then bool false.

dnutzz avatar Sep 20 '17 23:09 dnutzz