Title: Content save error
Last modified: February 13, 2021

---

# Content save error

 *  Resolved [ashimkumar](https://wordpress.org/support/users/ashimkumar/)
 * (@ashimkumar)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/content-save-error/)
 * Hello Team,
    I’m having difficulties in managing this theme with KingComposer.
   For example, when editing Page > Home I always get this error when to save it.
   Any idea how to eliminate this? Your content has been saved, but there seems 
   to be an error occurs. Please check all of your code and make sure there are 
   no errors. Thank you in advance

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

 *  [mahmoudwp](https://wordpress.org/support/users/mahmoudwp/)
 * (@mahmoudwp)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/content-save-error/#post-14050635)
 * Hi [@ashimkumar](https://wordpress.org/support/users/ashimkumar/)
    There two 
   solution: First you can can setup [ Test Jquery update ](https://wordpress.org/plugins/wp-jquery-update-test/)
   to disable jQuery Migrate
 * Second solution: =>
    you can edit kc.bluilder.js file this is the path of file[
   kingcomposer\assets\js\kc.builder.js] – Search for .complete(
 * – Replace this code
 *     ```
       complete(function (data) {
             if (data.status !== 200) {
                kc.msg('Please check all of your code and make sure there are no errors. ', 'error', 'sl-close');
       	}
       });
       ```
   
 * to this
 *     ```
       .complete(function (data, status, xhr) {
       if (xhr.status !== 200) {
       kc.msg('Please check all of your code and make sure there are no errors. ', 'error', 'sl-close');
       	}
       });
       ```
   
 * **Pay attention ** if you choose the second solution you will lose the modification
   if you update the plugin
 * I hope this help you
 *  Thread Starter [ashimkumar](https://wordpress.org/support/users/ashimkumar/)
 * (@ashimkumar)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/content-save-error/#post-14050712)
 * [@mahmoudwp](https://wordpress.org/support/users/mahmoudwp/) Thank you brother
    -  This reply was modified 5 years, 3 months ago by [ashimkumar](https://wordpress.org/support/users/ashimkumar/).
 *  [mahmoudwp](https://wordpress.org/support/users/mahmoudwp/)
 * (@mahmoudwp)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/content-save-error/#post-14050829)
 * [@ashimkumar](https://wordpress.org/support/users/ashimkumar/)
    Not at all bro.
   I hope to solve this error by the plugin developer in next update

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

The topic ‘Content save error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/kingcomposer_747172.svg)
 * [Page Builder: KingComposer - Free Drag and Drop page builder by King-Theme](https://wordpress.org/plugins/kingcomposer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/kingcomposer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/kingcomposer/)
 * [Active Topics](https://wordpress.org/support/plugin/kingcomposer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kingcomposer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kingcomposer/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [mahmoudwp](https://wordpress.org/support/users/mahmoudwp/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/content-save-error/#post-14050829)
 * Status: resolved