wackomako
Forum Replies Created
-
Leaving the FULL BANK STATEMENT field blank solves the issue. But can’t insert custom bank statment message now
I am running into the same issue but the fix mentioned above didn’t work for me. I have the short description turned off but it keeps sending the
"statement_descriptor"parameter no matter what I try.Forum: Plugins
In reply to: [WP Job Manager] Issues importing jobs since upgrading WPJMHaving the same issue:
ArgumentCountError: Uncaught exception ‘ArgumentCountError’ with message ‘Too few arguments to function WP_Job_Manager_Post_Types::maybe_add_default_meta_data(), 1 passed in /nas/content/live/moving2canada/wp-content/plugins/wp-job-manager/includes/3rd-party/wp-all-import.php on line 17 and exactly 2 expected’ in /nas/content/live/moving2canada/wp-content/plugins/wp-job-manager/includes/class-wp-job-manager-post-types.php:1011
in WP_Job_Manager_Post_Types::maybe_add_default_meta_data called at /nas/content/live/moving2canada/wp-content/plugins/wp-job-manager/includes/3rd-party/wp-all-import.php (17)
in wpjm_pmxi_saved_post called at ? (?)
in call_user_func_array called at /nas/content/live/moving2canada/wp-includes/class-wp-hook.php (288)
in WP_Hook::apply_filters called at /nas/content/live/moving2canada/wp-includes/class-wp-hook.php (310)
in WP_Hook::do_action called at /nas/content/live/moving2canada/wp-includes/plugin.php (465)
in do_action called at /nas/content/live/moving2canada/wp-content/plugins/wp-all-import-pro/models/import/record.php (3870)
in PMXI_Import_Record::process called at /nas/content/live/moving2canada/wp-content/plugins/wp-all-import-pro/models/import/record.php (364)
in PMXI_Import_Record::execute called at /nas/content/live/moving2canada/wp-content/plugins/wp-all-import-pro/src/Scheduling/Import.php (54)
in Wpai\Scheduling\Import::process called at /nas/content/live/moving2canada/wp-content/plugins/wp-all-import-pro/actions/wp_loaded_99.php (153)
in pmxi_wp_loaded_99 called at ? (?)
in call_user_func_array called at /nas/content/live/moving2canada/wp-includes/class-wp-hook.php (286)
in WP_Hook::apply_filters called at /nas/content/live/moving2canada/wp-includes/class-wp-hook.php (310)
in WP_Hook::do_action called at /nas/content/live/moving2canada/wp-includes/plugin.php (465)
in do_action called at /nas/content/live/moving2canada/wp-settings.php (546)
in require_once called at /nas/content/live/moving2canada/wp-config.php (74)
in require_once called at /nas/content/live/moving2canada/wp-load.php (37)
in require_once called at /nas/content/live/moving2canada/wp-cron.php (39)Forum: Plugins
In reply to: [WP OAuth Server (OAuth Authentication)] Edit client page doesn’t loadI’ve had to edit the edit-client.php page and change the wp_dropdown_users function to :
wp_dropdown_users(array('selected' => $user_id,'name' => 'user_id','show_option_none' => '--- No User ---','include' => 11860);I’d possibly recommend adding a userID as an option instead
Exactly what I was looking for! Thanks for your speedy response!