this is the code

$flickr = new Zend_Service_Flickr('xxx');

        $results = $flickr->userSearch($email);

        foreach ($results as $result) {
            echo $result->title . '<br />';
        }
and this is the error

<br />
<b>Fatal error</b>:  Cannot run code from this file in conjunction
with non encoded files in
<b>/library/Zend/Validate/Hostname/Com.php</b> on line <b>471</b><br />

i am using the latest version on zend framework you can se my phpinfo
here http://www.apostolvictor.info/info.php

anyone any idea why i get this error?


-- 
victor

http://apostolvictor.info

Reply via email to