Home » Web Services » Services_Delicious » Bug #8725
Invalid Response Code
Details
| Submitted | 2006-09-18 08:29 UTC |
|---|---|
| From | alexandre at melard dot org |
| Assigned | ttsuruoka |
| Status | Assigned |
| Package | Services_Delicious |
| PHP Version | 4.4.3 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2006-09-18 08:29 UTC] alexandre at melard dot org
Description:
------------
unexpected output
Test script:
---------------
$dlc = &new Services_Delicious($username, $password);
$tags = $dlc->getTags();
print_r($tags);
Expected result:
----------------
list of tags and content...
Actual result:
--------------
pear_error Object
(
[error_message_prefix] =>
[mode] => 1
[level] => 1024
[code] =>
[message] => Invalid Response Code
[userinfo] =>
[backtrace] => Array
(
[0] => Array
(
[file] => /mnt/132/free.fr/3/a/amelard/include/PEAR.php
[line] => 542
[function] => pear_error
[class] => pear_error
[type] => ->
[args] => Array
(
[0] => Invalid Response Code
[1] =>
[2] => 1
[3] => 1024
[4] =>
)
)
[1] => Array
(
[file] => /mnt/132/free.fr/3/a/amelard/include/Services/Delicious.php
[line] => 369
[function] => raiseerror
[class] => pear
[type] => ::
[args] => Array
(
[0] => Invalid Response Code
[1] =>
)
)
[2] => Array
(
[file] => /mnt/132/free.fr/3/a/amelard/include/Services/Delicious.php
[line] => 129
[function] => _sendrequest
[class] => services_delicious
[type] => ->
[args] => Array
(
[0] => tags
[1] => get
)
)
[3] => Array
(
[file] => /mnt/132/free.fr/3/a/amelard/links.php
[line] => 14
[function] => gettags
[class] => services_delicious
[type] => ->
[args] => Array
(
)
)
)
[callback] =>
)
[2006-09-18 09:42 UTC] ttsuruoka at php dot net
In order to use the Services_Delicous-0.5.0 you need to install the OpenSSL package.
Is OpenSSL supported?
[2006-09-18 09:51 UTC] alexandre at melard dot org
You can find the phpinfo there : www.melard.org/info.php
I use this package since about a year without problem, I just noticed the error a few weeks ago.
Regards,