Where can i find the error logs?
I start the script, then, it take some time, after that,
this is the result:
GET /_all_dbs HTTP/1.1\r\nHOST: locahost\r\nContent-Type: text/plain;
charset=utf-8\r\n\r\n
Array
(
[0] =>
)
I located the problem between the lines 51 and 54.
When i comment the passage, the script is running.
On Thu, 22 Oct 2009 20:39:07 -0700, Jim Kass <[email protected]> wrote:
> I recommend using context streams or curl.
>
> Btw, what result are you getting?
>
> Jim
>
> Sent from my iPhone
>
> On Oct 22, 2009, at 8:28 PM, Paul Davis <[email protected]>
> wrote:
>
>> On Thu, Oct 22, 2009 at 11:18 PM, Daniel Brüggemann <[email protected]>
>> wrote:
>>> Hi,
>>>
>>> i try to replicate the code from this site:
>>> http://wiki.apache.org/couchdb/Getting_started_with_PHP
>>> in my own words.
>>> But there is not the result, i hope to get.
>>>
>>> http://nopaste.info/2b89f3eab7.html
>>> This is the Code. What am i doing wrong?
>>>
>>
>> Daniel,
>>
>> Can you paste any errors from the CouchDB logs that you're getting? Or
>> the HTTP response? I'm not overly familiar with PHP so an error
>> message might help pinpoint the issue.
>>
>> Paul Davis