Title: Import Problem &#8211; Solved
Last modified: October 21, 2016

---

# Import Problem – Solved

 *  Resolved [encweb](https://wordpress.org/support/users/encweb/)
 * (@encweb)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/import-problem-solved/)
 * Could not get import to work. PHP throwing errors: Call to undefined function
   mysql_real_escape_string(). Turns out that stafflist.php is using mysql_real_escape_string()
   which was deprecated starting in PHP 5.5.0 and was completely removed from PHP
   7 in favor of mysqli_real_escape_string().
 * The solution is to use neither function. Rather, use the WordPress core function**
   $wpdb->_real_escape()** and let WordPress sort out what level of mysql functions
   are available for use.
 * [https://developer.wordpress.org/reference/classes/wpdb/_real_escape/](https://developer.wordpress.org/reference/classes/wpdb/_real_escape/)
 * I made this change in my copy of stafflist.php and it solved the import problems
   for me.

Viewing 1 replies (of 1 total)

 *  Plugin Author [ERA404](https://wordpress.org/support/users/era404/)
 * (@era404)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/import-problem-solved/#post-8342739)
 * Hello EncWeb,
 * Your recommendations have been incorporated into StaffList v2.1.1. Much appreciation
   for the input.

Viewing 1 replies (of 1 total)

The topic ‘Import Problem – Solved’ is closed to new replies.

 * ![](https://ps.w.org/stafflist/assets/icon-256x256.png?rev=1109669)
 * [StaffList](https://wordpress.org/plugins/stafflist/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stafflist/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stafflist/)
 * [Active Topics](https://wordpress.org/support/plugin/stafflist/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stafflist/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stafflist/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [encweb](https://wordpress.org/support/users/encweb/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/import-problem-solved/)
 * Status: resolved