Posted by Cindy
2014-02-12

Got my contact list all set up. Imported in 4500 or so records. No problem. However, I get this notice, any idea?

Notice: Undefined index: A in /home/pathfi16/public_html/contacts/codelib/asc/cls_fl_aso.inc.php on line 134

Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/pathfi16/public_html/contacts/codelib/sys/CMySQL.inc.php on line 247

Warning: mysql_free_result() expects parameter 1 to be resource, boolean given in /home/pathfi16/public_html/contacts/codelib/sys/CMySQL.inc.php on line 274
Posted by Tom
2014-02-13

>Warning: mysql_free_result() expects parameter 1 to be resource, boolean given in /home/pathfi16/public_html/contacts/codelib/sys/CMySQL.inc.php on line 274

Uh-oh! Something is going wrong here. The error message indicates that the script didn't execute a proper SQL statement. Why didn't it execute a proper SQL statement? Well, there are many things that possibly cause a bad SQL. If you started seeing the error messages after you imported data into the database, I suspect some of database fields got invalid data. First backup the database. Then, delete records gradually until you get no error messages. You may find out which records are causing the mulfunction.