• Hi there,

    I was working on a new development on my local machine with Job Manager Plugin and it was working fine.

    Then I imported an XML data file from one of the live WP blog and when I checked my wp pages I could not found the Job Listing page 🙁

    And the URL path shown in the Job Manager setting page is “http://localhost/?page_id=11 ” But there is no such page… 🙁

    How can I get the page again?

    Thanks a lot in advance

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Gary Pendergast

    (@pento)

    This is… problematic. The following should work, but it could be that it didn’t import the other Job Manager pages, either.

    First off, check your wp_posts table for a row with ID=11. If it exists, check what the post_status is, and let me know.

    If it doesn’t exist, go back to wp-admin, and create a new page called Job Listing. Then return to the wp_posts table, and find that new page, and change the ID to be 11.

    Let me know how it goes!

    Thread Starter Pratik Bagaria

    (@pratikbagaria)

    Hi Gary,

    Thanks a lot it worked.
    I made a new page and changed the ID using PHPmyAdmin.

    Regards,
    Pratik

    Thread Starter Pratik Bagaria

    (@pratikbagaria)

    Well now I don’t see any apply page 🙁

    My individual job page is looking fine also the job listing page is looking fine. But on the individual job page there is no link to “Apply”.

    Do this also has some page to be made???

    Plugin Author Gary Pendergast

    (@pento)

    Yeah, that’s what I thought may have happened – Job Manager also has some custom stuff stored in the wp_posts table for the application form, and a few other pages.

    What did you use to export/import the data?

    Thread Starter Pratik Bagaria

    (@pratikbagaria)

    Sadly yes. I used the export/import data… 🙁

    Is there any way I can get the thing back to normal or I need to reinstall everything again?

    Plugin Author Gary Pendergast

    (@pento)

    Ah, I see. I’m not sure exactly how the normal export/import program works, but I do recall hearing about it causing these problems with Job Manager.

    Your best option is to install one of the many backup plugins for WordPress – they usually just grab an entire dump of the database.

    This one looks particularly interesting, it apparently changes URLs to match your dev machine, too:

    http://wordpress.org/extend/plugins/wp-migrate-db/

    Thread Starter Pratik Bagaria

    (@pratikbagaria)

    Well since we have already imported all the data and the site is live, migrating data again won’t be possible now… but the plugin you suggested is nice and I will use it for future.

    Since, the site was new and job manager did not contained any data, we decided to delete the plugin will all the optioned checked on the setting page. First the plugin was deactivated and then deleted.

    Then i installed it again and activated it… but this time i got an error sayin ” Unsupported operand types in /home/bizzu0/public_html/forum4finance/wp-content/plugins/job-manager/frontend.php on line 34″

    What could have possibly gone wrong here… ?

    Plugin Author Gary Pendergast

    (@pento)

    A bug in the upgrade process. I’ll be releasing 0.7.9 shortly to fix it.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Job Manager] Job Listing Page deleted’ is closed to new replies.