Title: [Plugin: Job Manager] Cannot edit URL path, Missing Page
Last modified: August 20, 2016

---

# [Plugin: Job Manager] Cannot edit URL path, Missing Page

 *  [richard16](https://wordpress.org/support/users/richard16/)
 * (@richard16)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-job-manager-cannot-edit-url-path-missing-page/)
 * Hi,
 * Firstly I would like to thank you for the awesome job manager plugin. It works
   perfectly for me until yesterday. I accidentally deactivated the plugin and when
   I re-activated on, the page URL was not accessible already.
 * The usual URL to access the jobs listing page was [http://www.XX.com/jobs](http://www.XX.com/jobs)
   and [http://www.XX.com/jobs/apply](http://www.XX.com/jobs/apply). However the
   page URL under admin settings gives me [http://www.XX.com/page_id=78](http://www.XX.com/page_id=78)
   which leads me to an error 404 page.
 * I tried to edit the URL path under admin settings but there is no such page with
   such ID. Appararently, the page “Jobs Listing” has gone missing. Thus, it gave
   this message, “You attempted to edit a page that doesn’t exist. Perhaps it was
   deleted?”
 * I am currently using the latest version (0.7.18) of Job Manager and the version
   of WordPress I am on is 3.2.1.
 * I tried to resolve the problem by doing a full uninstall of Job Manager (ie, 
   disable plugin, delete plugin), then re-install it, but the page id still remains
   the same under Admin Settings and there was no way to change the URL path.
 * I hope you can enlighten me on this.
 * Thank you for your help!
 * [http://wordpress.org/extend/plugins/job-manager/](http://wordpress.org/extend/plugins/job-manager/)

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

 *  [okhomenko](https://wordpress.org/support/users/okhomenko/)
 * (@okhomenko)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-job-manager-cannot-edit-url-path-missing-page/#post-2347766)
 * The problem is that you don’t have page (probably deleted) with id=78 that are
   in the database.
 * You need:
 * 1. deactivate plugin
    2. delete row in database in table wp_options. Parameter
   name is ‘jobman_options’
 * SQL query is:
    delete from wp_options where option_name = ‘jobman_options’
 * 3. activate plugin (it creates new page for job list with new id)
 *  [donseamons](https://wordpress.org/support/users/donseamons/)
 * (@donseamons)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-job-manager-cannot-edit-url-path-missing-page/#post-2347769)
 * I was having this same problem today; I followed Okhomenko’s instructions, and
   it worked perfectly. However, I needed to save my display settings (manually,
   in a txt file) so I could rebuild the application form and messages the way I
   wanted them. But it was worth the effort. Thanks!

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

The topic ‘[Plugin: Job Manager] Cannot edit URL path, Missing Page’ is closed to
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/job-manager_2792c3.svg)
 * [Job Manager](https://wordpress.org/plugins/job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/job-manager/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [donseamons](https://wordpress.org/support/users/donseamons/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-job-manager-cannot-edit-url-path-missing-page/#post-2347769)
 * Status: not resolved