New issue 15 by mathewpa...@gmail.com: 409 Conflict
http://code.google.com/p/php-transmission-class/issues/detail?id=15
When the library tries to get the session id. On line 422:
if ( ! $fp = fopen( $this->url, 'r', false, $context ) ) // Open a
filepointer to the data, and use fgets to get the result
The problem is that when it fopens the server returns the 409 conflict
message with the session ID but no file handle is returned to $fp because
it was an error.
I found a similar issue tagged as Issue #6. But that one says we need PHP
5.2.6 minimum. I am running on PHP 5.5.3.
Please see the output of php -v:
PHP 5.3.3-7+squeeze6 with Suhosin-Patch (cli) (built: Jan 31 2012 19:30:53)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH
I have commented the same on Issue #6. If you wish to handle it in the old
Issue, please delete this one.