• Resolved thormag

    (@thormag)


    When updating from v 1.7.0 to v 1.8.7 the backend of wordpress crashes. What can be causing this? The frontend works but not the administrator backend in wordpress.

Viewing 4 replies - 16 through 19 (of 19 total)
  • Jonathan, you mentioned line 212 of the code. ” line 212 of the main plugin file is mentioned in your logs but that error isn’t what line 212 actually does. Maybe this is because you are running an older version, but I can’t really speak to that?”

    Below is the code from the object-sync-for-salesforce.php that was in place at the time of the crash.

    211 private function load( $wpdb, $version, $slug, $option_prefix ) {
    212 require_once plugin_dir_path( __FILE__ ) . ‘vendor/autoload.php’;
    213 }

    Any thoughts on why this could be causing this error?

    Also, I hate using up so much of your time. Is there anyway to hire you to help me out on this, or should I hire a freelancer to look through and see what the problem might be? You are the expert in this plugin, so I would love to work with you. But let me know if that is against any rules here.

    Plugin Author Jonathan Stegall

    (@jonathanstegall)

    You should definitely try to see if the plugin will map the Ninja Form fields. I’m not familiar with Ninja Forms, and certainly this plugin does not work with every third party solution for custom fields, but it’s the best thing to try next.

    Certainly hiring people from these forums is not against the rules. I don’t have the time for it at the moment though, it probably is better to hire a freelancer. But like I said, first I would try using the plugin the way it is meant to be used, and see if it already works with Ninja Forms (be careful to follow all of the documentation for the plugin folder). If it does not, then you could see about hiring a freelancer.

    Thank you, Jonathan. I just checked and it looks like things should work (in theory, at least). I’ll give it a go mapping the Salesforce fields to the WP User objects. For some reason I tried this many months ago and couldn’t get it to map, but now it maps (and syncs) with ease.

    I’ll let you know how it works out. Thank you once again for your help!

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Backend Crashing after update today’ is closed to new replies.