Forums / Developer / Information Collector (callme)
Glenn MacGregor
Tuesday 27 April 2004 1:17:28 pm
Hi All,
SOrry to keep asking questions. I really like Exponential and just need a few more peices of information so I can complete my site.
I need a page which a user (not loggedin) can input information (name, address, etc.) which will be emailed to some address.
Looking through the docs I see that the information collector is what I need, but I can't seem to get and docs on how it works, where it is, anything at all.
I have tried the callme extension, followed the install instructions: installed into extension directory and put ActiveExtensions[]=callme
From there I try to access the callme script http://site/callme/callme?about=test and I get kernel(1)/error Access Denied. SO I have given up on that.
Can someone please point me the direction of some information collector documentation?
Thanks
Glenn
Dominik Pich
Wednesday 28 April 2004 12:16:29 am
Never used it BUT kernel 1 means : User has no access. This is the default for anonymous users :)Give them access by editing the role anonymous.
Paul Forsyth
Wednesday 28 April 2004 12:26:52 am
Yip, callme is a module which you need to give access to. Does it still fail after doing this?
paul
--http://www.visionwt.com
Wednesday 28 April 2004 5:54:20 am
Sorry about that. That was it. It works fine now.
Thanks Glenn
Wednesday 28 April 2004 5:57:36 am
I'll update the install documentation to include that ;)