I have tried the new version and I still get also the
error: Class 'AppHelper' not found

The problem is, that cake tries to load the xml.php in the view/helper but
should instead load the xml.php from the /cake/libs directory.

I am not sure, how I can tell cake to load this specific file.

BTW, there is still a small bug in twitter.php in the status_show()
   $url = " http://twitter.com/statuses/show/{$id}.xml";; // should read
   $url = "http://twitter.com/statuses/show/{$id}.xml";;


2008/4/17, DragonI <[EMAIL PROTECTED]>:
>  I'll try the new version

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

Reply via email to