Missing Method in MembershipsController
You are seeing this error because the action function.mysqlquery is not defined in controller MembershipsController
Notice: this error is being rendered by the app/views/errors/missing_action.thtml view file, a user-customizable error page for handling invalid action dispatches.
Fatal: Create Method:
<?php
class MembershipsController extends AppController
{
function function.mysqlquery()
{
}
}
?>
in file : app/controllers/memberships_controller.php
Error: Unable to execute action function.mysqlquery in MembershipsController