Closed (fixed)
Project:
KML
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2008 at 19:46 UTC
Updated:
24 Sep 2008 at 11:42 UTC
Jump to comment: Most recent file
You do a is_resource() check against the object returned by db_query(). This does not work on mysqli, which does not use resources for query objects.
(figured this out while trying to put together a patch to work with location 3.)
References:
http://bugs.php.net/bug.php?id=42797
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | kml_mysqli.patch | 702 bytes | bdragon |
Comments
Comment #1
geodaniel commentedThanks bdragon. Hoping to sit down soon and spend some time on KML. Looking forward to getting it working with Location 3.
Comment #2
bdragon commentedI believe something like this should help. It seemed to fix things for me...
Comment #3
bdragon commentedFighting with the attachment bug...
Comment #4
cglusky commentedthis looks to be applied in the latest version?
Comment #5
geodaniel commentedThis is already in the 5.x version and now 6.x version. Thanks, bdragon.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.