Page 1 of 1

Fatal error: Call to undefined method Dataface_Application::

PostPosted: Wed Jul 30, 2008 10:01 am
by wjm
I'm working through the tutorial at
http://xataface.com/documentation/tutor ... ce_actions

When I copy and paste the code at the bottom of the page into
../FacultyOfWidgetry/actions/hello.php

then access the action by pointing the browser to
http://mysite/FacultyOfWidgetry/?-action=hello

I get the error:
Fatal error: Call to undefined method Dataface_Application::getRequest() in /srv/www/htdocs/FacultyOfWidgetry/actions/hello.php on line 7

PostPosted: Fri Aug 01, 2008 7:59 am
by shannah
Sorry there is a typo in the tutorial. I have fixed it now. The call to $app->getRequest() should be $app->getQuery()