Looks like $items is undefined around line ~365 in drealty.daemon.php. When the importer jumps to the next property class, it just kept going in an endless loop for me.
The attached patch fixes the issue. Simply looks like $count was missing, and $items needed replacing.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1512780.patch | 1.43 KB | kevinquillen |
Comments
Comment #1
kevinquillen commentedAttaching patch. This jumpstarted my import again, and switching property classes does not result in drush stuck in a loop.
Comment #2
kevinquillen commentedNow I sometimes get this drush error:
Resulting in no images downloaded.
drealty.daemon.php line 691:
Comment #3
kevinquillen commentedComment #4
camidoo commentedWe can actually remove that whole call, as it's just a 'pretty' thing to see in the log and has no real bearing on the import.
Comment #5
camidoo commentedI removed it, shouldn't be causing anymore problems.
Comment #6
kevinquillen commentedWell, it did say this multiple times:
Was that due to an actual error or just logging error?
Comment #7
camidoo commentedThat'd just be a logging error