• Resolved Mattheeuwsk

    (@mattheeuwsk)


    Hello,

    The plugin for now is working like it should.
    I needed it so people can add jobs and I can extract them for another application.

    People can add data but they can’t edit it anymore.
    When click the edit button the page goes white. But doesn’t seem to give an error.
    When checking on the job, it hasn’t changed.

    I installed the plugin on a clean install.

    Can you assist me?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    I just tested your site by creating an account, post a job, when I tried edit job and click submit button it showing me blank page.

    to check the issue, you should enable debug log and check debug.log file under /wp-content directory. please add following code in wp-config.php file

    
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    
    

    more about debugging

    Debugging in WordPress

    Please let me know if you see any error in debug.log file for this plugin.
    Regards

    Thread Starter Mattheeuwsk

    (@mattheeuwsk)

    Thx for the quick reply.

    Fatal error: Uncaught ArgumentCountError: Too few arguments to function job_bm_job_edit_data(), 1 passed in /data/sites/web/cutnpastebe/subsites/job.cutnpaste.be/wp-includes/class-wp-hook.php on line 288 and exactly 2 expected in /data/sites/web/cutnpastebe/subsites/job.cutnpaste.be/wp-content/plugins/job-board-manager/templates/job-edit/job-edit-hook.php:629 Stack trace: #0 /data/sites/web/cutnpastebe/subsites/job.cutnpaste.be/wp-includes/class-wp-hook.php(288): job_bm_job_edit_data('15') #1 /data/sites/web/cutnpastebe/subsites/job.cutnpaste.be/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array) #2 /data/sites/web/cutnpastebe/subsites/job.cutnpaste.be/wp-includes/plugin.php(465): WP_Hook->do_action(Array) #3 /data/sites/web/cutnpastebe/subsites/job.cutnpaste.be/wp-content/plugins/job-board-manager/templates/job-edit/job-edit.php(11): do_action('job_bm_job_edit...', '15', Array) #4 /data/sites/web/cutnpastebe/subsites/job.cutnpaste.be/wp-content/plugins/job-board-manager/includes/shortcodes/class-shortco in /data/sites/web/cutnpastebe/subsites/job.cutnpaste.be/wp-content/plugins/job-board-manager/templates/job-edit/job-edit-hook.php on line 629

    THis is the code I’m getting.
    So far I’ve made no changes to the plugin and this does the same on the standard 2019 theme from wp.

    Plugin Author PickPlugins

    (@pickplugins)

    Hi, i also found the bug, just update the plugin. please update in the latest version(2.1.11).

    Let me know the result.
    Regards

    Thread Starter Mattheeuwsk

    (@mattheeuwsk)

    This works perfect now!
    Cheers for the speedupdate!!

    Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your update, if you love our plugin and update please submit your feedback and reviews here
    https://www.ads-software.com/support/plugin/job-board-manager/reviews/

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can’t edit jobs’ is closed to new replies.