-
Website
http://critterscode.com -
Original page
http://critterscode.com/2009/08/11/push-notifications-on-your-iphone-via-coldfusion/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Critter
25 comments · 3 points
-
Ubqtous
1 comment · 1 points
-
bonacheeta
2 comments · 1 points
-
robjshaw
1 comment · 1 points
-
lenpal
1 comment · 1 points
-
-
Popular Threads
-
Carbonite won’t go away (OSX)
2 weeks ago · 9 comments
-
Carbonite won’t go away (OSX)
i edited the example.cfm and changed:
// connect to the prowl cfc //
p = createObject(”component”,”ctzprowl”).init(_apikey=apikey, _callto=callto, _providerkey=providerkey, _appname=appname);
TO:
// connect to the prowl cfc //
p = createObject(”component”,”precf9_ctzprowl”).init(_apikey=apikey, _callto=callto, _providerkey=providerkey, _appname=appname);
But i get an error:
The value returned from the init function is not of type ctzprowl.
I have created a prowl account, and obv created my API Key and placed it in the code, but no luck :(
What i miss!??
Many thanks in advance for any help :) and thanks for the great script
Next error is Variable WRITEDUMP is undefined, however, the push notification does get sent :)
(im thinking its because writedump is a CF9 thing!?)
Many thanks for this... great code!
thanks, again.