Skip to content

Kohana 3.2 support missing. #15

@miket3

Description

@miket3

This system as it stands now does not work 100% in Kohana 3.2. ANY and ALL functions that receive parameters must be upgraded to include $p1 = $this->request->param(); otherwise any passed parameters will be ignored. There may be other upgrades necessary but I am just diving in now. If I ever figure out how to use git I will certainly fork and commit my upgrades. Just one example is:
Useradmin/Controller/Admin/user.php->Action_Edit($id = NULL)

You must add the following line:
$id = $this->request->param('id','');

Otherwise the form will not be able to show the user data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions