• Resolved evcben

    (@evcben)


    So I created a few test accounts to create a few test jobs to see how they would show up in the ‘Jobs’ page. Unfortunately, the jobs, even published, do not show up listed under Jobs no matter what. The shortcode should be [job_jobs] and the search/categories/find Jobs button works, but it just doesn’t show any published jobs at all.

    I’m currently using Divi theme, but everything else has been working fine with it. Am I missing a setting to show Jobs posted?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @evcben

    Could you share the screenshots of the browser dev-mode console (F12 > Console tab in Chrome browser’s Inspector)? I guess there can be some JS errors.

    Let me know,
    Thanks!

    Thread Starter evcben

    (@evcben)

    Hello,

    It had one error and it’s attached below.
    Error on Console
    Expanded

    Let me know how else I can help!

    Thank you again!

    • This reply was modified 4 years, 2 months ago by evcben.
    Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @evcben

    Could you add these lines to your wp-config.php file

    
    // Enable WP_DEBUG mode
    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    
    // Disable display of errors and warnings
    define( 'WP_DEBUG_DISPLAY', false );

    And after that check the file content in wp-content/debug.log. Please send me this content.

    Thanks!

    Thread Starter evcben

    (@evcben)

    Sorry, I am still trying to get the log file. Ha. I’m not great at this, but I got to my file manager and inserted those lines, but still have not gotten the file yet for debug.log. Working on it though.

    Edit: Nevermind, I figured out my mistake on getting the debug log.

    [28-Aug-2020 11:00:48 UTC] PHP Fatal error: Uncaught Error: Call to a member function common() on bool in /home1/mvczxnmy/public_html/sempervigilant/wp-content/plugins/um-jobboardwp/includes/core/class-integrations.php:171
    Stack trace:
    #0 /home1/mvczxnmy/public_html/sempervigilant/wp-includes/class-wp-hook.php(287): um_ext\um_jobboardwp\core\Integrations->add_bookmarks_action(Array, Object(WP_Post))
    #1 /home1/mvczxnmy/public_html/sempervigilant/wp-includes/plugin.php(206): WP_Hook->apply_filters(Array, Array)
    #2 /home1/mvczxnmy/public_html/sempervigilant/wp-content/plugins/jobboardwp/includes/ajax/class-jobs.php(440): apply_filters(‘jb_jobs_job_dat…’, Array, Object(WP_Post))
    #3 /home1/mvczxnmy/public_html/sempervigilant/wp-includes/class-wp-hook.php(287): jb\ajax\Jobs->get_jobs(”)
    #4 /home1/mvczxnmy/public_html/sempervigilant/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(”, Array)
    #5 /home1/mvczxnmy/public_html/sempervigilant/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #6 /home1/mvczxnmy/public_html/sempervigilant/wp-admin/a in /home1/mvczxnmy/public_html/sempervigilant/wp-content/plugins/um-jobboardwp/includes/core/class-integrations.php on line 171

    • This reply was modified 4 years, 2 months ago by evcben.
    • This reply was modified 4 years, 2 months ago by evcben.
    Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @evcben

    Please upgrade to the latest 1.0.1 version Ultimate Member – JobBoardWP integration plugin.

    Let me know how it works,
    Thanks!

    Thread Starter evcben

    (@evcben)

    That worked @nsinelnikov !

    Thank you very much for everything and great plugins!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Issue with published jobs showing up on Jobs page’ is closed to new replies.