CRMx
CRMx copied to clipboard
An Error in index file
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
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.