Title: Errors on post update
Last modified: August 21, 2016

---

# Errors on post update

 *  Resolved [Nomi](https://wordpress.org/support/users/naumanahmed19/)
 * (@naumanahmed19)
 * [12 years ago](https://wordpress.org/support/topic/errors-on-pos-update/)
 * Hi.
 * I am getting some errors while updating a post. I reinstalled plugin but still
   it gives error.
 * Deprecated: mysql_real_escape_string(): The mysql extension is deprecated and
   will be removed in the future: use mysqli or PDO instead in /home/xxxx/xxx/xxxx/
   wp-content/plugins/ig-pagebuilder/core/core.php on line 372
 * Warning: mysql_real_escape_string(): Access denied for user ‘xxxxx’@’xxxxx’ (
   using password: NO) in /home/xxxxxx/wp-content/plugins/ig-pagebuilder/core/core.
   php on line 372
 * [https://wordpress.org/plugins/ig-pagebuilder/](https://wordpress.org/plugins/ig-pagebuilder/)
 * not sure may be its after wordpress 3.9 update

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [Nomi](https://wordpress.org/support/users/naumanahmed19/)
 * (@naumanahmed19)
 * [12 years ago](https://wordpress.org/support/topic/errors-on-pos-update/#post-4833046)
 * i found this useful
    [http://stackoverflow.com/questions/13944956/the-mysql-extension-is-deprecated-and-will-be-removed-in-the-future-use-mysqli](http://stackoverflow.com/questions/13944956/the-mysql-extension-is-deprecated-and-will-be-removed-in-the-future-use-mysqli)
 * what you say
 *  Thread Starter [Nomi](https://wordpress.org/support/users/naumanahmed19/)
 * (@naumanahmed19)
 * [12 years ago](https://wordpress.org/support/topic/errors-on-pos-update/#post-4833114)
 * Its working on new installation but I am wondering what was the reason.
 *  [sangbui](https://wordpress.org/support/users/sangbui/)
 * (@sangbui)
 * [12 years ago](https://wordpress.org/support/topic/errors-on-pos-update/#post-4833255)
 * Hi Nomi,
 * The problem is that you have established your connection using MySQLi, but are
   then calling mysql_real_escape_string(). You intend to be calling mysqli_real_escape_string()
   either in procedural context, or object oriented contex.
    I will report with 
   our developer to mix mysql and mysqli.
 * Thanks,
    InnoGears Support Team.
 *  Thread Starter [Nomi](https://wordpress.org/support/users/naumanahmed19/)
 * (@naumanahmed19)
 * [12 years ago](https://wordpress.org/support/topic/errors-on-pos-update/#post-4833256)
 * Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Errors on post update’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ig-pagebuilder.svg)
 * [IG PageBuilder](https://wordpress.org/plugins/ig-pagebuilder/)
 * [Support Threads](https://wordpress.org/support/plugin/ig-pagebuilder/)
 * [Active Topics](https://wordpress.org/support/plugin/ig-pagebuilder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ig-pagebuilder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ig-pagebuilder/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Nomi](https://wordpress.org/support/users/naumanahmed19/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/errors-on-pos-update/#post-4833256)
 * Status: resolved