Well, then this is the one. There is no other one.
-Akara
Shanti Subramanyam wrote:
Akara,
I had already filed a JIRA for this and fixed it. This is not the issue
I was referring to. Rather, the issue where you modified the code to
print out a better debug msg. If you look thru the olio archives, you
should find it.
Shanti
Akara Sucharitakul (JIRA) wrote:
[
https://issues.apache.org/jira/browse/OLIO-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Akara Sucharitakul resolved OLIO-137.
-------------------------------------
Resolution: Fixed
Changed string quote.
Unservicable error message with problem accessing geocoder
----------------------------------------------------------
Key: OLIO-137
URL: https://issues.apache.org/jira/browse/OLIO-137
Project: Olio
Issue Type: Bug
Components: php-app
Affects Versions: 0.1, 0.2
Environment: All
Reporter: Akara Sucharitakul
Assignee: Akara Sucharitakul
Priority: Trivial
Fix For: 0.2
The exception in the PHP log shows 'Did not find xml part in:
$stream' without replacing the $stream with the actual response from
the geocoder. Changing the string from single to double quote in php
takes care of the issue of variable substitution.