• When we attempt to push to salesforce, we get this error.

    WordPress database error Unknown column ‘action’ in ‘field list’ for query UPDATE extm_object_sync_sf_object_map SET action = ‘post_object_map’, id = ’26’, wordpress_id = ‘5156’, salesforce_id = ‘tmp_sf_5dc1b44ee6e227.34210448’, object_updated = ‘2019-11-05 17:53:31’ WHERE id = ’26’ made by do_action(‘admin_post_post_object_map’), WP_Hook->do_action, WP_Hook->apply_filters, Object_Sync_Sf_Admin->prepare_object_map_data, Object_Sync_Sf_Mapping->update_object_map

    Any idea?

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter Michael

    (@mgparisi)

    There is no action in that table and according to your read me file on missing tables its not there. Our tables are definitely not missing anything but the action field.

    Plugin Author Jonathan Stegall

    (@jonathanstegall)

    No, I haven’t seen this. There is a temporary “action” parameter in the that method that isn’t a field on the database table that the plugin uses, but it gets removed before any save operations occur. Are you using any developer hooks or other code changes? If so, try reverting to the installed plugin and see what happens.

    Thread Starter Michael

    (@mgparisi)

    Ok, so i went through and cleaned up the theme. It’s not mine and had a ton of stuff. I then redid the mapping and I got a new error message now.

    [05-Nov-2019 21:20:45 UTC] PHP Fatal error: Uncaught Error: Class ‘ActionScheduler_QueueRunner’ not found in /home/executorium/public_html/wp-content/plugins/object-sync-for-salesforce/vendor/prospress/action-scheduler/classes/ActionScheduler.php:28
    Stack trace:
    #0 /home/executorium/public_html/wp-content/plugins/object-sync-for-salesforce/vendor/prospress/action-scheduler/classes/ActionScheduler.php(99): ActionScheduler::runner()
    #1 /home/executorium/public_html/wp-content/plugins/object-sync-for-salesforce/vendor/prospress/action-scheduler/action-scheduler.php(44): ActionScheduler::init(‘/home/executori…’)
    #2 /home/executorium/public_html/wp-content/plugins/object-sync-for-salesforce/vendor/prospress/action-scheduler/classes/ActionScheduler_Versions.php(59): action_scheduler_initialize_2_dot_2_dot_5()
    #3 /home/executorium/public_html/wp-includes/class-wp-hook.php(284): ActionScheduler_Versions::initialize_latest_version()
    #4 /home/executorium/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
    #5 /home/executorium/pu in /home/executorium/public_html/wp-content/plugins/object-sync-for-salesforce/vendor/prospress/action-scheduler/classes/ActionScheduler.php on line 28

    Thread Starter Michael

    (@mgparisi)

    I also went through and re-uploaded the plugin.

    Thread Starter Michael

    (@mgparisi)

    Hold up, the error might not be related.

    Thread Starter Michael

    (@mgparisi)

    It doesn’t seem to be giving any error. It’s not working on the push. But no changes to the error log as well.

    Plugin Author Jonathan Stegall

    (@jonathanstegall)

    I would recommend that you find a WordPress developer to contract with, at this point. We can’t provide this level of free support, unfortunately.

    Thread Starter Michael

    (@mgparisi)

    Can’t find any errors, I looked into sales force and the user is connecting. I saw no errors there either. Just kinda stuck, as there is no clues.

    Thread Starter Michael

    (@mgparisi)

    I’m a contractor and coder. I’ve adopted this project. There is no clues as to why its not importing. I’m wondering if its something I’m missing..

    Thread Starter Michael

    (@mgparisi)

    I can do the work, but I need just a bit of direction on where to look.

    Thread Starter Michael

    (@mgparisi)

    The only thing it doesn’t do is create. It updates, and sends to wordpress. WordPress updates records on salesforce. But a new one does not get added to sales force.

    Thread Starter Michael

    (@mgparisi)

    I can probably arrange funding if you need.

    Thread Starter Michael

    (@mgparisi)

    I’ve added a number of fields in the past. I add the field to ACF, and then I populated it in the object. Then I goto the maping, and I find the field…. except this time. Just created 3 fields, and NONE of them will show. No error messages.

    Am I wasting my time with this plugin? I’ve spent all day trying to get this to work, and I keep finding MORE bugs…. I really need this functionality. Wondering what is going on.

    Thread Starter Michael

    (@mgparisi)

    I’m experiencing some very weird issues. I’m not sure what is up with this plugin, but its costing us too much money. I got to take a break from this. I been trying to get it to work all day. No error messages, and nothing to even let me know what is wrong ??

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Error on Pushing new content’ is closed to new replies.