Title: Augment-IT's Replies | WordPress.org

---

# Augment-IT

  [  ](https://wordpress.org/support/users/augmentit/)

 *   [Profile](https://wordpress.org/support/users/augmentit/)
 *   [Topics Started](https://wordpress.org/support/users/augmentit/topics/)
 *   [Replies Created](https://wordpress.org/support/users/augmentit/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/augmentit/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/augmentit/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/augmentit/engagements/)
 *   [Favorites](https://wordpress.org/support/users/augmentit/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Job Postings] Error sending notification message](https://wordpress.org/support/topic/error-sending-notification-message-4/)
 *  [Augment-IT](https://wordpress.org/support/users/augmentit/)
 * (@augmentit)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/error-sending-notification-message-4/#post-14385911)
 * I’ve got the same problem to which a bit of digging seems to be related to the
   use of deprecated code in the script.js file:
 * /wp-content/plugins/job-postings/js/script.js
 * The JSON parse is generating the error but so far I’ve not been able to fully
   determine why or fix.
 * It is using an old deprecated pre jquery 3 JSON parsing command, $.parseJSON 
   which has been replaced with the native javascript JSON.parse
 * Have tried updating the code to use JSON.parse but the parsing still fails. Even
   trying to set data values manually to be passed in to the json parse so far I’m
   unable to get it to work (my javascript/jquery knowledge/experience is limited)
 * Suspicion is that there is one or more data field that the parser requires/expects
   to process in order to return a success status as I’ve customised the job “Apply
   form” to only a small number of fields.
 * It’s fairly clear from the code that more recent plugin maintenance/updates were
   minimal and updates/fixes are now seemingly non-existent.

Viewing 1 replies (of 1 total)