Just tried first import with beta1 and drush throws this error per listing:
Saving item . [334 of 335] [34.48 sec, 192.92 MB] [notice]
Undefined index: ListingID drealty.daemon.php:515 [34.49 sec, 190.92 MB] [notice]
Undefined index: ListingID drealty.daemon.php:515 [34.49 sec, 190.92 MB] [notice]
Undefined index: ListingID drealty.daemon.php:518 [34.49 sec, 190.92 MB] [notice]
Undefined index: ListingID drealty.daemon.php:525 [34.49 sec, 191.15 MB] [notice]
Undefined index: PhotoModificationTimestamp drealty.daemon.php:543 [34.49 sec, 191.15 MB] [notice]
Undefined index: BuildingName drealty.daemon.php:931 [34.49 sec, 191.15 MB] [notice]
Undefined index: City drealty.daemon.php:931 [34.49 sec, 191.16 MB] [notice]
Undefined index: CoolingSystem drealty.daemon.php:931 [34.49 sec, 191.16 MB] [notice]
Undefined index: ExteriorType drealty.daemon.php:931 [34.49 sec, 191.16 MB] [notice]
Undefined index: PrimaryFlooring drealty.daemon.php:931 [34.49 sec, 191.16 MB] [notice]
Undefined index: HeatingSystem drealty.daemon.php:931 [34.49 sec, 191.17 MB] [notice]
Undefined index: City drealty.daemon.php:907 [34.49 sec, 191.17 MB] [notice]
Undefined index: StateOrProvince drealty.daemon.php:908 [34.49 sec, 191.17 MB] [notice]
Undefined index: County drealty.daemon.php:909 [34.49 sec, 191.17 MB] [notice]
Undefined index: PostalCode drealty.daemon.php:910 [34.49 sec, 191.17 MB] [notice]
Undefined index: ListingFirmID drealty.daemon.php:931 [34.49 sec, 191.18 MB] [notice]
Undefined index: ListingID drealty.daemon.php:931 [34.49 sec, 191.18 MB] [notice]
Undefined index: LotSize drealty.daemon.php:931 [34.49 sec, 191.18 MB] [notice]
Undefined index: ListingArea drealty.daemon.php:931 [34.49 sec, 191.18 MB] [notice]
Undefined index: Roofing drealty.daemon.php:931 [34.49 sec, 191.18 MB] [notice]
Undefined index: Sewer drealty.daemon.php:931 [34.49 sec, 191.19 MB] [notice]
Undefined index: SiteImprovement drealty.daemon.php:931 [34.49 sec, 191.19 MB] [notice]
Undefined index: StateOrProvince drealty.daemon.php:931 [34.49 sec, 191.19 MB] [notice]
Undefined index: CurrentBuildingUse drealty.daemon.php:931 [34.49 sec, 191.19 MB] [notice]
Undefined index: UtilitiesOnSite drealty.daemon.php:931 [34.49 sec, 191.2 MB] [notice]
Undefined index: Water drealty.daemon.php:931 [34.49 sec, 191.2 MB] [notice]
Undefined index: PropertyType drealty.daemon.php:931 [34.5 sec, 191.2 MB] [notice]
Undefined index: ListingID drealty.daemon.php:928 [34.5 sec, 191.2 MB] [notice]
Undefined index: ListingID drealty.daemon.php:928 [34.5 sec, 191.2 MB] [notice]
Undefined index: ListingStatus drealty.daemon.php:928 [34.5 sec, 191.21 MB] [notice]
Undefined index: ListingID drealty.daemon.php:590 [34.61 sec, 193.31 MB] [notice]
Saving item . [335 of 335] [34.61 sec, 193.31 MB] [notice]
process_images() - Starting. [34.63 sec, 192.21 MB] [notice]
id string: ,,,,,,,,,,,,,,,,,,,,,,,, [34.93 sec, 193.25 MB] [notice]
Undefined offset: -9223372036854775808 drealty.daemon.php:689 [34.99 sec, 193.26 MB]
Line 931:
default:
$item->{$mapping->field_name}[LANGUAGE_NONE][0]['value'] = $rets_item[$mapping->systemname];
I have listing entries, but no data for them in any fields.
Comments
Comment #1
mgriebe commentedYeah, I am getting errors too.
Processing Resource: Property for Connection: test_connection [0.57 sec, 20.25 MB] [notice]
Resource: Property Class: RES Limit: 500 Offset: 0 MaxRowsReached: FALSE Chunks: 0 [0.75 [notice]
sec, 20.26 MB]
Undefined variable: items drealty.daemon.php:364 [2.88 sec, 20.27 MB] [notice]
Queuing 0 items for resource: Property | class: RES [2.88 sec, 20.27 MB] [notice]
Undefined variable: items drealty.daemon.php:367 [2.88 sec, 20.27 MB] [notice]
Disconnected from RETS server. [2.94 sec, 20.26 MB]
Comment #2
kevinquillen commentedI tried uninstalling, reinstalling beta1, and importing existing connection. No go.
Comment #3
kevinquillen commentedI think its because there is a variable name mismatch in the daemon.
Try this patch. I only changed it for the default (server supports offset) and everything cleared up. It seems to be consistent with the other fetch methods.
Comment #4
kevinquillen commentedThis is working for me. I will commit it to dev and reroll beta2 if camidoo agrees (he might be working on other changes).
Comment #5
kevinquillen commentedmgriebe feel free to join us in the IRC chatroom.
Comment #6
kevinquillen commentedI've committed this and another change #1512700: Squash Pathauto Entity / Alias bug for good to dev.