You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to glue-development
Gluestick is now also a Ruby gem. You can install the gem from Github.
The PHP version is still available from the php branch, and it's
linked to in the readme.
Pierre
unread,
May 27, 2009, 1:48:52 PM5/27/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to glue-development
@justin, very nice !
I love httparty, great choice.
thanks
Dominick D'Aniello
unread,
May 27, 2009, 2:30:24 PM5/27/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to glue-dev...@googlegroups.com
Yeah, totally awesome! Can't wait to see it used in an app!
PHP registers the word "object" as a reserved word and returns an
error. Any thoughts on a workaround? Or am I doing this wrong?
cheers,
Mike
Justin Poliey
unread,
Jun 9, 2009, 12:30:47 AM6/9/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to glue-development
Hi Mike,
I just tested that exact code, and it works fine. Maybe it's a version
issue? What version of PHP are you using? The test version is 5.2.6.
As a last resort you could use literals, like this:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to glue-dev...@googlegroups.com
Hey Justin,
I fixed the issue. I attempted a custom PHP build with my host but I
messed it up somehow. Anyways, everything is back to normal now. Thanks
for the help.