Closed (fixed)
Project:
Drupal RETS Real Estate Framework (dRealty)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2012 at 09:34 UTC
Updated:
28 Jul 2012 at 06:18 UTC
Jump to comment: Most recent file
Comments
Comment #1
camidoo commentedCommitted. Thanks TwoD!
Comment #2
twodFollow up patch since I was getting
when editing resources after this change went in.
I think the problem is that CURL in phRets tries to write to the debug log after the stream wrapper class has been deconstructed.
Properly disconnecting phRets calls
curl_close()andfclose(), flushing anything left in the stream before PHP destroys any lingering objects.This should also show a convenient watchdog message if a disconnect call is missed somewhere.
Comment #3
twodWrong status...
Comment #4
camidoo commented