__PHP_Incomplete_Class Object

Created on 3 May 2023, over 1 year ago
Updated 5 May 2023, over 1 year ago

I have a mapping set up where I am pulling SF contacts into Drupal users. I was starting to see issues with some users not being created. I am using the queue_ui module to catch what is not processed by cron running. I have just wiped out all my user mappings, users created by SF sync, and reset the pull dates on the mapping, and now when I run cron, none of my items are processed, they are all sat in the queue and they all have the same issue.

This is the error:

__PHP_Incomplete_Class Object
(
    [__PHP_Incomplete_Class_Name] => Drupal\salesforce_pull\PullQueueItem
    [sobject:protected] => __PHP_Incomplete_Class Object
        (
            [__PHP_Incomplete_Class_Name] => Drupal\salesforce\SObject
            [type:protected] => Contact
            [fields:protected] => Array
                (
                    [Website_Email__c] => xxx@xxx.org.uk
                    [Account_Stage_for_MC__c] => First Contact
                    [FirstName] => Pooh
                    [LastName] => Bear
                    [CaseSafe_Organization_ID__c] => 0012I00002lvvK5QAI
                    [Organisation_Record_Type__c] => Organisation - Employers
                    [Dormant__c] => 
                    [Website_User__c] => 
                    [Primary_LWcontact__c] => 
                    [LastModifiedDate] => 2023-04-28T07:51:39.000+0000
                    [Id] => 0032I00003H2hpSQAR
                )

            [id:protected] => __PHP_Incomplete_Class Object
                (
                    [__PHP_Incomplete_Class_Name] => Drupal\salesforce\SFID
                    [id:protected] => 0032I00003H2hpSQAR
                )

        )

    [mappingId:protected] => sf_contacts_into_drupal_users
    [forcePull:protected] => 
)

Google tells me that PHP error is to do with data being serialized but I have no idea what that means and why this error wasn't coming in, but now is.

Thank you for any input/thoughts.

πŸ’¬ Support request
Status

Closed: works as designed

Version

5.0

Component

Miscellaneous

Created by

πŸ‡ΊπŸ‡ΈUnited States Katy Jockelson

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024