Default is your controller. You're running auth.wiki under the index 
function of the default controller. Your auth.wiki pages are called with 
auth.wiki so you need your index function which is where auth.wiki is.

You could hide the function part of the URL using routing if you want.

On Friday, October 26, 2012 5:01:18 PM UTC-7, Simon Carr wrote:
>
> I know I have already been talking about auth.wiki() in another thread but 
> this is a different questions, so thought I should start a new thread.
>
> When I create a new page the following link to that page is created
>
> localhost/simoncarr/default/contactme
>
> when I click it I get the error 
> invalid function (default/contactme)
>
> If I navigate manually to localhost/simoncarr/default/index/contactme it 
> works fine (notice I had to include index in the url). How do I get 
> auth.wiki() to generate the correct link?
>
> If it helps I am running web2py through apache.
>
> Thanks
> Simon
>
>
>

-- 



Reply via email to