Hi!

I found this today: http://github.com/m3nt0r/last.fm-datasource-for-cakephp
and wanted to try it out. I'm very new to CakePHP.

I just can't get this datasource to work. I keep getting this error:
"Fatal error: Call to undefined method HttpSocket::buildUri() in /
Applications/MAMP/htdocs/app/models/datasources/lastfm_source.php on
line 573"

You can see the source here:
http://github.com/m3nt0r/last.fm-datasource-for-cakephp/blob/master/lastfm_source.php

Here is my controller: http://bin.cakephp.org/view/436302638

My Model is only:
[code]
<?php
class Lastfm extends AppModel {
        var $useDbConfig = 'lastfm';
}
?>
[/code]

Any ideas about a fix for this?

Regards

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to