Search found 1 match

by prunille
Sun Jul 30, 2006 1:17 pm
Forum: Plugins
Topic: An external Gallery random photo side-bar plugin
Replies: 11
Views: 7940

Gallery and s9y not using the same charset

Hi Andy,

I use Serendipity, Gallery 1.x (migration will arrive soon) and your plugin. I had a problem with your plugin not taking into account the charset of the gallery server. I made a quick hack :

$req = new HTTP_Request($path.$file,$options);
$req_result = $req->sendRequest();
if ( PEAR ...